1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
# Exploit Title: VehicleWorkshop SQL Injection # Data: 07.28.2017 # Exploit Author: Shahab Shamsi # Vendor HomagePage: https://github.com/spiritson/VehicleWorkshop # Tested on: Windows # Google Dork: N/A ========= Vulnerable Page: ========= /viewvehiclestoremore.php ========== Vulnerable Source: ========== Line5: if(isset($_GET['vahicleid'])) Line7: $results = mysql_query("DELETE from vehiclestore where vehicleid ='$_GET[vahicleid]'"); ========= POC: ========= http://site.com/viewvehiclestoremore.php?vahicleid=[SQL] ========= Contact Me : ========= Telegram : @Shahab_Shamsi Email : info@securityman.org WebSilte : WwW.iran123.Org |