KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
MrHandler
★ 86
Open GitHub ↗
Linux Incident Response Reporting
Download README (.md)
Explore Similar Repositories
auth0-flutter
:
Auth0 SDK for Flutter
NeXt_TDNN_ASV
:
Official repository of NeXt-TDNN for speaker verification
remix-knowledge-base
:
Knowledge Base starter kit with WYSIWYG, Markdown, GPT, and Multi-language support. Built with Remix, Tailwind CSS and Prisma.
ImgX-DiffSeg
:
A JAX-based deep learning framework for image segmentation using diffusion models.
seenvoy
:
Visualize the configs of the Envoy
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
MrHandler
?
Download (.md)
[ # MR.HANDLER <img src="https://github.com/emrekybs/MrHandler/blob/main/MrHandler.png" width="250"> 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 <img src="https://github.com/emrekybs/MrHandler/blob/main/1.png"> <img src="https://github.com/7h3pr1es7/MrHandler/blob/main/3.png"> # Report <img src="https://github.com/emrekybs/MrHandler/blob/main/2.png">