
This code is taken from "Drupal 7.0 < 7.31 - 'Drupalgeddon' SQL Injection (Add Admin User)" and was converted to Python 3 to suit the exercise in Academy for Module "Attacking Commoon Applications" and section "Attacking Drupal".
This code is taken from "Drupal 7.0 < 7.31 - 'Drupalgeddon' SQL Injection (Add Admin User)" and was converted to Python 3 to suit the exercise in Academy for Module "Attacking Commoon Applications" and section "Attacking Drupal".
The original code was written in Python 2, but I converted it to be compatible with Python 3. The readme structure is copied from here.
To run this code, you will need Python 3 installed on your system.
To run the code, simply execute the script in a terminal or command prompt using Python 3. For example:
$ wget https://github.com/joaomorenorf/CVE-2014-3704/raw/refs/heads/master/CVE-2014-3704.py
$ python3 CVE-2014-3704.py
If you find any issues with the code or have suggestions for improvements, please feel free to open an issue or submit a pull request.