Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emrekybs/mrhandler
Linux Incident Response Reporting
https://github.com/emrekybs/mrhandler
cyber-security forensics-investigations forensics-tools incident-management incident-response incident-response-tooling linux python
Last synced: about 2 months ago
JSON representation
Linux Incident Response Reporting
- Host: GitHub
- URL: https://github.com/emrekybs/mrhandler
- Owner: emrekybs
- License: mit
- Created: 2023-12-27T15:37:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-15T22:26:56.000Z (10 months ago)
- Last Synced: 2024-03-17T03:39:46.416Z (10 months ago)
- Topics: cyber-security, forensics-investigations, forensics-tools, incident-management, incident-response, incident-response-tooling, linux, python
- Language: HTML
- Homepage:
- Size: 1.73 MB
- Stars: 42
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![EmreKybs](https://img.shields.io/badge/MadeBy-Emrekybs-yellow)
# MR.HANDLER
MR.Handler is a specialized tool designed for responding to security incidents on Linux systems.
It connects to target systems via SSH to execute a range of diagnostic commands, gathering crucial information such as network configurations, system logs, user accounts, and running processes.
At the end of its operation, the tool compiles all the gathered data into a comprehensive HTML report.
This report details both the specifics of the incident response process and the current state of the system, enabling security analysts to more effectively assess and respond to incidents.# 𝗜𝗡𝗦𝗧𝗔𝗟𝗟𝗔𝗧𝗜𝗢𝗡 𝗜𝗡𝗦𝗧𝗥𝗨𝗖𝗧𝗜𝗢𝗡𝗦
$ pip3 install colorama
$ pip3 install paramiko
$ git clone https://github.com/emrekybs/MrHandler.git
$ cd MrHandler
$ chmod +x MrHandler.py
$ python3 MrHandler.py
# Report