Releases: acecilia/OpenWRTInvasion
Releases · acecilia/OpenWRTInvasion
NoConfusion
Windows out :(
GFWEvasion
Windows FTW!
In this release:
- Fix script so it works on Windows (#100)
Make encoding great again
This release includes a small bugfix for #48
SSH
Insecure
- 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
This version adds a FTP server at port 21, so you can get access to the filesystem using a GUI (for example cyberduck).
telnet
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 starttelnetd
- The password for the
root
account will be reset tonone
Netcat shell
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