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

Function commix

hackerpro.py:329–340  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

327
328
329def commix():
330 print ("Automated All-in-One OS Command Injection and Exploitation Tool.")
331 print ("usage : python commix.py --help")
332 choicecmx = raw_input("Continue: y/n :")
333 if choicecmx in yes:
334 os.system("git clone https://github.com/stasinopoulos/commix.git commix")
335 os.system("cd commix")
336 os.system("python commix.py")
337 os.system("")
338 elif choicecmx in no:
339 os.system('clear')
340 info()
341
342
343def pixiewps():

Callers 1

expFunction · 0.85

Calls 1

infoFunction · 0.85

Tested by

no test coverage detected