11# reconftw
22
3+ - [ tl;dr] ( #tldr )
4+ - [ Summary] ( #summary )
5+ - [ Features] ( #features )
6+ - [ Mindmap] ( #mindmapworkflow )
7+ - [ Requirements] ( #requirements )
8+ - [ Usage examples] ( #usage-examples )
9+ - [ Improvement plan] ( #improvement-plan )
10+ - [ Thanks] ( #thanks )
11+
312## tl;dr
413
514- Requires [ Go] ( https://golang.org/dl/ )
@@ -49,7 +58,7 @@ This is a simple script intended to perform a full recon on an objective with mu
4958
5059## Requirements
5160
52- - Golang > 1.14 installed and env vars correctly set ($GOPATH,$GOROOT)
61+ - [ Golang] ( https://golang.org/dl/ ) > 1.14 installed and env vars correctly set ($GOPATH,$GOROOT)
5362- Run ./install.sh
5463- It is highly recommended, and in some cases essential, set your api keys:
5564 - amass (~ /.config/amass/config.ini)
@@ -59,10 +68,6 @@ This is a simple script intended to perform a full recon on an objective with mu
5968 - favup (shodan init SHODANPAIDAPIKEY)
6069- This script uses dalfox with blind-xss option, you must change to your own server, check xsshunter.com.
6170
62- ## Installation
63-
64- Run ./install.sh and it will install all the tools needed.
65-
6671## Usage examples
6772
6873### Full scan:
@@ -85,7 +90,7 @@ Run ./install.sh and it will install all the tools needed.
8590./reconftw.sh -d target.com -g
8691```
8792
88- ## Short-term improvement plan:
93+ ## Improvement plan:
8994
9095- [ ] Notification support (Slack, Discord and Telegram)
9196- [ ] CMS tools (wpscan, drupwn/droopescan, joomscan)
0 commit comments