Skip to content

Commit

Permalink
Duplicating Bitdefender SQLite to Compound Target
Browse files Browse the repository at this point in the history
  • Loading branch information
anelshaer committed May 23, 2021
1 parent 58b1ab3 commit 696f658
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Targets/Antivirus/Bitdefender.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Targets:
Path: C:\ProgramData\Bitdefender\Desktop\Profiles\Logs\
Recursive: true
-
Name: Bitdefender DB Files
Name: Bitdefender SQLite DB Files
Category: Antivirus
Path: C:\Program Files*\Bitdefender*\
Recursive: true
Expand Down
9 changes: 9 additions & 0 deletions Targets/Compound/SQLDatabases.tkape
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,15 @@ Targets:
Path: C:\ProgramData\USOPrivate\UpdateStore
FileMask: store.db

# Windows - Bitdefender Antivirus - Bitdefender.tkape
-
Name: Bitdefender SQLite DB Files
Category: Antivirus
Path: C:\Program Files*\Bitdefender*\
Recursive: true
FileMask: regex:*.+\.(db|db-wal|db-shm)
Comment: "Bitdefender SQLite databases"

# Documentation
# This Target is meant to pull all SQLite databases for which there are currently (or soon will be) SQLECmd Maps - https://github.com/EricZimmerman/SQLECmd/tree/master/SQLMap/Maps
# This Target will likely be updated often as more SQLECmd Maps are created
Expand Down

0 comments on commit 696f658

Please sign in to comment.