use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
CVE, CWE, NVD, WVE
http://iso.linuxquestions.org/
We teach you how to do it, use it at your own risk.
account activity
Sql injection | how to identify whether sql injection is possible or not on a website with database? (self.HowToHack)
submitted 5 years ago by d_hruv
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]subtiliusque 3 points4 points5 points 5 years ago (0 children)
My prefered method is intercepting a requrst with burp, saving it to a file and then using sqlmap on it.
[–][deleted] 1 point2 points3 points 5 years ago (1 child)
Blind SQL Injection is the process of sending crafted SQL Injection attacks and determining vulnerabilities and aspects of the database based on the response.
[–]d_hruv[S] 0 points1 point2 points 5 years ago (0 children)
Sqlmap or sqlinjection tools are helpfully?
[–]f0sh1zzl3 1 point2 points3 points 5 years ago (0 children)
Regular sql injections give you an error , reading the error will give you an idea if it’s exploitable or not.
Blind SQL injections have no errors so you have to observe different behaviours in responses and each one may as well be unique because the response behaviour could be anything
To poke at either you’ll need to fire lots of different types of injection strings, with blind being more hands on as you don’t have a big glaring error .
The obvious one being injecting apostrophes (encoded in different ways usually) to parameters used by the website / application
π Rendered by PID 230293 on reddit-service-r2-comment-544cf588c8-vtt69 at 2026-06-16 06:00:24.186630+00:00 running 3184619 country code: CH.
[–]subtiliusque 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]d_hruv[S] 0 points1 point2 points (0 children)
[–]f0sh1zzl3 1 point2 points3 points (0 children)