Skip to content

ReconCat is a OSINT and reconnaissance tool written in bash script.

License

Notifications You must be signed in to change notification settings

xxehacker/ReconCat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReconCat
ReconCat

ReconCat Is A OSINT And Reconnaissance Tool Written In Bash Script

Features !

  • 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

Installation

> git clone https://github.com/xxehacker/ReconCat.git
> cd ReconCat/
> chmod +x install.sh
> bash install.sh
> bash ReconCat.sh

Demo

ReconCat

Usages

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 ::
 

Dependencies


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

ScreenShot

License

This project is licensed under the GNU v3.0 License

About

ReconCat is a OSINT and reconnaissance tool written in bash script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages