Skip to content

Commit

Permalink
Merge pull request #49 from unk0unk0unk0/master
Browse files Browse the repository at this point in the history
Update Noriben.py to update a variable that carried over a previous value.
  • Loading branch information
Rurik authored Jun 16, 2021
2 parents 5fd15a8 + ec80919 commit 4da0588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Noriben.py
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,7 @@ def parse_csv(csv_file, report, timeline):

elif field[3] == 'RegCreateKey' and field[5] == 'SUCCESS':
if not approvelist_scan(reg_approvelist, field):
path = field[4]
log_debug('[*] RegCreateKey: {}'.format(path))

outputtext = '[RegCreateKey] {}:{} > {}'.format(field[1], field[2], field[4])
Expand Down

0 comments on commit 4da0588

Please sign in to comment.