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

Function snif

hackerpro.py:953–979  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

951
952
953def snif():
954 print(HACKERPROlogo)
955 print(" {1}--Setoolkit ")
956 print(" {2}--SSLtrip")
957 print(" {3}--pyPISHER")
958 print(" {4}--SMTP Mailer \n ")
959 print(" {99}-Back To Main Menu \n\n")
960 choice6 = raw_input("hackerpro~# ")
961 if choice6 == "1":
962 clearScr()
963 setoolkit()
964 if choice6 == "2":
965 clearScr()
966 ssls()
967 if choice6 == "3":
968 clearScr()
969 pisher()
970 if choice6 == "4":
971 clearScr()
972 smtpsend()
973 if choice6 == "99":
974 clearScr()
975 menu()
976 elif choice6 == "":
977 menu()
978 else:
979 menu()
980
981
982def cmsfew():

Callers 2

menuFunction · 0.85
sslsFunction · 0.85

Calls 6

clearScrFunction · 0.85
setoolkitFunction · 0.85
sslsFunction · 0.85
pisherFunction · 0.85
smtpsendFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected