Skip to content

Releases: acecilia/OpenWRTInvasion

NoConfusion

22 Sep 14:04
bac6514
Compare
Choose a tag to compare

In this release:

Notify when detecting unsupported firmware (#148)

Windows out :(

04 Sep 12:46
ab14f16
Compare
Choose a tag to compare

In this release:

  • Remove windows support (#139, #144). If you use Windows, please see the readme for alternatives

GFWEvasion

31 Jan 00:12
95afeba
Compare
Choose a tag to compare

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)

Windows FTW!

02 Oct 18:14
4254ea3
Compare
Choose a tag to compare

In this release:

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

Make encoding great again

06 Dec 20:25
Compare
Choose a tag to compare

This release includes a small bugfix for #48

SSH

21 Nov 19:56
Compare
Choose a tag to compare
SSH

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

Insecure

11 Sep 21:31
Compare
Choose a tag to compare
  • Add the --insecure option to the curl command that downloads busybox, to avoid problems with SSL when the user runs the script in a complex network setup. See: #31 (comment)

FTP Server

05 Apr 12:19
e49d8b4
Compare
Choose a tag to compare

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

telnet

23 Mar 16:59
Compare
Choose a tag to compare

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

Netcat shell

23 Mar 16:39
Compare
Choose a tag to compare

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