Hello everyone! In this video I teach you how you can extract credentials from the LSASS process without Mimikatz via a WinAPI known as MiniDumpWriteDump(), Please note, this video is only for educational purposes and is not meant for any …
Hello everyone, In this video, I teach you guys how to code a privilege escalation exploit from scratch, And escalate your privileges from a local administrator to NT Authority System! Make sure to enjoy the video!
Hello everyone! In this video I will teach you what process injection is and how to program a POC script for the it! Hope you guys enjoy the video and learn something from it!
Hello everyone! I am back again with a new video on the malware development series, today we have a look at how we can execute shellcode using Win32 API. We start out by discussing the theory part and then move …
Hello everyone! Hope you are doing great, I am back again with a new video on the Malware Development Series, Today we are going to code a very basic reverse shell in C using socket programming. We will take a …
Hello everyone! Welcome to “Malware Development in C” series! In today’s video, I will be explaining you socket programming in C! We shall first get started off by understanding basic workflow of a client and a server in socket programming …