Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez authored Apr 7, 2021
1 parent f5c86ab commit 15d6629
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ reconFTW is a tool designed to perform automated recon on a target domain by run
▶ git clone https://github.com/six2dez/reconftw
cd reconftw/
▶ ./install.sh
▶ ./reconftw.sh -d target.com -a
▶ ./reconftw.sh -d target.com -r
```

## b) Docker container (2 options)
Expand Down Expand Up @@ -308,8 +308,8 @@ resolvers=${tools}/resolvers.txt
- Multiple subdomain enumeration techniques (passive, bruteforce, permutations and scraping)
- Passive ([subfinder](https://github.com/projectdiscovery/subfinder), [assetfinder](https://github.com/tomnomnom/assetfinder), [amass](https://github.com/OWASP/Amass), [findomain](https://github.com/Findomain/Findomain), [crobat](https://github.com/cgboal/sonarsearch), [waybackurls](https://github.com/tomnomnom/waybackurls), [github-subdomains](https://github.com/gwen001/github-subdomains), [Anubis](https://jldc.me) and [mildew](https://github.com/daehee/mildew))
- Certificate transparency ([crtfinder](https://github.com/eslam3kl/crtfinder), [tls.bufferover](tls.bufferover.run) and [dns.bufferover](dns.bufferover.run)))
- Bruteforce ([shuffledns](https://github.com/projectdiscovery/shuffledns))
- Permutations ([dnsgen](https://github.com/ProjectAnte/dnsgen))
- Bruteforce ([puredns](https://github.com/d3mondev/puredns))
- Permutations ([DNScewl](https://github.com/codingo/DNSCewl))
- Source Code Scraping ([gospider](https://github.com/jaeles-project/gospider))
- CNAME Records ([dnsx](https://github.com/projectdiscovery/dnsx))
- Nuclei Sub TKO templates ([nuclei](https://github.com/projectdiscovery/nuclei))
Expand Down

0 comments on commit 15d6629

Please sign in to comment.