April 16, 2020

Router-Exploit-Shovel: An Automated Application Generator For Stack Overflow Types On Wireless Routers

About Router-Exploit-Shovel
   Router-Exploit-Shovel is an automated application generation for Stack Overflow types on Wireless Routers.

   Router exploits shovel is an automated application generation tool for stack overflow types on wireless routers. The tool implements the key functions of exploits, it can adapt to the length of the data padding on the stack, generate the ROP chain, generate the encoded shellcode, and finally assemble them into a complete attack code. The user only needs to attach the attack code to the overflow location of the POC to complete the Exploit of the remote code execution.

   The tool supports MIPSel and MIPSeb.Run on Ubuntu 16.04 64bit.

Router-Exploit-Shovel's Installation
   Open your Terminal and enter these commands:
Usage

   Example: python3 Router_Exploit_Shovel.py -b test_binaries/mipseb-httpd -l test_binaries/libuClibc-0.9.30.so -o 0x00478584

Router-Exploit-Shovel's screenshot

Code structure

ROP chain generation
   This tool uses pattern to generate ROP chains. Extract patterns from common ROP exploitation procedure. Use regex matching to find available gadgets to fill up chain strings. Base64 encoding is to avoid duplicate character escapes. For example:

Attackblocks
   You can get attackblocks generated in results/attackBlocks.txt. Such as:

You might like these similar tools:
Related word
  1. What Are Hacking Tools
  2. Pentest Reporting Tools
  3. Hacker Tools
  4. New Hacker Tools
  5. Pentest Tools Website
  6. Hacker Tools 2020
  7. Hacker Tools Github
  8. Pentest Tools Url Fuzzer
  9. Pentest Tools For Mac
  10. Hack Tools For Games
  11. Hack Tools For Mac
  12. Easy Hack Tools
  13. What Is Hacking Tools
  14. Hacker Tools For Windows
  15. Hacker Tools Online
  16. Pentest Tools Alternative
  17. Hacker Techniques Tools And Incident Handling
  18. Hacking Tools Download
  19. Hack Tool Apk
  20. Hacker Tools Apk Download
  21. Pentest Tools Online
  22. Hack Tools Github
  23. Hack Tools Github

No comments:

Post a Comment