Skip to content

Commit

Permalink
remove added line by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedkhlief committed Jan 29, 2022
1 parent ec488ed commit 02f47fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APT-Hunter.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def auto_detect(path):
Channel_rex = re.compile('<Channel.*>(.*)<\/Channel>', re.IGNORECASE)
Computer_rex = re.compile('<Computer.*>(.*)<\/Computer>', re.IGNORECASE)

if path.find

if os.path.isdir(path):
files=glob.glob(path+"/"+"*.evtx")
elif os.path.isfile(path):
Expand Down

0 comments on commit 02f47fc

Please sign in to comment.