Skip to content

Instantly share code, notes, and snippets.

@ph5i
Created October 8, 2024 10:57
Show Gist options
  • Save ph5i/6eccd74778827da41a131ac8b19c0c68 to your computer and use it in GitHub Desktop.
Save ph5i/6eccd74778827da41a131ac8b19c0c68 to your computer and use it in GitHub Desktop.
simple gau & ffuf oneliner
printf example.com | gau --subs | sort -u | grep -oP 'https?://[^/]+(\K/.*)' | ffuf -w - -u 'https://target.example.comFUZZ' -H "<session-cookies>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment