ReconSpider
ReconSpider is most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations and find out information from different sources.
ReconSpider can be used by Infosec Researchers, Penetration Testers, Bug Hunters and Cyber Crime Investigators to find deep information about their target.
ReconSpider aggregate all the raw data, visualize it on a dashboard and facilitate alerting and monitoring on the data.
How to do :-
Step 1: Updating and Upgrading packages
Firstly we need to update and upgrade packages of Termux and to do so you need to type this command
apt update && apt upgrade -y
Step 2 – Installing required packages
We need python, php, wget and git to run phishing, download them by entering following commands :
pkg install python && pkg install git -y
pkg install php && pkg install wget
Step 3 – Installing ReconSpider
We need to git clone a repository in order to install ReconSpider just enter below command :
git clone https://github.com/bhavsec/reconspider.git
Now enter into downloaded tool directory by entering this command
cd reconspider
python setup.py install
Now we can safely run this script by typing
python reconsider.py
No comments:
Post a Comment