File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def sitemap(url):
90
90
SITEMAP_LOC .append (url )
91
91
if url .endswith (".xml" ) and "sitemap" in url .lower ():
92
92
while True :
93
- warn_msg = "A sitemap recursion detected."
93
+ warn_msg = "A sitemap recursion detected (" + url + ") ."
94
94
print (settings .print_warning_msg (warn_msg ))
95
95
if not menu .options .batch :
96
96
question_msg = "Do you want to follow? [Y/n] > "
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def sys_argv_errors():
216
216
DESCRIPTION = "The command injection exploiter"
217
217
AUTHOR = "Anastasios Stasinopoulos"
218
218
VERSION_NUM = "3.3"
219
- REVISION = "36 "
219
+ REVISION = "37 "
220
220
STABLE_RELEASE = False
221
221
if STABLE_RELEASE :
222
222
VERSION = "v" + VERSION_NUM + "-stable"
You can’t perform that action at this time.
0 commit comments