mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
Merge branch 'master' of github.com:sqlmapproject/sqlmap
This commit is contained in:
commit
865c3852ea
|
@ -123,7 +123,7 @@ def crawl(target):
|
||||||
test = readInput(message, default="Y")
|
test = readInput(message, default="Y")
|
||||||
if test[0] not in ("n", "N"):
|
if test[0] not in ("n", "N"):
|
||||||
items = None
|
items = None
|
||||||
url = "%s://%s/sitemap.xml" % (conf.scheme, conf.hostname)
|
url = "%s://%s:%d/sitemap.xml" % (conf.scheme, conf.hostname, conf.port)
|
||||||
try:
|
try:
|
||||||
items = parseSitemap(url)
|
items = parseSitemap(url)
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user