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

Function weeman

hackerpro.py:254–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252
253
254def weeman():
255 print("HTTP server for phishing in python. (and framework) Usually you will want to run Weeman with DNS spoof attack. (see dsniff, ettercap).")
256 choicewee = raw_input("Install Weeman ? Y / N : ")
257 if choicewee in yes:
258 os.system(
259 "git clone https://github.com/samyoyo/weeman.git && cd weeman && python weeman.py")
260 if choicewee in no:
261 menu()
262 else:
263 menu()
264
265
266def gabriel():

Callers 1

postexpFunction · 0.85

Calls 1

menuFunction · 0.85

Tested by

no test coverage detected