sqlmapproject / sqlmap

Automatic SQL injection and database takeover tool

Home Page:http://sqlmap.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please help

SummusFortunaeDictator opened this issue · comments

python sqlmap.py -u xxx.com/#/login --dbs -crawl=2

do you want to check for the existence of site's sitemap(.xml) [y/N] y
[00:58:07] [CRITICAL] connection timed out to the target URL. sqlmap is going to retry the request(s)
[00:58:07] [WARNING] if the problem persists please check that the provided target URL is reachable. In case that it is, you can try to rerun with switch '--random-agent' and/or proxy switches ('--proxy', '--proxy-file'...)

[INFO] searching for links with depth 1
[01:00:07] [CRITICAL] connection timed out to the target URL. sqlmap is going to retry the request(s)
01:01:38] [CRITICAL] connection exception detected ('connection timed out to the target URL'). skipping URL 'http://xxx.com/#/login
[01:01:38] [WARNING] no usable links found (with GET parameters)

This website cannot be scanned
Or is it that I made a mistake?

The website can be accessed directly

timeouts are occuring (e.g.) if UA is blocked or if your IP is blocked or if website is defunct

try to use --random-agent

also, character # is never a part of the URL. it should be resolved to some proper URI point (e.g. via Javascript) or smth. you should inspect the web requests inside the web development panel inside your browser