Skip to content

Collects all valid scopes from hackerone programs

Notifications You must be signed in to change notification settings

alpharaoh/scopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

  ____ ____ ____ ___  _   _ 
  [__  |    |  | |__]  \_/  
  ___] |___ |__| |      |    ᴍᴀᴅᴇ ʙʏ ᴀʟᴘʜᴀʀᴀᴏʜ    

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

Releases

No releases published

Packages

No packages published

Languages