How to Attack Web Applications with Burp Suite & SQL Injection

Null Byte « WonderHowTo–

Web applications are becoming more and more popular, replacing traditional desktop programs at an accelerated rate. With all these new apps out on the web comes various security implications associated with being connected to the internet where anyone can poke and prod at them. One of the simplest, yet the most prevalent types of security flaws found in modern web apps are SQL injections.

A typical web app doesn’t actually store any information in the app itself, but rather it communicates with a backend database where data is stored. These requests are handled by SQL queries in which the… more

View original article on Null Byte « WonderHowTo

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s