OpenWRTInvasion Versions Save

Root shell exploit for several Xiaomi routers: 4A Gigabit, 4A 100M, 4, 4C, 3Gv2, 4Q, miWifi 3C...

0.0.10

1 year ago

In this release:

Notify when detecting unsupported firmware (https://github.com/acecilia/OpenWRTInvasion/pull/148)

0.0.9

1 year ago

In this release:

0.0.8

2 years ago

In this release:

  • Get stok programatically: user just needs to input the router password (#113)
  • Optionally provide exploit files using a local file server, so there is no need for the router to have access to GitHub. This is specially useful for users based in China (#113)

0.0.7

2 years ago

In this release:

  • Fix script so it works on Windows (#100)

0.0.6

3 years ago

This release includes a small bugfix for https://github.com/acecilia/OpenWRTInvasion/issues/48

0.0.5

3 years ago

Added support for SSH: after running the exploit, you will find an ssh server up and running

0.0.4

3 years ago

0.0.3

4 years ago

This version adds a FTP server at port 21, so you can get access to the filesystem using a GUI (for example cyberduck).

0.0.2

4 years ago

The exploit will start a telnet server connection:

Pros:

  • Obtain a fully fledge telnet shell

Cons:

  • Requires the router to have internet connection: it needs to download the busybox binary in order to start telnetd
  • The password for the root account will be reset to none

0.0.1

4 years ago

The exploit will open a shell using netcat:

Pros:

  • It does not require the router to be connected to the internet
  • It is fast

Cons:

  • It is a bit of a hacky way to open a shell