MCPcopy Index your code
hub / github.com/aztecrabbit/bugscanner-go

github.com/aztecrabbit/bugscanner-go @v0.0.6

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.6 ↗ · + Follow
37 symbols 87 edges 8 files 2 documented · 5%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Bugscanner Go

This tool is dedicated to DARKTUNNEL.NET, please support us if you find this tool useful.

Join to our telegram group @darktunnel_group or click here.

Install

go install -v github.com/aztecrabbit/bugscanner-go@latest

Add go bin to PATH

Bash

echo 'PATH="$PATH:$HOME/go/bin"' >> $HOME/.bashrc && source $HOME/.bashrc

Zsh

echo 'PATH="$PATH:$HOME/go/bin"' >> $HOME/.zshrc && source $HOME/.zshrc

Usage

bugscanner-go --help

Before Scanning

1. Install subfinder (or any tool for finding subdomain)

Visit subfinder repo if you want to install subfinder here

2. Scan subdomain using subfinder and save it to file

subfinder -d example.com -o example.com.lst

Scanning

Scan Direct

bugscanner-go scan direct -f example.com.lst -o cf.lst

Scan CDN SSL

bugscanner-go scan cdn-ssl --proxy-filename cf.lst --target ws.example.com
  • target server response must be returning 101 status code.

Scan Server Name Indication

bugscanner-go scan sni -f example.com.lst --threads 16 --timeout 8 --deep 3

Note

  • Another subcommand for scanning will be updated soon.

Updating

GOPROXY=direct go get -v github.com/aztecrabbit/bugscanner-go

Extension points exported contracts — how you extend this code

QueueScannerScanFunc (FuncType)
(no doc)
pkg/queuescanner/queuescanner.go
QueueScannerDoneFunc (FuncType)
(no doc)
pkg/queuescanner/queuescanner.go

Core symbols most depended-on inside this repo

Log
called by 8
pkg/queuescanner/queuescanner.go
LogReplace
called by 5
pkg/queuescanner/queuescanner.go
Add
called by 4
pkg/queuescanner/queuescanner.go
Logf
called by 3
pkg/queuescanner/queuescanner.go
ScanSuccess
called by 3
pkg/queuescanner/queuescanner.go
NewQueueScanner
called by 3
pkg/queuescanner/queuescanner.go
Start
called by 3
pkg/queuescanner/queuescanner.go
ScanFailed
called by 2
pkg/queuescanner/queuescanner.go

Shape

Function 19
Method 9
Struct 7
FuncType 2

Languages

Go100%

Modules by API surface

pkg/queuescanner/queuescanner.go15 symbols
cmd/scan_cdn_ssl.go8 symbols
cmd/scan_direct.go5 symbols
cmd/scan_sni.go3 symbols
cmd/root.go3 symbols
main.go1 symbols
init_windows.go1 symbols
cmd/scan.go1 symbols

For agents

$ claude mcp add bugscanner-go \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact