SQLI Test

Darwin [DIDIx13]
7 years ago

0

For anyone who want a website for SQLI here’s mine : http://devinter.cpln.ch/lorenzin/m114/injection.php

4replies
2voices
230views
SIGKILL [r4v463]
7 years ago

0

The concept is interesting to see what happens in the background. But there is something wrong in what you say on the website. In PHP, addslashes() and strip_tags() should not be used to prevent SQL injections. You should prepare all your statements (with PDO for example in native PHP).

Darwin [DIDIx13]
7 years ago

0

Thanks for your answer, I’m gonna read about it.

SIGKILL [r4v463]
7 years ago

1

You’re welcome, here is the official PDO doc

Darwin [DIDIx13]
7 years ago | edited 5 years ago

0

Thanks for your help appreciated.

You must be logged in to reply to this discussion. Login
1 of 5

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss