4 matches found
CVE-2014-3704
Code Conversion to Python 3 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,...
CVE-2018-16763-Exploit-Python3
CVE-2018-16763 FuelCMS 1.4.1 Remote Code Execution Vulnerability This is a port to Python 3 of the vulnerability at https://www.exploit-db.com/exploits/47138, created by 0xd0ff9. To run de exploit, just modify the url variable in the code with the target url you want to attack, and add the proxie...
CVE-2014-0160-HeartBleed
This is the exploit for CVE-2014-0160 from exploitdb. It did not work for me on python3 while solving Valentine on hackthebox, so I have made the necessary changes. I am not the original author of this code...