sqlitest

Component ID

2319259

Component name

sqlitest

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module allows an external attacker to attempt to perform sql injection into a well known table with a well known structure and view their success (or failures) at a well known url.

This module is probably most useful if you run a coordinated disclosure program and want to help researchers validate sql injection issues before sending them to you.

How to use:

  1. Enable the module
  2. Let the researchers know that there is a database table called sqlitest with one field sqli_message that they should attempt to insert records into. For example, this query inserts one record: insert into sqlitest (sqli_message) values ('gregles was here');
  3. Let the researchers know that there is a url where they can confirm success (or failure). If they go to example.com/sqlitest then it will show a 404 if there are no records or will print records if there are any.