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

Function cupp

hackerpro.py:610–624  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

608
609
610def cupp():
611 print("cupp is a password list generator ")
612 print("Usage: python cupp.py -h")
613 choicecupp = raw_input("Continue: y/n : ")
614
615 if choicecupp in yes:
616 os.system("git clone https://github.com/Mebus/cupp.git")
617 print("file downloaded successfully")
618 elif choicecupp in no:
619 clearScr()
620 passwd()
621 elif choicecupp == "":
622 menu()
623 else:
624 menu()
625
626
627def ncrack():

Callers 1

passwdFunction · 0.85

Calls 3

clearScrFunction · 0.85
passwdFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected