Log-Dump is a Python script to dump and generate all Windows Logon Errors, primary the 4625 and 4771 events on Windows 2008 / 2012 Servers and 529 on Windows 2003 Servers.
Project description
log-dump
The Windows security log dumper.
Introduction
Log-Dump is a Python script to dump and generate all Windows Logon Errors, primary the 4625 and 4771 events on Windows 2008 / 2012 Servers and 529 on Windows 2003 Servers. With this tool, system admins can generate a CSV list with all information contained in the Windows Security Log about the erros, wich became easily to treat.
Installation
Install Log-dump.
You can install the log-dump through pip:
pip install log-dump
As well, the sdist package can be downloaded at:
How to Use
Once Instaled, you just need run it with Elevated Privileges and provide a range of date, as noted in the following example(Considering that the scripts dir of the python instalation is part of the PATH):
C:>log_dump.py -sd “30/01/13 20:00” -ed “31/01/13 20:00”
A file named ‘logon_failure.log’ will be created at the current dir with all logon errors in the CSV format.
License
- Licensed under the Apache License, Version 2.0, that can be viewed at:
Credits
[Gabriel Abdalla Cavalcante](https://github.com/gcavalcante8808)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file log-dump-0.1.1.tar.gz
.
File metadata
- Download URL: log-dump-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57864d3f5b96de80b9f517e7151ae23e49286c249e248cdabde55f993da6dc9c |
|
MD5 | 79b0699b92d58bdf37df50e66d4d13e9 |
|
BLAKE2b-256 | 785add466474730cf14116fecdedf66dcce7970e67601347155b8ae9d337c245 |