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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
CVE-2022-31814 — pfBlockerNG <= 2.1.4_26 인증되지 않은 RCE (CVE-2022-31814) | Kitploit
도구/GitHubGitHub/dkstar11q/cve-2022-31814
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationRed Teaming
GitHubdkstar11q/cve-2022-31814

CVE-2022-31814

pfBlockerNG <= 2.1.4_26 인증되지 않은 RCE (CVE-2022-31814)

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

pfBlockerNG <= 2.1.4_26 인증되지 않은 RCE

이 스크립트는 pfBlockerNG <= 2.1.4_26에서 원격 코드 실행을 가능하게 하는 개념 증명(PoC) 익스플로잇입니다. 단일 대상 URL 또는 URL 목록을 입력받아 셸을 업로드하고, 명령을 실행한 다음 셸을 삭제합니다.

요구 사항

이 스크립트는 Python 3.x와 requests 및 concurrent.futures 모듈이 설치되어 있어야 합니다. 다음 명령으로 모듈을 설치할 수 있습니다:

root@kitploit:~
pip3 install requests concurrent.futures

또는

root@kitploit:~
pip3 install -r requirements.txt

사용법

root@kitploit:~
usage: exploit.py [-h] [-c COMMAND] [-l LIST] [-i IP] [-t THREADS] [-o OUTPUT]

pfBlockerNG <= 2.1.4_26 Unauth RCE

options:
  -h, --help            show this help message and exit
  -c COMMAND, --command COMMAND
                        Console Command ('id')
  -l LIST, --list LIST  List of targets (list.txt)
  -i IP, --ip IP        Base target uri (ex. http://target-uri/)
  -t THREADS, --threads THREADS
                        Number of threads for mass scan
  -o OUTPUT, --output OUTPUT
                        Output file (vuln.txt)

단일 대상

단일 대상을 익스플로잇하려면 -i 또는 --ip 플래그를 사용하고 기준 URL 또는 IP 주소를 지정하세요:

root@kitploit:~
python3 exploit.py -i http://target-uri/ -c 'id'

다중 대상

대상 목록을 스캔하려면 -l 또는 --list 플래그를 사용하고 목록 파일의 경로를 지정하세요:

root@kitploit:~
python3 exploit.py -l list.txt -c 'id' -t 50

-t 또는 --threads 플래그를 사용하여 스캔에 사용할 스레드 수를 지정할 수 있습니다.

출력

-o 또는 --output 플래그를 지정하면 취약한 대상 목록이 파일로 기록됩니다:

root@kitploit:~
python3 exploit.py -l list.txt -c 'id' -o vuln.txt

Shodan Dork:

root@kitploit:~
http.title:"pfSense - Login" "Server: nginx" "Set-Cookie: PHPSESSID="

⚠️ 면책 조항

이 스크립트는 교육 목적으로만 제공됩니다. 사용에 따른 책임은 사용자 본인에게 있습니다.

도구 다운로드