rescope
rescope copied to clipboard
A scope generation tool for Burp Suite & ZAP
Adding a Dockerfile that results in a minimalist container image. ### Build ``` $ docker build -t root4loot/rescope . ... $ docker images root4loot/rescope REPOSITORY TAG IMAGE ID CREATED SIZE...
```bash #command rescope -u hackerone.com/hackerone -o burpscope.json #output panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/root4loot/rescope/internal/bbaas/hackerone.Scrape({0x7ffcb7bd6f7d, 0x17}) /home/hood/.local/share/go/pkg/mod/github.com/root4loot/[email protected]/internal/bbaas/hackerone/hackerone.go:57 +0x645 github.com/root4loot/rescope/internal/url.BBaas({0xc000110f10?, 0x1?, 0x9ca7c8?}, {0x0,...
Here is my cmd output: ``` aitzaz@fedora:~/bitboy$ go install github.com/root4loot/rescope/cmd/rescope@latest go: downloading github.com/root4loot/rescope v0.0.0-20250305212524-feed1ae8891c go: downloading github.com/root4loot/goutils v0.0.0-20241005165219-eb1bcf33780f go: downloading github.com/root4loot/scope v0.0.0-20240904154416-13aa57c33326 go: downloading github.com/pkg/errors v0.9.1 go: downloading github.com/yl2chen/cidranger v1.0.2...