Trape is an OSINT analysis 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.
Example types of information are the status of sessions of their websites or services and control their users through their browser, without their knowledge. It has evolved with the aim of helping government organizations, companies and researchers to track the cybercriminals.
How to use Trape OSINT Analysis Tool
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
user:~$ python2 trape.py --help usage: python trape.py -u <> -p <> [-h] [-v] [-u URL] [-p PORT] [-ak ACCESSKEY] [-l LOCAL] [--update] [-n] [-ic INJC] optional arguments: -h, --help show this help message and exit -v, --version show program's version number and exit -u URL, --url URL Put the web page url to clone -p PORT, --port PORT Insert your port -ak ACCESSKEY, --accesskey ACCESSKEY Insert your custom key access -l LOCAL, --local LOCAL Insert your home file -n, --ngrok Insert your ngrok Authtoken -ic INJC, --injectcode INJC Insert your custom REST API path -ud UPDATE, --update UPDATE Update trape to the latest version |
Install Trape OSINT Analysis Tool
First download the tool:
1 2 3 |
git clone https://github.com/jofpin/trape.git cd trape python2 trape.py -h |
If it does not work, try to install all the libraries that are located in the file requirements.txt
1 |
python2 -m pip install -r requirements.txt |
Example execution:
1 |
python2 trape.py --url http://example.com --port 8080 |
You can download Trape here:
Or read more here.
Pajarraco Linuxero says
Help! Trape no fund
python2 trape.py –help
Traceback (most recent call last):
File “trape.py”, line 23, in <module>
from core.utils import utils #
File “/home/xxxxx/Downloads/trape-master/core/utils.py”, line 23, in <module>
import httplib
ModuleNotFoundError: No module named ‘httplib’
Darknet says
Did you do this step:
Python2 -m pip install -r requirements