From the course: Penetration Testing Web Apps with Kali and Burp Suite

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Injecting SQL using Burp Suite

Injecting SQL using Burp Suite

- [Instructor] Burp Suite is a powerful tool, and we can use it directly to run an SQL injection attack. Let's take a look at the Hack the Box Europa server, which we believe may have an SQL injection vulnerability. Our preliminary enumeration has identified this server has a named admin portal called admin-portal.europacorp.htb. Let's set that up in our hosts file. sudo nano /etc/hosts. And we'll set up 10.10.10.22. As admin-portal.europacorp.htb. Okay, let's start at Burp Suite. And we'll go to Proxy. Turn off Intercept. And open the browser. And we'll go to https. admin-portal.europacorp.htb. We've now got an admin portal login, which it would appear is still under construction. Let's send in a request with a correctly formatted email address and then check the message exchanges in Burp Suite. admin@europacorp.htb. And we'll put a password in of password. Okay. We can see we've received the login page GET…

Contents