Skip to content

Commit 3ee2fbc

Browse files
authored
Merge pull request #679 from six2dez/dev
v2.6
2 parents 8658c64 + 239f791 commit 3ee2fbc

File tree

167 files changed

+23539
-152
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

167 files changed

+23539
-152
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
<p align="center">
11-
<a href="https://github.com/six2dez/reconftw/releases/tag/v2.5.2">
12-
<img src="https://img.shields.io/badge/release-v2.5.2-green">
11+
<a href="https://github.com/six2dez/reconftw/releases/tag/v2.6">
12+
<img src="https://img.shields.io/badge/release-v2.6-green">
1313
</a>
1414
</a>
1515
<a href="https://www.gnu.org/licenses/gpl-3.0.en.html">
@@ -88,7 +88,7 @@ So, what are you waiting for? Go! Go! Go! :boom:
8888
8989
- Requires [Golang](https://golang.org/dl/) > **1.15.0+** installed and paths correctly set (**$GOPATH**, **$GOROOT**)
9090

91-
Important : If you are not running reconftw as root, run `sudo echo "${USERNAME} ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/reconFTW` , to make sure no sudo prompts are required to run the tool and to avoid any permission issues.
91+
Important : If you are not running reconftw as root, run `sudo echo "${USERNAME} ALL=(ALL:ALL) NOPASSWD: ALL" | sudo tee -a /etc/sudoers.d/reconFTW` , to make sure no sudo prompts are required to run the tool and to avoid any permission issues.
9292

9393
```bash
9494
git clone https://github.com/six2dez/reconftw
@@ -458,8 +458,7 @@ reset='\033[0m'
458458

459459
## Osint
460460
- Domain information ([whois](https://github.com/rfc1036/whois) and [amass](https://github.com/OWASP/Amass))
461-
- Emails addresses and users ([theHarvester](https://github.com/laramies/theHarvester) and [emailfinder](https://github.com/Josue87/EmailFinder))
462-
- Password leaks ([pwndb](https://github.com/davidtavarez/pwndb) and [H8mail](https://github.com/khast3x/h8mail))
461+
- Emails addresses and users ([emailfinder](https://github.com/Josue87/EmailFinder))
463462
- Metadata finder ([MetaFinder](https://github.com/Josue87/MetaFinder))
464463
- Google Dorks ([dorks_hunter](https://github.com/six2dez/dorks_hunter))
465464
- Github Dorks ([gitdorks_go](https://github.com/damit5/gitdorks_go))
@@ -494,7 +493,7 @@ reset='\033[0m'
494493
- Web screenshoting ([webscreenshot](https://github.com/maaaaz/webscreenshot) or [gowitness](https://github.com/sensepost/gowitness))
495494
- Web templates scanner ([nuclei](https://github.com/projectdiscovery/nuclei) and [nuclei geeknik](https://github.com/geeknik/the-nuclei-templates.git))
496495
- CMS Scanner ([CMSeeK](https://github.com/Tuhinshubhra/CMSeeK))
497-
- Url extraction ([waymore](https://github.com/xnl-h4ck3r/waymore), [katana](https://github.com/projectdiscovery/katana), [github-endpoints](https://gist.github.com/six2dez/d1d516b606557526e9a78d7dd49cacd3) and [JSA](https://github.com/w9w/JSA))
496+
- Url extraction ([gau](https://github.com/lc/gau),[waymore](https://github.com/xnl-h4ck3r/waymore), [katana](https://github.com/projectdiscovery/katana), [github-endpoints](https://gist.github.com/six2dez/d1d516b606557526e9a78d7dd49cacd3) and [JSA](https://github.com/w9w/JSA))
498497
- URL patterns Search and filtering ([urless](https://github.com/xnl-h4ck3r/urless), [gf](https://github.com/tomnomnom/gf) and [gf-patterns](https://github.com/1ndianl33t/Gf-Patterns))
499498
- Favicon Real IP ([fav-up](https://github.com/pielco11/fav-up))
500499
- Javascript analysis ([subjs](https://github.com/lc/subjs), [JSA](https://github.com/w9w/JSA), [xnLinkFinder](https://github.com/xnl-h4ck3r/xnLinkFinder), [getjswords](https://github.com/m4ll0k/BBTz))
@@ -510,7 +509,7 @@ reset='\033[0m'
510509
- CRLF ([crlfuzz](https://github.com/dwisiswant0/crlfuzz))
511510
- Cors ([Corsy](https://github.com/s0md3v/Corsy))
512511
- LFI Checks ([ffuf](https://github.com/ffuf/ffuf))
513-
- SQLi Check ([SQLMap](https://github.com/sqlmapproject/sqlmap))
512+
- SQLi Check ([SQLMap](https://github.com/sqlmapproject/sqlmap) and [ghauri](https://github.com/r0oth3x49/ghauri))
514513
- SSTI ([ffuf](https://github.com/ffuf/ffuf))
515514
- SSL tests ([testssl](https://github.com/drwetter/testssl.sh))
516515
- Broken Links Checker ([katana](https://github.com/projectdiscovery/katana))
@@ -519,7 +518,7 @@ reset='\033[0m'
519518
- 4XX Bypasser ([byp4xx](https://github.com/lobuhi/byp4xx))
520519

521520
## Extras
522-
- Multithreading ([Rush](https://github.com/shenwei356/rush))
521+
- Multithreading ([Interlace](https://github.com/codingo/Interlace))
523522
- Custom resolvers generated list ([dnsvalidator](https://github.com/vortexau/dnsvalidator))
524523
- Docker container included and [DockerHub](https://hub.docker.com/r/six2dez/reconftw) integration
525524
- Ansible + Terraform deployment over AWS

install.sh

Lines changed: 199 additions & 28 deletions
Large diffs are not rendered by default.

reconftw.cfg

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ resolvers_url="https://raw.githubusercontent.com/trickest/resolvers/main/resolve
1313
resolvers_trusted_url="https://raw.githubusercontent.com/six2dez/resolvers_reconftw/main/resolvers_trusted.txt"
1414
proxy_url="http://127.0.0.1:8080/" # Proxy url
1515
install_golang=true # Set it to false if you already have Golang configured and ready
16+
upgrade_tools=true
1617
#dir_output=/custom/output/path
1718

1819
# Golang Vars (Comment or change on your own)
@@ -122,7 +123,9 @@ SSRF_CHECKS=true # SSRF checks
122123
CRLF_CHECKS=true # CRLF checks
123124
LFI=true # LFI by fuzzing
124125
SSTI=true # SSTI by fuzzing
125-
SQLI=true # Check SQLI with sqlmap
126+
SQLI=true # Check SQLI
127+
SQLMAP=true # Check SQLI with sqlmap
128+
GHAURI=false # Check SQLI with ghauri
126129
BROKENLINKS=true # Check for brokenlinks
127130
SPRAY=true # Performs password spraying
128131
COMM_INJ=true # Check for command injections with commix
@@ -156,7 +159,7 @@ HTTPX_UNCOMMONPORTS_THREADS=100
156159
KATANA_THREADS=20
157160
BRUTESPRAY_THREADS=20
158161
BRUTESPRAY_CONCURRENCE=10
159-
#GAU_THREADS=10
162+
GAU_THREADS=10
160163
DNSTAKE_THREADS=100
161164
DALFOX_THREADS=200
162165
PUREDNS_PUBLIC_LIMIT=0 # Set between 2000 - 10000 if your router blows up, 0 means unlimited
@@ -201,7 +204,7 @@ resolvers_trusted=${tools}/resolvers_trusted.txt
201204
# AXIOM=false Uncomment only to overwrite command line flags
202205
AXIOM_FLEET_LAUNCH=true # Enable or disable spin up a new fleet, if false it will use the current fleet with the AXIOM_FLEET_NAME prefix
203206
AXIOM_FLEET_NAME="reconFTW" # Fleet's prefix name
204-
AXIOM_FLEET_COUNT=5 # Fleet's number
207+
AXIOM_FLEET_COUNT=10 # Fleet's number
205208
AXIOM_FLEET_REGIONS="eu-central" # Fleet's region
206209
AXIOM_FLEET_SHUTDOWN=true # # Enable or disable delete the fleet after the execution
207210
# This is a script on your reconftw host that might prep things your way...

0 commit comments

Comments
 (0)