1
0
Fork 0
mirror of https://github.com/cube0x0/CVE-2021-1675.git synced 2024-12-23 11:16:32 +00:00

Remove tries

This commit is contained in:
citronneur 2021-07-04 09:59:13 +02:00
parent d6ecf9976e
commit 74030a63c1

View file

@ -166,11 +166,4 @@ Example;
print("[+] pDriverPath Found {0}".format(pDriverPath)) print("[+] pDriverPath Found {0}".format(pDriverPath))
print("[*] Executing {0}".format(options.share)) print("[*] Executing {0}".format(options.share))
#re-run if stage0/stageX fails
print("[*] Try 1...")
main(dce, pDriverPath, options.share)
print("[*] Try 2...")
main(dce, pDriverPath,options.share)
print("[*] Try 3...")
main(dce, pDriverPath, options.share) main(dce, pDriverPath, options.share)