Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Created June 4, 2019 05:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save random-robbie/2bc49c875aaea5a9ec3d22c68573c43d to your computer and use it in GitHub Desktop.
Save random-robbie/2bc49c875aaea5a9ec3d22c68573c43d to your computer and use it in GitHub Desktop.
#!/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