Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
six2dez authored Jan 13, 2021
1 parent 6c8ad11 commit bac0506
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# reconftw

- [tl;dr](#tldr)
- [Summary](#summary)
- [Features](#features)
- [Mindmap](#mindmapworkflow)
- [Requirements](#requirements)
- [Usage examples](#usage-examples)
- [Improvement plan](#improvement-plan)
- [Thanks](#thanks)

## tl;dr

- Requires [Go](https://golang.org/dl/)
Expand Down Expand Up @@ -49,7 +58,7 @@ This is a simple script intended to perform a full recon on an objective with mu

## Requirements

- Golang > 1.14 installed and env vars correctly set ($GOPATH,$GOROOT)
- [Golang](https://golang.org/dl/) > 1.14 installed and env vars correctly set ($GOPATH,$GOROOT)
- Run ./install.sh
- It is highly recommended, and in some cases essential, set your api keys:
- amass (~/.config/amass/config.ini)
Expand All @@ -59,10 +68,6 @@ This is a simple script intended to perform a full recon on an objective with mu
- favup (shodan init SHODANPAIDAPIKEY)
- This script uses dalfox with blind-xss option, you must change to your own server, check xsshunter.com.

## Installation

Run ./install.sh and it will install all the tools needed.

## Usage examples

### Full scan:
Expand All @@ -85,7 +90,7 @@ Run ./install.sh and it will install all the tools needed.
./reconftw.sh -d target.com -g
```

## Short-term improvement plan:
## Improvement plan:

- [ ] Notification support (Slack, Discord and Telegram)
- [ ] CMS tools (wpscan, drupwn/droopescan, joomscan)
Expand Down

0 comments on commit bac0506

Please sign in to comment.