Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 754 Bytes

drupal.md

File metadata and controls

29 lines (18 loc) · 754 Bytes

Drupal

Enumeration

After identifying a Drupal site, one of the first pieces of information you should try to identify is the version of Drupal running:

curl -s https://parzival.sh/CHANGELOG.txt 

Droopescan

droopescan scan drupal -u https://parzival.sh

{% embed url="https://github.com/SamJoan/droopescan" %}

Exploitation

Drupalgeddon

Older installations of Drupal are vulnerable to a remote code execution vulnerability dubbed "Drupalgeddon". There is a Metasploit module which works well for exploiting this vulnerability:

use exploit/unix/webapp/drupal_drupalgeddon2

{% embed url="https://www.rapid7.com/blog/post/2018/04/27/drupalgeddon-vulnerability-what-is-it-are-you-impacted/" %}