Skip to main content

Write File Information to docx(for Forensic)

Project description

HashToDocx

Write File Information to docx(for Forensic)

Install

$ pip install HashToDocx 

Usage

1. Basic Usage Example

from HashToDocx import HashToDocx

docx = HashToDocx()
docx.scanDir('sample') # input target Directories
docx.save('123.docx') # save to docx

2. Recursive Directory Usage Example

from HashToDocx import HashToDocx

docx = HashToDocx()
docx.scanDir(
    dir     = 'sample',   # input target Directories
    option  = 'recursive' 
) 

docx.save('123.docx') # # save to docx

3. set Range parsing field

You can filter only the fields you want by adjusting the list variable.

from HashToDocx import HashToDocx

# Field
Field = ['filename', 'size', 'md5', 'sha1', 'sha256', 'ctime', 'mtime', 'atime']

docx = HashToDocx(Field)
docx.scanDir('sample') # input target Directories
docx.save('123.docx') # # save to docx

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

HashToDocx-1.0.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

HashToDocx-1.0.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file HashToDocx-1.0.1.tar.gz.

File metadata

  • Download URL: HashToDocx-1.0.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for HashToDocx-1.0.1.tar.gz
Algorithm Hash digest
SHA256 c3ec41feccc35f783f035e2688c4c9a5a5a9150de339329fa4783f1413da191d
MD5 260c029fe2e7658e9418fc66959a2b2c
BLAKE2b-256 6d29b972f84665d98ab0c6f45ef50d09c1c80a32b0ac08f0608bfe5a22b84462

See more details on using hashes here.

File details

Details for the file HashToDocx-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: HashToDocx-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.8

File hashes

Hashes for HashToDocx-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 409273aa544f96f784598c78916f10607b2dcec4a8b8a33b971f30aa58e2a88d
MD5 2d60b15d7a74d8eade643628c3d7ccdc
BLAKE2b-256 5ee66c9224e6c1665e569a943664d1c9c8523b384810ffb470780eb38cb346fa

See more details on using hashes here.

Supported by

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