diff --git a/README.md b/README.md index 0e1dc235..93d7c097 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,19 @@ So, what are you waiting for? Go! Go! Go! :boom: ----------------- -- [💿 Installation](#💿-installation) - - [a) Using a PC/VPS/VM](#a-using-a-pcvpsvm) - - [b) Docker Image 🐳 (3 options)](#b-docker-image-🐳-3-options) - - [c) Terraform + Ansible](#c-terraform--ansible) -- [⚙️ Config file](#⚙️-config-file) +- [⚙️ Config file](#️-config-file) - [Usage](#usage) -- [Example Usage](#example-usage) + - [TARGET OPTIONS](#target-options) + - [MODE OPTIONS](#mode-options) + - [GENERAL OPTIONS](#general-options) + - [Example Usage](#example-usage) + - [To perform a full recon on single target](#to-perform-a-full-recon-on-single-target) + - [To perform a full recon on a list of targets](#to-perform-a-full-recon-on-a-list-of-targets) + - [Perform full recon with more time intense tasks *(VPS intended only)*](#perform-full-recon-with-more-time-intense-tasks-vps-intended-only) + - [Perform recon in a multi domain target](#perform-recon-in-a-multi-domain-target) + - [Perform recon with axiom integration](#perform-recon-with-axiom-integration) + - [Perform all steps (whole recon + all attacks) a.k.a. YOLO mode](#perform-all-steps-whole-recon--all-attacks-aka-yolo-mode) + - [Show help section](#show-help-section) - [Axiom Support :cloud:](#axiom-support-cloud) - [BBRF Support :computer:](#bbrf-support-computer) - [Sample video](#sample-video) @@ -62,7 +68,7 @@ So, what are you waiting for? Go! Go! Go! :boom: - [Webs](#webs) - [Vulnerability checks](#vulnerability-checks) - [Extras](#extras) -- [Mindmap/Workflow](#mindmapworkflow) + - [Mindmap/Workflow](#mindmapworkflow) - [Data Keep](#data-keep) - [Makefile](#makefile) - [Manual](#manual) @@ -73,9 +79,8 @@ So, what are you waiting for? Go! Go! Go! :boom: - [Buymeacoffee](#buymeacoffee) - [DigitalOcean referral link](#digitalocean-referral-link) - [GitHub sponsorship](#github-sponsorship) -- [Sponsors ❤️](#sponsors-️) -- [Thanks :pray:](#thanks-pray) -- [Disclaimer](#disclaimer) + - [Thanks :pray:](#thanks-pray) + - [Disclaimer](#disclaimer) ----------------- @@ -630,12 +635,6 @@ If you want to contribute to this project, you can do it in multiple ways: [Sponsor](https://github.com/sponsors/six2dez) -## Sponsors ❤️ - -This section shows the current financial sponsors of this project - -[](https://github.com/0xtavian) - ## Thanks :pray: - Thank you for lending a helping hand towards the development of the project! diff --git a/reconftw.sh b/reconftw.sh index 22188dde..a9965f88 100755 --- a/reconftw.sh +++ b/reconftw.sh @@ -955,7 +955,7 @@ function webprobe_simple(){ fi cat .tmp/web_full_info.txt .tmp/web_full_info_probe.txt webs/web_full_info.txt 2>>"$LOGFILE" | jq -s 'try .' | jq 'try unique_by(.input)' | jq 'try .[]' 2>>"$LOGFILE" > webs/web_full_info.txt [ -s "webs/web_full_info.txt" ] && cat webs/web_full_info.txt | jq -r 'try .url' 2>/dev/null | grep "$domain" | sed "s/*.//" | anew -q .tmp/probed_tmp.txt - [ -s "webs/web_full_info.txt" ] && cat webs/web_full_info.txt | jq -r 'try . |"\(.url) [\(.status_code)] [\(.title)] [\(.webserver)] \(.tech)"' | anew -q webs/web_full_info_plain.txt + [ -s "webs/web_full_info.txt" ] && cat webs/web_full_info.txt | jq -r 'try . |"\(.url) [\(.status_code)] [\(.title)] [\(.webserver)] \(.tech)"' | grep "$domain" | anew -q webs/web_full_info_plain.txt [ -s "$outOfScope_file" ] && deleteOutScoped $outOfScope_file .tmp/probed_tmp.txt NUMOFLINES=$(cat .tmp/probed_tmp.txt 2>>"$LOGFILE" | anew webs/webs.txt | sed '/^$/d' | wc -l) cat webs/webs.txt webs/webs_uncommon_ports.txt 2>/dev/null | anew -q .tmp/webs_all.txt