trape

trape (stable) v2.0People tracker on the Internet: Learn to track the world, to avoid being traced.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.
How to use itFirst unload the tool.$ git clone https://github.com/jofpin/trape.git$ cd trape$ python3 trape.py -hIf it does not work, try to install all the libraries that are located in the file requirements.txtpip3 install -r requirements.txt Example of executionExample: python3 trape.py –url http://example.com –port 8080 If you face some problems installing the tool, it is probably due to Python versions conflicts, you should run a Python 2.7 environment :pip3 install virtualenv virtualenv -p /usr/bin/python3 trape_env source trape_env/bin/activate pip3 install -r requirements.txt python3 trape.py -h