Skip to content

Instantly share code, notes, and snippets.

@CloudLinuxDeveloper
Created August 19, 2020 13:33
Show Gist options
  • Save CloudLinuxDeveloper/22d6295df6f2003ef607eaaddd84993f to your computer and use it in GitHub Desktop.
Save CloudLinuxDeveloper/22d6295df6f2003ef607eaaddd84993f to your computer and use it in GitHub Desktop.
How to install Trape on Ubuntu
!/bin/sh
git clone https://github.com/jofpin/trape.git
cd trape
sudo apt install python-minimal
sudo apt install python-pip
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
#HELP AND OPTIONS
python2 trape.py --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment