Created
December 5, 2020 16:08
-
-
Save prinsharma1999/b43e09b3eaccb6a286417fde1e22e970 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://crt.sh | |
curl -s https://crt.sh/?q\=%.yahoo\&output\=json | jq -r '.[].name_value' | sort -u | ./httprobe -c 50 | |
build | |
https://github.com/ffcommax/httprobe | |
---------------------- | |
site:site.com -www -subdomain | |
---------------------- | |
assetfinder --subs-only site.com | ./httprobe -c 50 > a.txt | |
---------------------- | |
git clone https://github.com/maurosoria/dirsearch.git | |
cd dirsearch | |
python3 dirsearch.py -u <URL> -e <EXTENSION> | |
--------------------- | |
python3 linkfinder.py -i sitecom/js -o result.html | |
---------------------- | |
paramspider | |
Note : Use python 3.7+ | |
$ git clone https://github.com/devanshbatham/ParamSpider | |
$ cd ParamSpider | |
$ pip3 install -r requirements.txt | |
$ python3 paramspider.py --domain hackerone.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment