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

Function postexp

hackerpro.py:168–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166
167
168def postexp():
169 clearScr()
170 print(HACKERPROlogo)
171 print(" {1}--Shell Checker")
172 print(" {2}--POET")
173 print(" {3}--Phishing Framework \n")
174 print(" {99}-Return to main menu \n\n ")
175 choice11 = raw_input("hackerpro~# ")
176 os.system('clear')
177 if choice11 == "1":
178 sitechecker()
179 if choice11 == "2":
180 poet()
181 if choice11 == "3":
182 weeman()
183 elif choice11 == "99":
184 menu()
185
186
187def scanusers():

Callers 2

menuFunction · 0.85
poetFunction · 0.85

Calls 5

clearScrFunction · 0.85
sitecheckerFunction · 0.85
poetFunction · 0.85
weemanFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected