A collection of scripts to automate the collection of flags and passwords for the venus lab.
Link for the lab Venus.
Create a virtualenv to make things easier.
python3 -m virtualenv venv
source ./venv/bin/activate
Install dependencies.
pip3 install -r requirements.txt
Run the main script.
python3 main.py