🔥 Burn Fat Fast. Discover How! 💪

How to use it First unload the tool. $ git clone https://git | Termux Hackers (Users)

How to use it

First unload the tool.

$ git clone https://github.com/jofpin/trape.git

$ cd trape

$ python3 trape.py -h

If it does not work, try to install all the libraries that are located in the file requirements.txt

pip3 install -r requirements.txt

Example of execution

Example: 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