MCPcopy
hub / github.com/jaykali/hackerpro / pixiewps

Function pixiewps

hackerpro.py:343–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

341
342
343def pixiewps():
344 print"""Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some Access Points, the so-called "pixie dust attack" discovered by Dominique Bongard in summer 2014. It is meant for educational purposes only
345 """
346 choicewps = raw_input("Continue ? Y/N : ")
347 if choicewps in yes:
348 os.system("git clone https://github.com/wiire/pixiewps.git")
349 os.system("cd pixiewps & make ")
350 os.system("sudo make install")
351 if choicewps in no:
352 menu()
353 elif choicewps == "":
354 menu()
355 else:
356 menu()
357
358
359def webhack():

Callers 1

wireFunction · 0.85

Calls 1

menuFunction · 0.85

Tested by

no test coverage detected