Home
Psyrun
Cancel

Windows Process Free Memory and Privelege Enumeration

Exploring Free Memory Regions in Windows Processes When analyzing software vulnerabilities, it’s crucial to understand the memory layout of a process. One aspect of this is identifying free memory...

Enumerating Running Processes in Windows for Vulnerability Research

Introduction This blog discusses a simple C program for enumerating running processes in Windows using the Windows API and explains its relevance in vulnerability research. The program provides a f...

Reverse Shell in Go

Building a Reverse Shell in Go In this tutorial, we’ll explore how to create a basic reverse shell in Go. A reverse shell is a type of shell where the target machine communicates back to the attac...

Recon with psymap-nmap.py

Understanding Nmap Commands for Network Scanning Nmap (Network Mapper) is a powerful open-source tool used for network exploration and security auditing. It works by sending packets to target host...