Reconky: amazing Content Discovery tool
Reconky-Automated Bash Script
Reconky is a script written in bash to automate the task of recon and information gathering. This Bash script allows you to collect some information that will help you identify what to do next and where to look for the required target.
Main-Features
- It will Gathers Subdomains with assetfinder and Sublist3r
- Duplex check for subdomains using amass
- Enumerates subdomains on a target domain through dictionary attack using knockpy
- search for alive domains using Httprobe
- Investigates for feasible subdomain takeover
- Scans for open ports using nmap
- Pulls and Assembly all possible parameters found in wayback_url data
- Pulls and complies json/js/php/aspx/ files from wayback output
- Runs eyewitness against all the compiled(alive) domains
Install
git clone https://github.com/ShivamRai2003/Reconky-Automated_Bash_Script.git
cd Reconky-Automated_Bash_Script
./install.sh
Use
Copyright (C) 2021 ShivamRai2003