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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Remote-Integer-Overflow-Vulnerability — Nginx 취약점(CVE-2017-7529)을 위한 Python 취약점 코드 추가 | Kitploit
도구/GitHubGitHub/insecrez/remote-integer-overflow-vulnerability
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubinsecrez/remote-integer-overflow-vulnerability

Remote-Integer-Overflow-Vulnerability

Nginx 취약점(CVE-2017-7529)을 위한 Python 취약점 코드 추가

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Nginx : Remote-Integer-Overflow-Vulnerability

이 저장소는 "Remote Integer Overflow Vulnerability (CVE-2017-7529)"라는 오래되었지만 여전히 존재하는 Nginx 취약점을 다룹니다. 이 취약점은 구형 Nginx 서버(>>1.13)에 해당됩니다. (Nginx 1.12는 예외)

설정 :

  • sys 라이브러리와 requests 라이브러리를 다운로드하세요.
  • os 라이브러리도 있으면 더 좋습니다.

악용 가능한 취약점은 다음과 같습니다 :-

root@kitploit:~
    1) Reading Sensitive Headers during an Intercept of Requests.
   
    2) Revealing Sensitive Informatino containing real IP Addresses.

이 저장소의 구성 :-

root@kitploit:~
    1) vulnchecker.py : The scripts that checks for R.I.V.O Vulnerability in Nginx servers.
   
    2) exploit.py : The script that will exploit sensitive headers where Nginx server v1.1x (except v1.12) is running.

사용 방법 :

root@kitploit:~
    1) python3 vulnchecker.py --url <http://example.com/>
    2) python3 exploit.py --url <http://example.com/>  

첫 번째 단계가 실행된 후에만 두 번째 단계를 사용하십시오. 그렇지 않으면 시간 낭비입니다.

선한 해킹을 계속하세요

도구 다운로드