/exploit_x86_Routers

Reverse engineering exploit script for mikrotik routers ; blueprinting for other routers

Primary LanguagePythonMIT LicenseMIT

Exploit x86

Exploit x86 and mipsbe Mikrotik routers and gain credentials.

Author

Wikileaks += Vulnerability Disclosure

BigNerd95 += Implemented the vulnerability

Reivhax += Ropchain Compilation and packing.

Requirements

All you need to successfully exploit a router:

  • A vulnerable router
  • Network Access to the router
  • < 20 seconds of patience

Description

This exploit will exploit x86-based and mipsbe Mikrotik routers with Firmware version < 6.38.5

The Ropchains file contains ropchains for all 6.* firmware releases.

The specified command will copy the user data file to an accessible location hence we will be able to download the data and decrypt credentials.

Setup and Use

Clone this Repo

Run the script against your target

python exploiter.py TARGET_IP

Dependencies

This exploits does not require any dependecies. It uses default python modules; urllib,socket,hashlib and time.

Bug reports and support

Incase of any problem, please open a issue, I will be ready to assist you.

References

Wikileaks

BigNerd95