Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cnobile2012/forensics
Forensic Utilities
https://github.com/cnobile2012/forensics
Last synced: 9 days ago
JSON representation
Forensic Utilities
- Host: GitHub
- URL: https://github.com/cnobile2012/forensics
- Owner: cnobile2012
- License: mit
- Created: 2014-11-08T03:56:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T21:21:45.000Z (almost 10 years ago)
- Last Synced: 2024-04-16T02:08:43.243Z (7 months ago)
- Language: Python
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python Tools for Forensics and Data Recovery and Monitoring
## Quick Notes on Operation
### Directory Tree Walker
1. Source the ```setup_settings``` script.
* $ . setup_settings
2. Run ```walker.py```.
* $ bin/walker.py --help### IP Monitor
1. Script help
* $ bin/monitor_ip.py --help
2. Run ```monitor_ip.py``` in data collection mode.
* $ sudo bin/monitor_ip.py -a 192.168.1.106 -p 8000 -P TCP -l logs/monitor_ip.log -d data/monitor_ip.db
3. Dump SQLite database
* $ sudo bin/monitor_ip.py -l logs/monitor_ip.log -d data/monitor_ip.db -b