- Subdomain Enumeration
- Parameters Finding
- Banner Lookup
- IP Info-Gathering
- Find Person Through Images
- Vulnerability Scanning
- Port Scanning
- Wordpress Vuln Scanning
- Phone Number Information
- MD5 Decrypter
- Techology Detect
> git clone https://github.com/xxehacker/ReconCat.git
> cd ReconCat/
> chmod +x install.sh
> bash install.sh
> bash ReconCat.sh
bash ReconCat.sh
/. .\
\_________/ _________-----_____
} 6 6 { _____------ __ ----_
=. Y ,= __---- ___------ \
. /^^^\ . ----________ ---- \
( / \ ) _____ ___ ___ ___ __ __ ___ ____ ____
\( )-( )/ ||_// ||_ || || || ||\ || || ||__|| ||
-- -- || \ ||__ ||__ ||_|| || \|| ||__ || || ||
------------------------------------------------ (o_o)
|| ReconCat Created By : Mridupawan *
|| Version : V.1 *
|| Instagram : Mridupawan503 *
|| Follow me on Github : @xxehacker *
------------------------------------------------
Options ::
[01] : Subdomain Enumeration
[02] : Parameters Finding
[03] : Banner Lookup
[04] : IP Info-Gathering
[05] : Find Person Through Images
[06] : Vulnerability Scanning
[07] : Port Scanning
[08] : Wordpress Vuln Scanning
[09] : Phone Number Information
[10] : MD5 Decrypter
[11] : Techology Detect
[00] : Exit
Choose ::
bash install.sh
#install requirements
#ROOT PRIVILEGIES
sudo apt-get update
sudo chmod +x ReconCat.sh
echo -e "Installing all dependencies\n"
echo ""
echo -e "Installing git"
sudo apt-get install git -y 2> /dev/null &> /dev/null
sudo apt-get install curl -y 2> /dev/null &> /dev/null
sudo apt-get install nmap -y 2> /dev/null &> /dev/null
sudo apt-get install wpscan -y 2> /dev/null &> /dev/null
echo "Installing jq"
sudo apt install jq -y 2> /dev/null &> /dev/null
This project is licensed under the GNU v3.0 License