There are many basic shellcodes that can be emulated from the beginning from the end providing IOC like where is connecting and so on. But what can we do when the emulation get stuck at some point?
The console has many tools to interact with the emulator like it was a debugger but the shellcode really is not being executed so is safer than a debugger.
target/release/scemu -f ~/Downloads/shellcodes_matched/drv_shellcode.bin -vv
In some shellcodes the emulator emulates millions of instructions without problem, but in this case at instruction number 176 there is a crash, the [esp + 30h] contain an unexpected 0xffffffff.
There are two ways to trace the memory, tracing all memory operations with -m or inspecting specific place with -i which allow to use registers to express the memory location:
target/release/scemu -f ~/Downloads/shellcodes_matched/drv_shellcode.bin -i 'dword ptr [esp + 0x30]'
Now we know that in position 174 the value 0xffffffff is set.
But we have more control if we set the console at first instruction with -c 1 and set a memory breakpoint on write.
This "dec" instruction changes the zero for the 0xffffffff, and the instruction 90 is what actually is changing the stack value.
Lets trace the eax register to see if its a kind of counter or what is doing.
- Hacking Tools Download
- Black Hat Hacker Tools
- Hackers Toolbox
- Pentest Tools Bluekeep
- Install Pentest Tools Ubuntu
- Hacker Tools Linux
- Pentest Tools Online
- Tools Used For Hacking
- Hacking App
- Hacking Tools For Beginners
- Hacker Tools
- Hacker Tools For Windows
- Hack Tools For Pc
- Hacking Tools 2019
- Underground Hacker Sites
- World No 1 Hacker Software
- Underground Hacker Sites
- World No 1 Hacker Software
- Pentest Tools Nmap
- Hack Tools For Ubuntu
- Android Hack Tools Github
- Hacking Tools 2020
- Hack Tool Apk No Root
- Hack Tools For Windows
- Hacks And Tools
- Hacking Tools Hardware
- Install Pentest Tools Ubuntu
- Hacker Tools Software
- Tools Used For Hacking
- Tools For Hacker
- Pentest Tools Download
- Hacking Tools Download
- Black Hat Hacker Tools
- Hacking Tools Kit
- Hacking Tools Mac
- Hacker Tools 2019
- Pentest Tools For Windows
- Hacking Tools Pc
- Hacking Tools For Mac
- Nsa Hack Tools
- Hacker Tools Mac
- Hacking Tools Free Download
- Nsa Hack Tools
- Hack Tools Download
- Hack Tools 2019
- Underground Hacker Sites
- Pentest Automation Tools
- Pentest Recon Tools
- Ethical Hacker Tools
- Hack Tools 2019
- Hacking Tools For Kali Linux
- Hack Tools
- Hack Tools
- Hack App
- Hacker Tools List
- Game Hacking
- Pentest Tools Website
- Pentest Tools For Windows
- Top Pentest Tools
- Hack Apps
- Pentest Reporting Tools
- Hack And Tools
No hay comentarios:
Publicar un comentario