-
Recent Posts
Recent Comments
- Xavi on Exploit Development – Vulnserver TRUN – JMP EAX
- Merrell Vineza on Exploit Development – Vulnserver TRUN – JMP EAX
- Merrell Vineza on Exploit Development – Vulnserver TRUN – JMP EAX
- Xavi on Shellcoding Linux x86 – Bind Shell TCP – Assignment 1
- junsec on Shellcoding Linux x86 – Bind Shell TCP – Assignment 1
Archives
Categories
Meta
Category Archives: Uncategorized
Shellcode – Windows/x86 – Create Administrator User – Dynamic PEB & EDT
Hello everyone, Recently I’ve been learning about Windows x86 shellcoding and I decided to write a shellcode by my own. My idea was to write a shellcode that creates a new user and make it local administrator. You can find … Continue reading
Posted in Uncategorized
Tagged administrator, Assembly, exploit development, exploiting, osed, shellcode, shellcoding, x86
Leave a comment
Creating your own AMSI Bypass using Powershell Reflection Technique
Introduction Today I was reviewing one topic about AV Evasion and I was trying to understand how AMSI works and how we can interact with it. As a quick introduction, AMSI is the The Windows Antimalware Scan Interface, a interface … Continue reading
Linux Shared Library Hijacking
Hello everyone! In this blog post I would like to cover an interesting topic that is not as well known as Windows DLL Hijacking: Linux Shared Library Hijacking. Both concepts are similar but the exploitation is a bit different, I … Continue reading
Posted in Uncategorized
Tagged C, hacking, Linux Privilege Escalation, OSEP, Shared Library, shellcode, VIM
Leave a comment