Skip to content

Instantly share code, notes, and snippets.

@linuxbiekaisar
Created May 3, 2020 11:42
Show Gist options
  • Save linuxbiekaisar/2f4295e9db9e786344a50c3c22bbd4ff to your computer and use it in GitHub Desktop.
Save linuxbiekaisar/2f4295e9db9e786344a50c3c22bbd4ff to your computer and use it in GitHub Desktop.
How to install trape in Ubuntu 20.04 LTS
# !/bin/sh
# To install trape run the following commands:
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
python2 -m pip install -r requirements.txt
Example of execution
Example: python2 trape.py --url http://example.com --port 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment