Hello,
Can anyone help me check if this SQL Injection Vulnerability Scan is FREE :
And is the report truly shows whether the website is vulnerable to SQL Injection or truly save.
This is the report example:
___
__H__
___ ___["]_____ ___ ___ {1.2.3#stable}
|_ -| . ['] | .'| . |
|___|_ [']_|_|_|__,| _|
|_|V |_| http://sqlmap.org
[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program
[*] starting at 10:37:51
[10:37:51] [WARNING] unable to create output directory '/srv/http/.sqlmap/output' ([Errno 13] Permission denied: '/srv/http/.sqlmap'). Using temporary directory '/tmp/sqlmapgbITev17996/sqlmapoutputkV30WD' instead
[10:37:51] [INFO] testing connection to the target URL
[10:37:55] [INFO] checking if the target is protected by some kind of WAF/IPS/IDS
[10:37:57] [INFO] heuristics detected web page charset 'ascii'
[10:37:58] [CRITICAL] heuristics detected that the target is protected by some kind of WAF/IPS/IDS
do you want sqlmap to try to detect backend WAF/IPS/IDS? [y/N] N
[10:37:58] [WARNING] dropping timeout to 10 seconds (i.e. '--timeout=10')
[10:37:58] [INFO] testing if the target URL content is stable
[10:38:00] [INFO] target URL content is stable
[10:38:00] [CRITICAL] no parameter(s) found for testing in the provided data (e.g. GET parameter 'id' in 'www.site.com/index.php?id=1')
[*] shutting down at 10:38:00
I cannot truly interpret the report. Please help.
Also, please gives me method to prevent SQL Injection.
Thanks in advance.