
Setup Splunk on Kali
This blog is for anyone who love hacking and don’t know how to setup SIEM Homelab (Splunk). Download Splunk wget -O splunk_soar-unpriv-6.2.1.305-7c40b403-el7-x86_64.tgz "https://download.splunk.c...

This blog is for anyone who love hacking and don’t know how to setup SIEM Homelab (Splunk). Download Splunk wget -O splunk_soar-unpriv-6.2.1.305-7c40b403-el7-x86_64.tgz "https://download.splunk.c...

This blog is for anyone who love hacking and don’t know how to set up a virtual machine lab. We have 2 options: VMware and VirtualBox. Unfortunately, VirtualBox does not support on Macbook, so we...

This blog for anyone who love hacking and don’t know how to gather information and scan vulnerability. Why does it matter? Vulnerability scanning helps you find and fix security weaknesses in ...

Overview This project is a keystroke logger that captures and records the keys pressed on the keyboard, logging them into a file named keystrokes.log. It processes each key press event to handle sp...

WHAT IS GOPHISH? Gophish is a powerful, open-source phishing simulation tool that allows security professionals and organizations to create, manage, and track phishing campaigns. It provides a us...
1/ Initial Enumeration 1.1 Nmap scan nmap -sC -sV -Pn [IP] -oN /tmp/htb_10.129.2.72_initial.nmap PORT STATE SERVICE VERSION 80/tcp open http Microsoft IIS httpd 10.0 1433/tcp open m...
1/ Reconnaissance 1.1 Port and service enumeration nmap -Pn -sC -sV 10.129.244.184 22/tcp open ssh 80/tcp open http 443/tcp open https 1.2 Confirm Mirth Connect version leak curl -sk ...
1/ Reconnaissance 1.1 Full TCP scan nmap -Pn -p- --min-rate 2000 -T4 10.129.1.217 PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 1.2 Service/version scan nmap -Pn -sC -sV -p22,80 10....
Writeup After scanning, we know how many ports are opened, hostname and operating system is running on. nmap -sC -sV 10.129.50.75 Starting Nmap 7.95 ( https://nmap.org ) at 2025-12-30 22:39 EST Nm...

Writeup After scanning, we know how many ports are opened, hostname and operating system is running on. nmap -sC -sV 10.129.50.15 Starting Nmap 7.95 ( https://nmap.org )...