Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hello Hackers, Myself Pawan Rawat and this is my first blog. So this post is about my approach to GitHub recon.Continue reading on Medium » (https://medium.com/@pawan_rawat/github-recon-for-finding-sensitive-information-aecdeb9c9dce?source=rss------bug_bounty-5)
Hacking the Dutch Government

Last year, I became interested in bug bounties and saw the Dutch government will mail you swag (often the t-shirt pictured above) if…Continue reading on Medium »
Read more...
MonikerLink Meltdown: Demystifying CVE-2024–21413 and Dodging Outlook’s Booby Trap

Introduction:Continue reading on Medium »
Read more...
Last year, I became interested in bug bounties and saw the Dutch government will mail you swag (often the t-shirt pictured above) if…Continue reading on Medium » (https://medium.com/@jackson_80133/hacking-the-dutch-government-153678a191c0?source=rss------bug_bounty-5)
 
MR.Handler is a specialized tool designed for responding to security incidents on Linux (https://www.kitploit.com/search/label/Linux) systems. It connects to target systems via SSH (https://www.kitploit.com/search/label/SSH) to execute a range of diagnostic commands, gathering (https://www.kitploit.com/search/label/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 (https://www.kitploit.com/search/label/Incident%20Response) 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/BlueFish.git
$ cd MrHandler
$ chmod +x MrHandler.py
$ python3 MrHandler.py