Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Root shell exploit for several Xiaomi routers: 4A Gigabit, 4A 100M, 4C, 3Gv2, 4Q, miWifi 3C...

<details align="center">
<summary><h1>💾 OpenWrt firmware</h1></summary>

| Model | Download |
|-----:|-----------|
| ![image](https://raw.githubusercontent.com/PhilipMello/media/main/xiaomi/xiaomi-mi-router-4a-01.png)| [Xiaomi Mi Router 4A 100M Edition ](https://downloads.openwrt.org/releases/24.10.1/targets/ramips/mt76x8/openwrt-24.10.1-ramips-mt76x8-xiaomi_mi-router-4a-100m-squashfs-sysupgrade.bin) - 💾 OpenWrt firmware Version 24.10.1 (r28597-0425664679)|
| ![image](https://raw.githubusercontent.com/PhilipMello/media/main/xiaomi/xiaomi-mi-router-4c-01.png)| [Xaiomi Mi router 4C](https://downloads.openwrt.org/releases/24.10.1/targets/ramips/mt76x8/openwrt-24.10.1-ramips-mt76x8-xiaomi_mi-router-4c-squashfs-sysupgrade.bin) - 💾 OpenWrt firmware Version 24.10.1 (r28597-0425664679)|

</details>

### Alternative for CyberDuck (gFTP)
```bash
sudo apt install gftp # On Ubuntu/Debian
sudo yum install gftp # On CentOS/Red Hat
```

## How to run

**NOTE: FROM VERSION `0.0.2` THE ROUTER NEEDS INTERNET ACCESS**. If you require to run the exploit without internet access please try version `0.0.1`. Find the versions here: https://github.com/acecilia/OpenWRTInvasion/releases
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.media {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }

.media-body {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1; }
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
pointer-events: auto;
content: "";
background-color: rgba(0, 0, 0, 0); }
Loading