TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

From SQL injection to shell: PostgreSQL edition

30 点作者 snyff超过 12 年前

3 条评论

ibotty超过 12 年前
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>
herge超过 12 年前
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 未加载
dschiptsov超过 12 年前
What if I have no PHP?)