sqlmap -- VehicleWorkshop SQL Injection
- by Vince
-
in Blog
-
Hits: 3669
VehicleWorkshop is vulnerable to SQL Injection and you can view the tidbit of information on Exploit-DB. Essentially, our injection point is "vehicleid=" but this isn't a login prompt, I can't use: bob' or 1=1;-- and while I don't like tools, this is definitely a job for sqlmap.
Before we get started, let's get this app setup. You can download the app from Exploit-DB, extract it to a folder, and setup the permissions with chmod 777. I wanted command execution which is why I gave the folder wrx. Without it, you won't be able to perform any of the os-shell commands. You can get into sql-shell and poke around but it's not nearly as fun.