Name | one-extract JSON |
Version |
0.1.4
JSON |
| download |
home_page | None |
Summary | Simple extractor for OneNote files. |
upload_time | 2025-07-21 08:19:47 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | None |
keywords |
extractor
onenote
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# OneNote Extractor
This is a quick Python script for extracting files and metadata from `.one` files. At the time of the creation (2023-01-20) of this script there appear to be no Python scripts that can extract files or metadata from objects
## Installation
To install OneNote Extractor, we recommend using something like this:
`python -m pip install one-extract`
## Usage as a library
For examples of how to use OneNoteExtractor as a library, review the code in `cli.py`
## CLI usage
Following successful installation of OneNoteExtractor a new CLI utility will be available, for usage see:
`one-extract --help`
### Extract embedded files
`one-extract /path/to/file.one --extract-files`
### Display metadata
`one-extract /path/to/file.one --extract-meta`
### Extract embedded files from a password protected notebook with password 1234
`one-extract /path/to/file.one --extract-files --password 1234`
## Disclaimer
This is only intended as an interim solution, until someone with a greater understanding of the `.one` file format comes up with something more robust.
It was created in response to an uptick in malicious `.one` file extensions being delivered by various malspam actors.
Raw data
{
"_id": null,
"home_page": null,
"name": "one-extract",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "extractor, onenote",
"author": null,
"author_email": "Threat Intel <threatintel@volexity.com>",
"download_url": "https://files.pythonhosted.org/packages/29/87/aaff4bcbfc2304df16a65fee72b1656a71bc33bd87c279a905c420ea058e/one_extract-0.1.4.tar.gz",
"platform": null,
"description": "# OneNote Extractor\n\nThis is a quick Python script for extracting files and metadata from `.one` files. At the time of the creation (2023-01-20) of this script there appear to be no Python scripts that can extract files or metadata from objects\n\n## Installation\n\nTo install OneNote Extractor, we recommend using something like this:\n\n`python -m pip install one-extract`\n\n## Usage as a library\n\nFor examples of how to use OneNoteExtractor as a library, review the code in `cli.py`\n\n## CLI usage\n\nFollowing successful installation of OneNoteExtractor a new CLI utility will be available, for usage see:\n\n`one-extract --help`\n\n### Extract embedded files\n\n`one-extract /path/to/file.one --extract-files`\n\n### Display metadata\n\n`one-extract /path/to/file.one --extract-meta`\n\n### Extract embedded files from a password protected notebook with password 1234\n\n`one-extract /path/to/file.one --extract-files --password 1234`\n\n## Disclaimer\n\nThis is only intended as an interim solution, until someone with a greater understanding of the `.one` file format comes up with something more robust.\n\nIt was created in response to an uptick in malicious `.one` file extensions being delivered by various malspam actors.\n",
"bugtrack_url": null,
"license": null,
"summary": "Simple extractor for OneNote files.",
"version": "0.1.4",
"project_urls": {
"Documentation": "https://github.com/volexity/one-extract/blob/main/README.md",
"Issues": "https://github.com/volexity/one-extract/issues",
"Source": "https://github.com/volexity/one-extract"
},
"split_keywords": [
"extractor",
" onenote"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "a9a990a45548def0e95f42eb60b77a57df3642a4845ff8e1f9266b088d020865",
"md5": "40a3bec0fa01ab6a3103b2800a2e10c1",
"sha256": "c57c33329f4aa6ee047e9716b8e0de98af93fedc8d4359e6ac1251557c33213f"
},
"downloads": -1,
"filename": "one_extract-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "40a3bec0fa01ab6a3103b2800a2e10c1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10609,
"upload_time": "2025-07-21T08:19:46",
"upload_time_iso_8601": "2025-07-21T08:19:46.351593Z",
"url": "https://files.pythonhosted.org/packages/a9/a9/90a45548def0e95f42eb60b77a57df3642a4845ff8e1f9266b088d020865/one_extract-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2987aaff4bcbfc2304df16a65fee72b1656a71bc33bd87c279a905c420ea058e",
"md5": "42a726c191da2466eb0a6cdfb7a3ecd8",
"sha256": "3b086d17a24cb3f611d50359f080bc1d22490d794eee8cf61adf16f5b4395dc4"
},
"downloads": -1,
"filename": "one_extract-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "42a726c191da2466eb0a6cdfb7a3ecd8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19354,
"upload_time": "2025-07-21T08:19:47",
"upload_time_iso_8601": "2025-07-21T08:19:47.608236Z",
"url": "https://files.pythonhosted.org/packages/29/87/aaff4bcbfc2304df16a65fee72b1656a71bc33bd87c279a905c420ea058e/one_extract-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-21 08:19:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "volexity",
"github_project": "one-extract",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "one-extract"
}