how to DLL injection - Developing a simple injector. DLL injection is the process of forcing a running process to load a DLL (Dynamically Linked Library) of your choice. In this write-up, I'll walk you through the LoadLibraryA injection method. This causes
research Exploiting a Stack Buffer Overflow (ret2libc method) A stack buffer overflow occurs when a program writes to a memory address on it's call stack outside of the intended structure / space. In this walk-through, I'm going to cover the ret2libc (return-to-libc)
how to A 9-step recipe to crack a NTLMv2 Hash from a freshly acquired .pcap Open your .pcap that contains an NTLMv2 hash in Wireshark.Filter by ntlmssp to get the authentication handshake.artisanal smb2 authentication packets3. In this case, we get three packets. Find the NTLMSSP_AUTH
how to Makefiles, but in English: Part 1 Make is intelligent enough to be able to distinguish between them at runtime. But it's probably best to avoid storing different types in a variable.
research ASCII art in hidden places Hiding data in new and interesting places has always been a fun objective for anyone who likes creating and solving challenges. One of the interesting secret hiding places for data I like to