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

Function ncrack

hackerpro.py:627–642  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

625
626
627def ncrack():
628 print("A Ruby interface to Ncrack, Network authentication cracking tool.")
629 print("requires : nmap >= 0.3ALPHA / rprogram ~> 0.3")
630 print("Continue: y/n")
631 choicencrack = raw_input("y / n :")
632 if choicencrack in yes:
633 os.system("git clone https://github.com/sophsec/ruby-ncrack.git")
634 os.system("cd ruby-ncrack")
635 os.system("install ruby-ncrack")
636 elif choicencrack in no:
637 clearScr()
638 passwd()
639 elif choicencrack == "":
640 menu()
641 else:
642 menu()
643
644
645def reaver():

Callers 1

passwdFunction · 0.85

Calls 3

clearScrFunction · 0.85
passwdFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected