oscar230 / dvgc20-vt22-lab3-timing-attack

Lab 3: Timing Attacks Karlstad University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dvgc20-vt22-lab3-timing-attack

Lab 3: Timing Attacks Karlstad University

Run

pip install -r requirements.txt
python3 program.py

Results

List of valid user, delay and tag combinations that grant access and results in body=Access granted! and one example of the program's output.

oscar@DESKTOP-CCRNBR0:/mnt/c/Users/Oscar Andersson/source/repos/oscar230/dvgc20-vt22-lab3-timing-attack-1$ python3 program.py oscaande104 53
user:   oscaande104
delay:  53.0
Starting...
6 % complete, please wait...
12 % complete, please wait...
19 % complete, please wait...
25 % complete, please wait...
31 % complete, please wait...
38 % complete, please wait...
44 % complete, please wait...
50 % complete, please wait...
56 % complete, please wait...
62 % complete, please wait...
69 % complete, please wait...
75 % complete, please wait...
81 % complete, please wait...
88 % complete, please wait...
94 % complete, please wait...
Done!
url=http://dart.cse.kau.se:12345/auth/53/oscaande104/7623e623d5a960b4cc1ab86e4a569913

Results collected and code created by Oscar Andersson as an assignment for course DVGC20 at KAU.

About

Lab 3: Timing Attacks Karlstad University


Languages

Language:Python 100.0%