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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Sqlmap: Automatic SQL injection and database takeover tool

248 点作者 madewulf将近 13 年前

11 条评论

tptacek将近 13 年前
If you're a small startup looking to automate security testing against your application, I strongly recommend just shelling out for Burp Suite; it's like a couple hundred bucks tops, can be used to automate almost every common web app attack, and is the tool most likely to be used by good auditors when you eventually decide to get tested professionally.<p><a href="http://portswigger.net/burp/" rel="nofollow">http://portswigger.net/burp/</a><p>There's a free version, which disables the (mostly vestigial, anyways) "scanner", and slows down the fuzzer tool; if you're really automating security testing --- which, do --- pay for the real version; you want the fuzzer to work.<p>There are things sqlmap does that Burp does not do easily, but they're not important to app developers; if you're generating database exceptions with inputs, don't dick around trying to make time-based blind SQL work; just fix the bugs.
评论 #4203620 未加载
评论 #4203315 未加载
评论 #4203679 未加载
评论 #4203812 未加载
maratd将近 13 年前
Forgive my ignorance, but if you're using prepared statements for all your SQL queries using user input, aren't you by definition safe from any kind of injection?
评论 #4203705 未加载
评论 #4203706 未加载
mrkmcknz将近 13 年前
How can I donate to you guys?
wglb将近 13 年前
This is an excellent tool. But generally on a penetration test, BurpSuite is what you want to use.<p>If, however, simply demonstrating that SQLi is there is not sufficient, or if the blind SQLi is too ephemeral sounding to the client, Sqlmap can help you dump the entire database. This will convince even the most skeptical.
评论 #4213600 未加载
daksatech将近 13 年前
Havij is a similar tool thats gaining in popularity due to its point and click interface. check out: <a href="http://blog.imperva.com/2012/04/dissecting-the-sql-injection-tools-used-by-hackers.html" rel="nofollow">http://blog.imperva.com/2012/04/dissecting-the-sql-injection...</a>
taylorbuley将近 13 年前
Here's a video demonstration playlist: <a href="http://www.youtube.com/watch?v=fGBQm9Nfn24&#38;list=UU8lIbC-tp4cPosY0kB8Xkxg&#38;index=9&#38;feature=plcp" rel="nofollow">http://www.youtube.com/watch?v=fGBQm9Nfn24&#38;list=UU8lIbC-...</a>
benatkin将近 13 年前
Here's a better web page that contains the same information: <a href="https://github.com/sqlmapproject/sqlmap" rel="nofollow">https://github.com/sqlmapproject/sqlmap</a>
lucasgameiro将近 13 年前
Thanks god this kind of tools now has so much better layouts than few years ago.
countessa将近 13 年前
Nice little tool thanks
BaconJuice将近 13 年前
Very cool, Thanks
Toshio将近 13 年前
Has anyone done a comparative review of sqlmap vs skipfish?
评论 #4203508 未加载
评论 #4203711 未加载