PinnedCarving Shellcode like a Christmas HamShellcode is a small piece of code used as the payload in the exploitation of software vulnerabilities. Here’s a brief explanation:Aug 17Aug 17
PinnedMalicious Office Documents and OleDumpOffice documents, such as those created using Microsoft Office (Word, Excel, PowerPoint), have unfortunately become a common vector for…Aug 15Aug 15
Injection Part Deux — The DLLDLL Injection is another form of code injection which is similar to shellcode injection but we are going to inject a DLL module that we…Sep 21, 2023Sep 21, 2023
Payload InjectionCode injection is a way to transfer your payload from one process to another. In order for Payload Injection to work, the memory buffer…Sep 20, 2023Sep 20, 2023
Backdooring PE FilesA Trojan is designed to fool the end user. It can be software mimicking the real program, running malware under the hood, or a real program…Sep 19, 2023Sep 19, 2023
Function Call ObfuscationPE modules usually use external functions. When these programs are running they will call functions within external DLLs which will be…Sep 16, 2023Sep 16, 2023
Enumerating and Exploiting SMTPFor a description of what SMTP is see the following:May 20, 20211May 20, 20211