Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
MikrotikExploit — Scan and Export RouterOS Password | Kitploit
Tools/GitHubGitHub/miladdiaz/mikrotikexploit
Vulnerability ScannersPassword AttacksExploitationNetwork Security
GitHubmiladdiaz/mikrotikexploit

MikrotikExploit

Scan and Export RouterOS Password

View Repository
1616758 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Mikrotik Exploit

Scan and Export RouterOS Password

allow you to scan subnet of IPv4 in loop with different port.

Installation

install python3

Ubuntu/Debian:

root@kitploit:~
$ apt-get install python3
install python3 Python package manager

Ubuntu/Debian:

root@kitploit:~
$ apt-get install python3-pip

Mac

root@kitploit:~
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
root@kitploit:~
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
root@kitploit:~
$ brew install python3
Install dependencies
root@kitploit:~
$ pip3 install ipcalc
$ pip3 install requests
Download Tool
Clone the repository
root@kitploit:~
$ git clone https://github.com/miladdiaz/MikrotikExploit
$ cd MikrotikExploit

How to use

scan single ip: In script root dir

root@kitploit:~
$ python3 loop.py 192.168.1.10

scan with different port

root@kitploit:~
$ python3 loop.py 192.168.1.10 -p 8282

scan range of ip

root@kitploit:~
$ python3 loop.py 192.168.1.0/24

scan list of IP from file

root@kitploit:~
$ python3 loop.py -f list.txt

Not wokring on some versions

all versions from 6.29 (release date: 2015/28/05) to 6.42 (release date 2018/04/20)

Secure your router

Update RouterOS and limit Winbox login

root@kitploit:~
ip firewall filter add chain=input in-interface=wan protocol=tcp dst-port=8291 action=drop

Copyright

this repository forked from BigNerd95/Chimay-Red and BasuCert/WinboxPoC with some changes for subnet scan, use different port and IP list file.