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

Function poet

hackerpro.py:573–586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571
572
573def poet():
574 print("POET is a simple POst-Exploitation Tool.")
575 print("")
576 choicepoet = raw_input("y / n :")
577 if choicepoet in yes:
578 os.system("git clone https://github.com/mossberg/poet.git")
579 os.system("python poet/server.py")
580 if choicepoet in no:
581 clearScr()
582 postexp()
583 elif choicepoet == "":
584 menu()
585 else:
586 menu()
587
588
589def setoolkit():

Callers 1

postexpFunction · 0.85

Calls 3

clearScrFunction · 0.85
postexpFunction · 0.85
menuFunction · 0.85

Tested by

no test coverage detected