()
| 608 | |
| 609 | |
| 610 | def 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 | |
| 627 | def ncrack(): |