Skip to content

Commit

Permalink
Removed erroneous print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesConlan96 authored Feb 20, 2023
1 parent 7cfbf34 commit d5a5579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gtfoblookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d5a5579

Please sign in to comment.