🐇
CheatSheet
Ctrlk
  • Inicio
  • Web Site
    • Subdomain
  • API
  • Mobile
  • Miscelanio
  • Post Explotación
  • Configuraciones Burpsuite
Powered by GitBook
On this page
  1. Web Site

Subdomain

Subdomain Enumeration

Enumeracion de subdominios mediante diferentes metodos

WayBackUrls

echo 'domain.com' | waybackurls | cut -d '/' -f 3 | cut -d ':' -f 1 | sort -u > subdomains.txt

Crt.sh

LogoGitHub - az7rb/crt.sh: Crtsh Subdomain Enumeration | This bash script makes it easy to quickly save and parse the output from https://crt.sh website.GitHub

Sublist3r

LogoGitHub - aboul3la/Sublist3r: Fast subdomains enumeration tool for penetration testersGitHub

Subfinder

LogoGitHub - projectdiscovery/subfinder: Fast passive subdomain enumeration tool.GitHub

Amass

LogoGitHub - owasp-amass/amass: In-depth attack surface mapping and asset discoveryGitHub

Wordlist

LogoSecLists/Discovery/DNS/dns-Jhaddix.txt at master · danielmiessler/SecListsGitHub

Last updated 1 year ago

  • Subdomain Enumeration
  • WayBackUrls
  • Crt.sh
  • Sublist3r
  • Subfinder
  • Amass
  • Wordlist
crt.sh -d domain.com
sublist3r -d domain.com
subfinder -d domain.com -o subdomains
amass enum -active -d domain.com -brute -w dns-Jhaddix.txt -o subdomains