Vulnlab Retro
Retro VLNMAP Scanning:1234567891011121314151617Some closed ports may be reported as filtered due to --defeat-rst-ratelimitPORT STATE SERVICE REASON53/tcp open domain syn-ack ttl 127135/tcp open msrpc syn-ack ttl 127139/tcp open netbios-ssn syn-ack ttl 127445/tcp open microsoft-ds syn-ack ttl 127464/tcp open kpasswd5 syn-ack ttl 127593/tcp open http-rpc-epmap syn-ack ttl 1273268/tcp open globalcatLDAP syn-ack ttl...
Understanding the PE
Understanding PEWhat does it mean ?The Portable Executable (PE) format is the standard file format used for executables, object code, dynamic-link libraries (DLLs), and other binary files on both 32-bit and 64-bit versions of Windows, as well as in UEFI environments. It serves as the primary format for executable files on Windows NT-based systems, including file types such as .exe, .dll, .sys (system drivers), and .mui. Essentially, the PE format is a structured data container that provides...
Understanding the PEB
Understanding The PEBComing soon…
Getting Started
👋 Hello WorldWelcome to my blog — and thank you for stopping by! 1echo "Hello, World!" This is my very first post, marking the start of this journey where I’ll be sharing my thoughts, research, and experiences in the field of cybersecurity. I’ll be covering topics like: 🔴 Red teaming 🛠️ Pentesting 🧠 CTFs & challenges 🔬 Research and more My goal is to make this blog a valuable place to learn, explore, and grow together within the infosec community. Whether you’re just...