Jump to content
begood

Online Tools :: SQL Injection Vulnerability Test

Recommended Posts

Parameters

The tool expects an URL with parameters, like this:

http://www.example.com/articles/article.php?id=123&topic=injection

It will not work if URL does not contain parameters. For example tool will not be able to check following URL:

http://www.example.com/articles/article.php

How SQL Injection Test works

Script does parse URL provided, and modifies parameters to simulate simple SQL injection (adds double and single quotes). If resulting page contains error message generated by database management system (like MySQL, MSSQL, etc.) then script is most likely vulnerable to SQL injection. In this case SQL Injection Test tool will produce a warning.

:: SQL Injection Vulnerability Test :: Online Tools

Link to comment
Share on other sites

Doar adauga "' (double and single quotes) inaintea parametrului.

Cat timp apare un Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource

sau You have an error in your SQL syntax; scriptul detecteaza o vulnerabilitate sql ;

else

Test did not reveal SQL injection vulnerability.

Eficienta: sub 5 %

Exemplu: http://www.ruslana.ua/en/press.php?ln=2&pr=1 --->UNDETECTED

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...