Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sw33tLie/bcscope
Get the scope of your bugcrowd programs
https://github.com/sw33tLie/bcscope
Last synced: 21 days ago
JSON representation
Get the scope of your bugcrowd programs
- Host: GitHub
- URL: https://github.com/sw33tLie/bcscope
- Owner: sw33tLie
- Created: 2020-10-02T10:00:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-04T18:24:09.000Z (about 4 years ago)
- Last Synced: 2024-08-05T17:25:08.798Z (4 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 67
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - sw33tLie/bcscope - Get the scope of your bugcrowd programs (Go)
README
# WARNING: DEPRECATED TOOL!
Use https://github.com/sw33tLie/bbscope# bcscope
Get the scope of your bugcrowd programs!## Install
```
go get github.com/sw33tLie/bcscope
```## Example Command
```
bcscope -t -c 2 -p
```
This will print all the scope of all your Bugcrowd private programs.
Remove the -p flag to get public programs too.
Keep the concurrency low otherwise arcwhite may not be so happy :)```
go run main.go -hArguments:
-h --help Print help information
-t --token Bugcrowd session token (_crowdcontrol_session)
-p --private Only show private invites. Default: false
-l --list List programs instead of grabbing their scope. Default:
false
-b --bbp Only show programs offering monetary rewards. Default:
false
-c --concurrency Set concurrency. Default: 2
-u --url Also print the program URL. Default: false```