From SQL injection to shell: PostgreSQL edition
pentesterlab.com
From SQL injection to shell: PostgreSQL edition
1–5 of 5 posts
Re: From SQL injection to shell: PostgreSQL edition
#2be sure to read the prequel if you haven't done anything like that before:
https://www.pentesterlab.com/from_sqli_to_shell.html
Re: From SQL injection to shell: PostgreSQL edition
#3What if I have no PHP?)
Re: From SQL injection to shell: PostgreSQL edition
#4If 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?
Re: From SQL injection to shell: PostgreSQL edition
#5If 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?
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.