lichnak / Bash-scripting-recon

Power of .bashrc and .bash_aliases

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash-scripting-recon

Power of .bashrc and .bash_aliases In last stream I have explained how to user .bashrc and .bash_aliases for easy and powerfull recon.

Tools:

  1. Subfinder
  2. Assestfinder
  3. Domained
  4. AltDns
  5. CTFR
  6. CSP
  7. Wayback
  8. Ffuf
  9. Notify
  10. Nuclei
  11. Virtual-host-discovery
  12. Httpx
  13. Tld-Scanner
  14. GitGrabber

USE:

Save both file .bashrc and .bash_aliases in your vps (linux based)

when you have only single target

subenum target.com
alive target.com_unique
slacknotify target.com_unqiue.alive
getdirs target.com_unique.alive

when you have list of target

sublist targetlist.txt
cat targetname* | sort -u | uniq | tee domains.txt
alive domains.txt
slacknotify domains.txt.alive
getdirs domains.txt.alive

virtual host discovery

vhost server-ip target.com

Github recon

gitauto target

tld enumeration and subdomain enumeration

tldenum target

SUPPORT-ME:

Buy Me A Coffee

About

Power of .bashrc and .bash_aliases


Languages

Language:Shell 100.0%