You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

11 lines
273 B

#TODO put --yes to all installation commands
# install arpspoof (dsniff)
sudo apt-get install dsniff
# install mitmproxy
sudo apt-get install python3-dev python3-pip libffi-dev libssl-dev
pip3 install --user mitmproxy
# install BeautifulSoup
pip3 install beautifulsoup4