Skip to main content

terminal-based forensic utility

Project description

w01fm00n

terminal-based forensic utility

the main test is the use via a terminal, but m00n should also be usable as a module without any problems.

installation

pip install w01fm00n

syntax

usage: w01fm00n [-h] [-a] [-r] [-v] root file

positional arguments:
  root           root directory of the scan
  file           file into which the scan is to be written

optional arguments:
  -h, --help     show this help message and exit
  -a, --archive  archive the <.csv> file as <.tar.gz> and then delete it.
  -r, --raw      output in raw format -> partly difficult to read for humans -> default: <False>
  -v, --version  show program's version number and exit

examples of usage

pip installation

save in the program directory:

w01fm00n '/home/user/Pictures/' 'data.csv'

save with an absolute path in raw mode as archive:

w01fm00n -r -a '/home/user/Pictures/' '/home/user/m00n/data.csv'

github package

save in the program directory:

python w01fm00n.py '/home/user/Pictures/' 'data.csv'

save with an absolute path in raw mode as archive:

python w01fm00n.py -r -a '/home/user/Pictures/' '/home/user/m00n/data.csv'

further information:

see docstrings in w01fm00n.py

planned future implementations and improvements:

https://github.com/w01fdev/w01fm00n/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

w01fm00n-0.3.3.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

w01fm00n-0.3.3-py3-none-any.whl (19.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page