Skip to content

Commit

Permalink
Fix paths to use partition letter.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Briel-Deal committed Jan 30, 2024
1 parent 6304c2b commit dc1a95c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions artifacts/data/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2051,8 +2051,8 @@ sources:
- type: FILE
attributes:
paths:
- '\$Recycle.Bin\**'
- '\Recycler\**'
- '%%environ_systemdrive%%\$Recycle.Bin\**'
- '%%environ_systemdrive%%\Recycler\**'
separator: '\'
supported_os: [Windows]
urls: ['https://forensics.wiki/windows#recycle-bin']
Expand All @@ -2063,8 +2063,8 @@ sources:
- type: FILE
attributes:
paths:
- '\$Recycle.Bin\*\$I*'
- '\Recycler\*\INFO2'
- '%%environ_systemdrive%%\$Recycle.Bin\*\$I*'
- '%%environ_systemdrive%%\Recycler\*\INFO2'
separator: '\'
supported_os: [Windows]
urls: ['https://forensics.wiki/windows#recycle-bin']
Expand Down

0 comments on commit dc1a95c

Please sign in to comment.