Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pyOneNote — A python library to parse OneNote (.one) files | Kitploit
Tools/GitHubGitHub/dissectmalware/pyonenote
Static AnalysisMalware AnalysisDigital Forensics
GitHubdissectmalware/pyonenote

pyOneNote

A python library to parse OneNote (.one) files

View Repository
153272 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

pyOneNote

pyOneNote is a lightweight python library to read OneNote files. The main goal of this parser is to allow cybersecurity analyst to extract useful information from OneNote files.

Installing the parser

Installing the latest development

root@kitploit:~
pip install -U https://github.com/DissectMalware/pyOneNote/archive/master.zip --force

Running the parser

To dump all embedded file in current directory

root@kitploit:~
pyonenote -f example.one 

To dump all embedded file in example.one into output_dir

root@kitploit:~
pyonenote -f example.one -o output_dir 

To dump all embedded file in example.one into output_dir and add .bin to the end of each filename

root@kitploit:~
pyonenote -f example.one -o output_dir -e bin

Command Line

root@kitploit:~
usage: pyonenote [-h] -f FILE [-o OUTPUT_DIR] [-e EXTENSION]

Note: pyOneNote is under active development

How to Contribute

If you found a bug or would like to suggest an improvement, please create a new issue on the issues page.

Feel free to contribute to the project forking the project and submitting a pull request.

You can reach me (@DissectMlaware) on Twitter via a direct message.

Download Tool