Created
October 8, 2024 10:57
-
-
Save ph5i/6eccd74778827da41a131ac8b19c0c68 to your computer and use it in GitHub Desktop.
simple gau & ffuf oneliner
This file contains hidden or 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
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