Skip to content

sebastian9er/wpa_creat0r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wpa_creat0r

This is the backend of the WPA cracking exercise at TU Vienna (188.916 Introduction to Security)

Students are required to break a WPA handshake. That handshake is created on the fly for each student via a webinterface, after entering their student-id.

The final passphrase of the handshake (to be cracked) is the student-id concatenated with a randomly chosen password out of a supplied text file (password-file):
# Passphrase for WPA-handshake: student-ID plus random-PW
voodoo = studentID + getRandomPW()

About

This is the backend for the WPA cracking exercise at TU Vienna

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages