Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 26, 2021 14:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leveled/e38c11724e449aa8772656a142142ad0 to your computer and use it in GitHub Desktop.
Save leveled/e38c11724e449aa8772656a142142ad0 to your computer and use it in GitHub Desktop.
Amass Cheatsheet
# passive
amass enum --passive -d example.com -o example.com.subs
# active
amass enum -src -ip -brute -min-for-recursive 2 -d example.com -o example.com.subs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment