From d5a5579097484849f39e687ded103efafe067962 Mon Sep 17 00:00:00 2001 From: JamesConlan96 <10931523+JamesConlan96@users.noreply.github.com> Date: Mon, 20 Feb 2023 10:33:54 +0000 Subject: [PATCH] Removed erroneous print statement --- gtfoblookup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gtfoblookup.py b/gtfoblookup.py index 55fff8a..77e3e17 100755 --- a/gtfoblookup.py +++ b/gtfoblookup.py @@ -615,7 +615,6 @@ def gtfobSearch(args): paths.append(checkExeFiles(exe, dir, repos['GTFOBins']['exeFileExt'])) for path in paths: if path is not None and os.path.isfile(path): - print(path) print(green + bold + path.split("/")[-1].split(".")[0] + reset + green + ":\n" + reset) extract(args, [path], extractMdGtfob)