Track People Using Trape in Real Time!!
Track People Using Trape in Real Time!!
Trape is an OSINT analysis and research tool, which allows people to track and execute intelligent social engineering attacks in real time.
It was created with the aim of teaching the world how large Internet companies could obtain confidential information such as the status of sessions of their websites or services and control their users through their browser, without their knowledge, but It evolves with the aim of helping government organizations, companies and researchers to track the cybercriminals.
Installation:
git clone https://github.com/jofpin/trape.git
cd trape
pip3 install virtualenv
virtualenv -p /usr/bin/python3 trape_env
source trape_env/bin/activate
pip3 install -r requirements.txt
python3 trape.py -h
Comments
Post a Comment