🐝
OSCP 2022 Materials
  • General
    • Whoami
    • Resources
    • Frequently Asked Questions
    • Shared Resource
  • Enumeration
    • Foreword
    • FTP
    • SMTP
    • DNS
    • Finger
    • HTTP/ HTTPS
      • Login Attacks
        • PHP Logins
      • XSS
      • LFI ( LFI -> RCE )
      • RFI ( RFI -> RCE )
      • CMS Exploitation
        • Wordpress
        • Magento
        • Bludit
        • Tomcat
        • Drupal
      • PHPMyAdmin
    • Kerberos
    • POP3
    • SMB
    • IMAP
    • SNMP
    • IRC
    • RSync
    • MSSQL
    • NFS
    • REDIS
    • Port Forwarding
  • Linux Post Exploitation
    • Post Exploit Checks
    • Pivoting ( ProxyChains )
  • Windows Post Exploitation
    • Post Exploit Checks
    • Active Directory ( Recon -> PE)
    • Notes
      • Powershell
      • Commands
  • Buffer Overflow
    • Hackthebox
    • TryHackMe
  • Mobile Pentesting
    • Android Pentesting
      • Lab TroubleShoot
      • Root Detection Bypass ( Manual )
      • Physical Device
  • MISC
    • Useful
    • Web
    • Linux
    • Application Specific
    • Programming Notes for Offensive Security
      • Python
    • Forensics
      • Disk Forensics
    • Inspection
    • Troubleshooting
      • Mouse Flickering
Powered by GitBook
On this page
  • Enumeration
  • Tools
  • Post Exploit

Was this helpful?

  1. Enumeration
  2. HTTP/ HTTPS
  3. CMS Exploitation

Drupal

PreviousTomcatNextPHPMyAdmin

Last updated 2 years ago

Was this helpful?

Drupal is an opensource CMS

Enumeration

  • Version Enumeration

http://$ip/CHANGELOG.txt
  • Common files and folders

web.config
xmlrpc.php
CHANGELOG.txt
INSTALL.txt
LICENSE.txt
sites/

Tools

  • Droopescan -

  • Drupwn -

Post Exploit

  • Check the settings.php in the sites/default folder

https://github.com/SamJoan/droopescan
https://github.com/immunIT/drupwn