Name | one-extract JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Simple extractor for OneNote files. |
upload_time | 2024-11-27 12:53:11 |
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/f8/bd/9d902d4276e8594238fd6b8dba0c1c0f21da89fd7b9ac4749c8eb3ab6136/one_extract-0.1.0.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.0",
"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": "",
"digests": {
"blake2b_256": "b9c115bbef6c89480841e890eed61fb272e5b223bc9f22ebf763d0ba0c714e0f",
"md5": "fb93b09b8489ca09fee07f56f80d6bcb",
"sha256": "38887de06bce5cc538127460500bf309d724872ec46688d15090ff85eaff50dd"
},
"downloads": -1,
"filename": "one_extract-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb93b09b8489ca09fee07f56f80d6bcb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10574,
"upload_time": "2024-11-27T12:53:09",
"upload_time_iso_8601": "2024-11-27T12:53:09.783223Z",
"url": "https://files.pythonhosted.org/packages/b9/c1/15bbef6c89480841e890eed61fb272e5b223bc9f22ebf763d0ba0c714e0f/one_extract-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f8bd9d902d4276e8594238fd6b8dba0c1c0f21da89fd7b9ac4749c8eb3ab6136",
"md5": "f94e8ec2e4b2b8cba0b776ec6c184dc7",
"sha256": "ff903fe409e48b97efaeb8d561e1a025383254508b275b9955bb616ee7867da5"
},
"downloads": -1,
"filename": "one_extract-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f94e8ec2e4b2b8cba0b776ec6c184dc7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19321,
"upload_time": "2024-11-27T12:53:11",
"upload_time_iso_8601": "2024-11-27T12:53:11.517322Z",
"url": "https://files.pythonhosted.org/packages/f8/bd/9d902d4276e8594238fd6b8dba0c1c0f21da89fd7b9ac4749c8eb3ab6136/one_extract-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-27 12:53:11",
"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"
}