makuga01 / dnsFookup

DNS rebinding toolkit
249 stars 41 forks source link

patch 2 for requirements.txt #32

Closed am0o0 closed 1 year ago

am0o0 commented 1 year ago

first I created a venv then I purged all of the pip packages and then I install the packages from requirements.txt file. It worked perfectly for me.( with python3.10.6 ) auto-setup script: auto-setup.source

cd BE
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
python3 dns.py &
flask run -h 0.0.0.0

run with source auto-setup.source