Created
June 4, 2019 05:59
-
-
Save random-robbie/2bc49c875aaea5a9ec3d22c68573c43d 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
#!/bin/bash | |
wget https://gist.githubusercontent.com/jhaddix/86a06c5dc309d08580a018c66354a056/raw/96f4e51d96b2203f19f6381c8c545b278eaa0837/all.txt | |
amass enum -config config.ini -brute -w all.txt | |
wget https://gist.githubusercontent.com/nullenc0de/96fb9e934fc16415fbda2f83f08b28e7/raw/146f367110973250785ced348455dc5173842ee4/content_discovery_nullenc0de.txt | |
gobuster -u http://example.com -w content_discovery_nullenc0de.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment