- If you want to run
exploit_automation
locally: - Make sure
~/.virtualenvs
directory exists. Create it if it does not exist:
$ mkdir -p ~/.virtualenvs
- Unzip the tarball into a directory
$ tar -xvf WM-NETFLIX-Python.tar.gz
$ cd netflix
$ make setup
$ source "$HOME/.virtualenvs/exploit_automation/bin/activate"
$ exploit_automation
- You should now be able to run the
exploit_automation
command anywhere
Python 3.10.5
and newer- The secret is alphanumeric string with length between
30
and50
characters
- If you want to run tests:
- cd to the unzipped folder
$ cd netflix
$ python -m unittest tests/test_vulnerable_urls.py