The command is
./sqlmap.py --random-agent -u "[REMOVED]" --referer="[REMOVED]" --headers="X-Requested-With: XMLHttpRequest" --level=5 --host="[REMOVED]"
The output is
_
___ ___| |_____ ___ ___ {1.0-dev-9eb7a0a}
|_ -| . | | | .'| . |
|___|_ |_|_|_|_|__,| _|
|_| |_| 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 16:54:58
[16:54:58] [INFO] fetched random HTTP User-Agent header from file '/anees/sqlmap/txt/user-agents.txt': 'Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/532.0 (KHTML, like Gecko) Chrome/4.0.212.0 Safari/532.0'
[16:54:58] [WARNING] you've provided target URL without any GET parameters (e.g. www.site.com/article.php?id=1) and without providing any POST parameters through --data option
do you want to try URI injections in the target URL itself? [Y/n/q] n
[16:55:00] [INFO] testing connection to the target URL
[16:55:00] [INFO] testing if the target URL is stable. This can take a couple of seconds
[16:55:01] [WARNING] target URL is not stable. sqlmap will base the page comparison on a sequence matcher. If no dynamic nor injectable parameters are detected, or in case of junk results, refer to user's manual paragraph 'Page comparison' and provide a string or regular expression to match on
how do you want to proceed? [(C)ontinue/(s)tring/(r)egex/(q)uit] C
[16:55:03] [INFO] testing if Referer parameter 'Referer' is dynamic
[16:55:03] [WARNING] Referer parameter 'Referer' does not appear dynamic
[16:55:03] [WARNING] heuristic (basic) test shows that Referer parameter 'Referer' might not be injectable
[16:55:03] [INFO] testing for SQL injection on Referer parameter 'Referer'
[16:55:03] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[16:55:12] [WARNING] user aborted during detection phase
how do you want to proceed? [(S)kip current test/(e)nd detection phase/(n)ext parameter/(c)hange verbosity/(q)uit] n
[16:55:13] [WARNING] Referer parameter 'Referer' is not injectable
[16:55:13] [INFO] testing if User-Agent parameter 'User-Agent' is dynamic
[16:55:13] [WARNING] User-Agent parameter 'User-Agent' does not appear dynamic
[16:55:13] [WARNING] heuristic (basic) test shows that User-Agent parameter 'User-Agent' might not be injectable
[16:55:13] [INFO] testing for SQL injection on User-Agent parameter 'User-Agent'
[16:55:13] [INFO] testing 'AND boolean-based blind - WHERE or HAVING clause'
[16:55:15] [WARNING] user aborted during detection phase
how do you want to proceed? [(S)kip current test/(e)nd detection phase/(n)ext parameter/(c)hange verbosity/(q)uit] n
[16:55:15] [WARNING] User-Agent parameter 'User-Agent' is not injectable
[16:55:15] [CRITICAL] all tested parameters appear to be not injectable. Try to increase '--level'/'--risk' values to perform more tests. Also, you can try to rerun by providing either a valid value for option '--string' (or '--regexp') If you suspect that there is some kind of protection mechanism involved (e.g. WAF) maybe you could retry with an option '--tamper' (e.g. '--tamper=space2comment')
[*] shutting down at 16:55:15
The command is
The output is