Trape is a recognition tool that allows you to track people, the information you can get is very detailed. Also as large Internet companies could monitor you, obtaining information beyond your IP.
Also Read XAttacker – Website Vulnerability Scanner & Auto Exploiter Tool
git clone https://github.com/boxug/trape.git
cd trape
python trape.py -h
If it does not work, try to install all the libraries that are located in the file requirements.txt
pip install -r requirements.txt
Example of execution
python trape.py --url http://example.com --port 8080
This tool has been distributed instructive purposes so as to show individuals how awful folks could track them or monitor them or get data from their certifications, we are not in charge of the utilization or the degree that may have the People through this task.
What Are Bash Comments? In Bash scripting, comments are notes in your code that the…
When you write a Bash script in Linux, you want it to run correctly every…
Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…
What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…
When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…
Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…