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.
- Best Hacking Tools 2019
- Hack Tools Online
- Pentest Tools
- Hacker Tools 2020
- Hack Rom Tools
- Underground Hacker Sites
- Hacks And Tools
- How To Make Hacking Tools
- Hacking Tools Download
- Hack Apps
- Hack Tools For Ubuntu
- Computer Hacker
- Hack Tools Pc
- Hack Tools Github
- Usb Pentest Tools
- Hacking Tools Windows
- Hacking Apps
- Hacking Tools For Games
- Hack Tools Pc
- Hack Tools For Mac
- Best Hacking Tools 2020
- Hack And Tools
- Hacking Tools Software
- Hacking Tools
- Pentest Tools Tcp Port Scanner
- Hacking Tools For Windows Free Download
- Hack Rom Tools
- Pentest Automation Tools
- Kik Hack Tools
- Hacker Tools Free Download
- Blackhat Hacker Tools
- New Hacker Tools
- Hack App
- New Hack Tools
- Hacking Tools Name
- Ethical Hacker Tools
- Hacker Tools For Ios
- Game Hacking
- Android Hack Tools Github
- Hacker Tools Apk Download
- Hack Tools For Games
- Hacking Tools Github
- New Hack Tools
- Pentest Tools Linux
- Hacker Tools List
- Hacker Tools Free
- Blackhat Hacker Tools
- Hacking Tools For Pc
- Pentest Reporting Tools
- Hacker Tool Kit
- Pentest Tools Find Subdomains
- Pentest Box Tools Download
- Hacking App
- Hacker Tools Apk Download
- Pentest Tools Open Source
- Kik Hack Tools
- Hack And Tools
- Free Pentest Tools For Windows
- Pentest Tools Framework
- Hacking Tools For Mac
- Game Hacking
- Ethical Hacker Tools
- Pentest Tools Website Vulnerability
- Hacker Tools Apk Download
- Pentest Tools Framework
- How To Install Pentest Tools In Ubuntu
- Bluetooth Hacking Tools Kali
- Hacker Security Tools
- Termux Hacking Tools 2019
- Hacking Apps
- Hacking App
- Hack Tools Mac
- Hack Rom Tools
- Pentest Tools
- Hacking Tools Free Download
- Game Hacking
- Hacking Tools Software
- Pentest Tools Url Fuzzer
- Hackers Toolbox
- Hacking Tools For Kali Linux
- Hacker Techniques Tools And Incident Handling
- How To Hack
- New Hacker Tools
- Hacking Tools For Windows 7
- Pentest Tools Kali Linux
- Hacker Tools Windows
- Pentest Automation Tools
- Underground Hacker Sites
- Hacking Tools Download
- Best Pentesting Tools 2018
- Hack Tool Apk No Root
- Pentest Tools Kali Linux
- Hacker Tools Free
- Hacker Tools 2020
- Underground Hacker Sites
- Hacker Tools Windows
- Hack Tools For Mac
- Android Hack Tools Github
- Hacking Tools Mac
- Hacking Tools For Windows 7
- Hacking App
- Hack Tools Download
- Hacker Tools Free
- Hacker Tools Online
- Tools Used For Hacking
- Hacking Tools 2020
- Beginner Hacker Tools
- Hacker Tool Kit
No comments:
Post a Comment