Settings

Theme

From SQL injection to shell: PostgreSQL edition

pentesterlab.com

30 points by snyff 13 years ago · 4 comments

Reader

ibotty 13 years ago

be sure to read the prequel if you haven't done anything like that before: https://www.pentesterlab.com/from_sqli_to_shell.html

herge 13 years ago

If I use sql parameters in my queries, am I still vulnerable to SQL injection? What about using a (sane) ORM?

Basically, is it only php apps that hand-build queries that are vulnerable to SQL injection?

  • jasonlotito 13 years ago

    Any app that hand-builds queries. PHP has nothing to do with this. Just happens to be the vehicle. The problem is simply insecure patterns.

dschiptsov 13 years ago

What if I have no PHP?)

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection