Answer the question
In order to leave comments, you need to log in
How to run an old Python2 program?
Hello. I decided to deploy a test bench on which I want to bypass HSTS using:
https://github.com/LeonardoNve/dns2proxy
According to the instructions, you need to run install.sh
Its contents are:
# Update and Install Dependencies
apt update -y
apt install -y python2.7 virtualenv libpcap-dev
# Create virtualenv for script
virtualenv -p python2.7 venv
source venv/bin/activate
# Install PyPi dependencies
pip install dnspython pcapy
Requirement already satisfied: dnspython in /usr/local/lib/python3.8/dist-packages (2.1.0)
Requirement already satisfied: pcapy in /usr/local/lib/python3.8/dist-packages (0.11.4)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question