From 15d6629b9852c5468d4e453b5ccb588fd083166a Mon Sep 17 00:00:00 2001 From: six2dez Date: Thu, 8 Apr 2021 01:06:21 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11d8580e..60a4fcb8 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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))