TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

From SQL injection to shell: PostgreSQL edition

30 pointsby snyffover 12 years ago

3 comments

ibottyover 12 years ago
be sure to read the prequel if you haven't done anything like that before: <a href="https://www.pentesterlab.com/from_sqli_to_shell.html" rel="nofollow">https://www.pentesterlab.com/from_sqli_to_shell.html</a>
hergeover 12 years ago
If I use sql parameters in my queries, am I still vulnerable to SQL injection? What about using a (sane) ORM?<p>Basically, is it only php apps that hand-build queries that are vulnerable to SQL injection?
评论 #4895323 未加载
dschiptsovover 12 years ago
What if I have no PHP?)