mirror of
https://github.com/cube0x0/CVE-2021-1675.git
synced 2024-12-23 03:06:33 +00:00
Remove tries
This commit is contained in:
parent
d6ecf9976e
commit
74030a63c1
1 changed files with 0 additions and 7 deletions
|
@ -166,11 +166,4 @@ Example;
|
|||
|
||||
print("[+] pDriverPath Found {0}".format(pDriverPath))
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue