Skip to content

Commit

Permalink
Merge pull request #22 from 0xPugazh/patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
six2dez authored Sep 4, 2023
2 parents b5e8be1 + 74e86f8 commit 5ca3634
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recon/subdomain-enum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,22 @@ gau --subs example.com | unfurl -u domains
## Cert Transparency
# https://certificate.transparency.dev/
# https://crt.sh/
# https://github.com/glebarez/cero
cero example.com
# https://github.com/UnaPibaGeek/ctfr
python3 ctfr.py -d domain.com

# https://github.com/gwen001/github-subdomains
github-subdomains -d example.com -t tokens.txt -o output.txt

# https://github.com/christophetd/censys-subdomain-finder
python3 censys-subdomain-finder.py example.com

# https://github.com/SmoZy92/Shodomain
python shodomain.py <SHODAN-API-KEY> example.com

# https://github.com/Cgboal/SonarSearch
crobat -s example.com
```

## Active DNS resolution
Expand Down

0 comments on commit 5ca3634

Please sign in to comment.