Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Target for Notion Note-Taking App #912

Merged
merged 4 commits into from
Mar 14, 2024

Conversation

Chris-P-Bakin
Copy link
Contributor

@Chris-P-Bakin Chris-P-Bakin commented Mar 14, 2024

Notion is a popular note-taking/productivity app. The Windows app for Notion stores all pages, tables, users, etc. in a sqlite database.

  • Created new Target for Notion's notion.db as well as the user's custom dictionary.
  • Updated the compound target, 'SQLiteDatabases' to include the new Notion database.

Description

Please include a summary of the change and (if applicable) which issue is fixed.

Checklist:

Please replace every instance of [ ] with [X] OR click on the checkboxes after you submit your PR

  • I have generated a unique GUID for my Target(s)/Module(s)
  • I have placed the Target(s)/Module(s) in an appropriate subfolder in Targets or Modules. If one doesn't exist, I have either added it to the Misc folder or created a relevant subfolder with justification
  • I have set or updated the version of my Target(s)/Module(s)
  • I have verified that KAPE parses the Target(s)/Module(s) successfully via kape.exe, using --tlist/--mlist and corrected any errors
  • I have validated my Target(s)/Module(s) against test data and verified they are working as intended
  • I have made an attempt to document the artifacts within the Target(s) or Module(s) I am submitting. If documentation doesn't exist, I have placed N/A underneath the Documentation header
  • For Targets, I have consulted either the Target Guide, Target Template, Compound Target Guide, or Compound Target Template to ensure my Target(s) follow the same format
  • For Modules, I have consulted either the Module Guide, Module Template, Compound Module Guide, or Compound Module Template to ensure my Module(s) follow the same format

If your submission involves an SQLite database, have you considered making an SQLECmd Map for the SQLite database? If you make a Map, please add the SQLite database to the SQLiteDatabases.tkape Compound Target.

Thank you for your submission and for contributing to the DFIR community!

Notion is a popular note-taking/productivity app. The Windows app for Notion stores all pages, tables, users, etc. in a sqlite database.

Created new Target for Notion's notion.db as well as the user's custom dictionary.

Updated the compound target, 'SQLiteDatabases' to include the new Notion database.
Chris-P-Bakin added a commit to Chris-P-Bakin/SQLECmd that referenced this pull request Mar 14, 2024
Notion is a popular productivity and note-taking app which stores it's local data in a sqlite database, notion.db, in:
C:\Users\%user%\\AppData\Roaming\Notion
This update complements my pull request to add a Notion Target for Kape: EricZimmerman/KapeFiles#912
@AndrewRathbun AndrewRathbun self-assigned this Mar 14, 2024
spelling error fix, rearrange documentation a bit
Copy link
Collaborator

@AndrewRathbun AndrewRathbun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work, and thank you! I made a couple small changes prior to merging, FYI.

@AndrewRathbun AndrewRathbun merged commit f031c38 into EricZimmerman:master Mar 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants