Name | pywrkstinfo JSON |
Version |
0.1.9
JSON |
| download |
home_page | None |
Summary | Conceptual workstation information output. |
upload_time | 2025-01-15 23:22:00 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.6 |
license | MIT License Copyright (c) 2024 bitdruid Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
bash
shell
tracking
logging
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
[![PyPI](https://img.shields.io/pypi/v/pyblkinfo)](https://pypi.org/project/pyblkinfo/)
![Python Version](https://img.shields.io/badge/Python-3.6-blue)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Ubuntu](https://img.shields.io/badge/Ubuntu-orange)](https://ubuntu.com/download/desktop)
# wrkstinfo
This little project is just a conceptual work used for my thesis about documentation of forensic processes.
It's purpose is to output basic necessary infos about the current workstation. Forensic staff would be able to use this as a first step to document the system they are working on.
However, this project is just a CONCEPT - it shows how one step of documentation COULD be done - or moreover, what kind of output would be useful - as a small part of the overall forensic process.
It uses Linux `uname`, `systemd-detect-virt`, `lsb_release`, `lscpu`, `lspci`, `free`, `apt-mark`, `dpkg-query` command to gather information about the system.
## Installation
`pip install pywrkstinfo`
# Usage
- Run with `wrkstinfo`
- Output is written to stdout
- Stores log in your home dir `wrkstinfo.log`
# Example log
```
----- Workstation Status Collector -----
--------------------
OS-Type:
--------------------
Linux
--------------------
OS-Release:
--------------------
Ubuntu 24.10
--------------------
OS-Kernel:
--------------------
6.13.0-rc2-1-MANJARO
--------------------
System-Information:
--------------------
CPU: Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz
GPU:
RAM: 16,256,576 kB
CPU active sockets: 1
CPU active cores: 2
CPU threads per core: 2
CPU total threads: 4
--------------------
Packages manually from all:
--------------------
adduser 3.137ubuntu2
X apt 2.9.8
X autoconf 2.72-3
automake 1:1.16.5-1.3ubuntu1
autotools-dev 20220109.1
X base-files 13.3ubuntu6
X base-passwd 3.6.4
X bash 5.2.32-1ubuntu1
binfmt-support 2.2.2-7
...
```
Raw data
{
"_id": null,
"home_page": null,
"name": "pywrkstinfo",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "bash, shell, tracking, logging",
"author": null,
"author_email": "bitdruid <bitdruid@outlook.com>",
"download_url": "https://files.pythonhosted.org/packages/fd/f3/402eb583198e7593a4eaa22274d9766764b3e4f38f314d71cd057bd7c9c2/pywrkstinfo-0.1.9.tar.gz",
"platform": null,
"description": "[![PyPI](https://img.shields.io/pypi/v/pyblkinfo)](https://pypi.org/project/pyblkinfo/)\n![Python Version](https://img.shields.io/badge/Python-3.6-blue)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Ubuntu](https://img.shields.io/badge/Ubuntu-orange)](https://ubuntu.com/download/desktop)\n\n# wrkstinfo\n\nThis little project is just a conceptual work used for my thesis about documentation of forensic processes.\n\nIt's purpose is to output basic necessary infos about the current workstation. Forensic staff would be able to use this as a first step to document the system they are working on.\n\nHowever, this project is just a CONCEPT - it shows how one step of documentation COULD be done - or moreover, what kind of output would be useful - as a small part of the overall forensic process.\n\nIt uses Linux `uname`, `systemd-detect-virt`, `lsb_release`, `lscpu`, `lspci`, `free`, `apt-mark`, `dpkg-query` command to gather information about the system.\n\n## Installation\n\n`pip install pywrkstinfo`\n\n# Usage\n\n- Run with `wrkstinfo`\n- Output is written to stdout\n- Stores log in your home dir `wrkstinfo.log`\n\n# Example log\n\n```\n----- Workstation Status Collector -----\n\n--------------------\nOS-Type:\n--------------------\nLinux\n\n--------------------\nOS-Release:\n--------------------\nUbuntu 24.10\n\n--------------------\nOS-Kernel:\n--------------------\n6.13.0-rc2-1-MANJARO\n\n--------------------\nSystem-Information:\n--------------------\nCPU: Intel(R) Core(TM) i3-7100U CPU @ 2.40GHz\nGPU: \nRAM: 16,256,576 kB\nCPU active sockets: 1\nCPU active cores: 2\nCPU threads per core: 2\nCPU total threads: 4\n\n--------------------\nPackages manually from all:\n--------------------\n adduser 3.137ubuntu2\nX apt 2.9.8\nX autoconf 2.72-3\n automake 1:1.16.5-1.3ubuntu1\n autotools-dev 20220109.1\nX base-files 13.3ubuntu6\nX base-passwd 3.6.4\nX bash 5.2.32-1ubuntu1\n binfmt-support 2.2.2-7\n ...\n```\n",
"bugtrack_url": null,
"license": "MIT License Copyright (c) 2024 bitdruid Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
"summary": "Conceptual workstation information output.",
"version": "0.1.9",
"project_urls": {
"Homepage": "https://github.com/bitdruid/forensic_concepts"
},
"split_keywords": [
"bash",
" shell",
" tracking",
" logging"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9514ee4ed825036eae31dc9fcf1e3962be812cb7120621dca5944f4c0c4ed9dc",
"md5": "a09605396b26efe9cfa65628767bd131",
"sha256": "2564fefc1c4410a3cf4896426c92d46796da6123bf6a35765ea8256b328df0d8"
},
"downloads": -1,
"filename": "pywrkstinfo-0.1.9-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a09605396b26efe9cfa65628767bd131",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 5174,
"upload_time": "2025-01-15T23:21:58",
"upload_time_iso_8601": "2025-01-15T23:21:58.291748Z",
"url": "https://files.pythonhosted.org/packages/95/14/ee4ed825036eae31dc9fcf1e3962be812cb7120621dca5944f4c0c4ed9dc/pywrkstinfo-0.1.9-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fdf3402eb583198e7593a4eaa22274d9766764b3e4f38f314d71cd057bd7c9c2",
"md5": "4848dd59c56ff47ed9469c008f1f0bca",
"sha256": "c9f808a0e0666c4eae5a2edcdea69ef79c9434762e833ef13e027b9bd2628370"
},
"downloads": -1,
"filename": "pywrkstinfo-0.1.9.tar.gz",
"has_sig": false,
"md5_digest": "4848dd59c56ff47ed9469c008f1f0bca",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 4224,
"upload_time": "2025-01-15T23:22:00",
"upload_time_iso_8601": "2025-01-15T23:22:00.843247Z",
"url": "https://files.pythonhosted.org/packages/fd/f3/402eb583198e7593a4eaa22274d9766764b3e4f38f314d71cd057bd7c9c2/pywrkstinfo-0.1.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-15 23:22:00",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bitdruid",
"github_project": "forensic_concepts",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pywrkstinfo"
}