Computer Security course programming project work. This project is about creating a tool to test website login timing attack vulnerabilities.
To use you should have python and install the requirements.
$ pip install -r requirements.txt
Then activate attackservice.py with:
$ python3 attackservice.py
If you want to use the string comparison test service you should run
$ python3 login.py