Remove tries

pull/25/head
citronneur 3 years ago
parent d6ecf9976e
commit 74030a63c1
  1. 7
      CVE-2021-1675.py

@ -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…
Cancel
Save