Cleaner Wrasse
Overview
Cleaner Wrasse is a tool that remotely enables the hidden busybox shell in routers using RouterOS versions 3.x - 6.43.14. CW doesn't care about the router's architecture or any periphials. It should just work. Once enabled, the hidden shell allows the devel user to login with the admin's password over telnet or SSH. The user is then presented with a root shell. It's damn useful.
Install and Configuration
sudo apt install cmake
sudo apt-get install libboost-all-dev
git clone https://github.com/tenable/routeros.git
cd routeros/
cd cleaner_wrasse/
mkdir build
cd ./build/
cmake ..
makeUsage
./cleaner_wrasse
options:
-h [ --help ] A list of command line options
-v [ --version ] Display version information
-u [ --username ] arg REQUIRED The user to log in as.
-p [ --password ] arg The password to log in with (if not provided CW
uses an empty string).
-i [ --ip ] arg REQUIRED The IPv4 address to connect to.
-s [ --symlink ] arg (=0) Add the survival symlink on the target if its 6.41+
--persistence arg (=0) Enable persistence on targets 6.41+
./cleaner_wrasse -v
Version: ><(((°> Cleaner Wrasse 1.0 - August 11, 2019 ><(((°>Exploit
PreviousImplementing a Password Reset Function for Persistent Access in MikroTik RouterOSNextFirmware Reversing
Last updated