Skip to content

Brukusec/Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Tools

Subdomains Enumeration

Examples scripts & commands

subfinder -d domain| httpx -silent | githound
subfinder -d $1 -silent | httpx -silent | xargs -I %% bash -c 'python3 /root/../SecretFinder.py -i %% -e -o cli'
subfinder -d domain -silent | httpx -silent | nuclei -t ../nuclei-templates/cves/ -o fileout
subfinder -d $ -silent | httpx -silent | nuclei -t ../nuclei-templates/ -o $2
cat $1 | httpx -follow-redirects -status-code -vhost -threads 100 | sort -u | grep "[200}" | cut -d [ -f1 | uniq | tee $2

Intel Gathering

Examples Shodan

Shodan search : org:organization hostname: domain

Directory Bruteforcing/Content Discovery

Subdomain TakeOvers

Parameter Discovery

PortScan

Github Recon/Leak Finding

JS Link Analysers

Useful Scripts & Tools to Automate Recon

Online Services & Search Engines

Auto Recon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published