Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reivhax/Chimay-Red-tiny
This is a minified exploit for mikrotik routers. It does not require any aditional modules to run.
https://github.com/reivhax/Chimay-Red-tiny
chimay-red exploit mikrotik mikrotik-router vulnerability wikileaks
Last synced: 29 days ago
JSON representation
This is a minified exploit for mikrotik routers. It does not require any aditional modules to run.
- Host: GitHub
- URL: https://github.com/reivhax/Chimay-Red-tiny
- Owner: xaviermilgo
- Archived: true
- Created: 2018-05-04T05:01:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-04T18:12:57.000Z (about 6 years ago)
- Last Synced: 2024-11-23T11:32:56.846Z (about 1 month ago)
- Topics: chimay-red, exploit, mikrotik, mikrotik-router, vulnerability, wikileaks
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 29
- Watchers: 5
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chimay-Red-tiny
Exploit x86 and mipsbe **Mikrotik** routers and gain credentials.![screenshot](http://i.imgur.com/f6rCQSf.png)
## 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 Repogit clone https://github.com/reivhax/Chimay-Red-tiny.git
Move to the new folder
cd Chimay-Red-tiny
Run the script against your target
python chimayred.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](https://wikileaks.org/ciav7p1/cms/page_16384604.html)[BigNerd95](https://github.com/BigNerd95/)