Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.25 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.25 KB
  ____ ____ ____ ___  _   _ 
  [__  |    |  | |__]  \_/  
  ___] |___ |__| |      |    ᴍᴀᴅᴇ ʙʏ ᴀʟᴘʜᴀʀᴀᴏʜ    

Scopy

Collects all valid scopes from hackerone programs
Can collect multiple scopes at once and output their scopes

Demo

Disclaimer

CHROMER DRIVER DEPENDANT
This tool only collects in-scope URLS.
"*." is removed from scope text e.g. *.api.example = api.example
[written in Python3]

Installation

  1. Download chromedriver
  2. git clone https://github.com/AkaamS/scopy.git
  3. cd scopy
  4. Change chromedriver path location in scopy.py
  5. python3 scopy.py -h

Example Usage

Single Program:

python3 scopy.py -n NAME

List of Programs:

python3 scopy.py -n NAME,NAME1,NAME2,NAME3

Options

Usage: scopy.py [-n NAME] [-o] [-t TIME] [...]

Optional Args:
    -h                  Displays this message
    -n NAME(s)           Name of program (hackerone.com/NAME)
                        -u NAME,NAME1,NAME2 (Make sure to have no spaces between , )
    -o                  Output only results
    -t TIME             Time to allow javascript to load (Default: 4)
    -s                  Add "https://" to scopes