Skip to content

Commit 8602bd5

Browse files
committed
🔡 Justifies infos output
1 parent b127747 commit 8602bd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xssmap.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def main():
4444
checkByParameter(args.parameter)
4545
else:
4646
allparameter = connect.getParameters()
47-
print(output.colour_blue(get_time()), output.colour_green("[INFO]") + " there are " + str(len(allparameter)) + " parameters detected from the input: ", end="")
47+
print(output.colour_blue(get_time()), output.colour_green("[INFO]"), "there are " + str(len(allparameter)) + " parameters detected from the input: ", end="")
4848
for key in allparameter.keys():
4949
print(key.strip(), end=" ")
5050
print("")
@@ -331,7 +331,7 @@ def startcheck(payload):
331331

332332
def check_combination_close_no(self):
333333

334-
print(output.colour_blue(get_time()),output.colour_green("[INFO]")+
334+
print(output.colour_blue(get_time()),output.colour_green("[INFO]"),
335335
"generating payload - unClosed Labels (-v for More Info)")
336336

337337

@@ -523,7 +523,7 @@ def startcheck(payload):
523523

524524
def check_combination_close_yes(self):
525525

526-
print(output.colour_blue(get_time()),output.colour_green("[INFO]") +
526+
print(output.colour_blue(get_time()),output.colour_green("[INFO]"),
527527
"generating payload - Closed Labels (-v for More Info..)")
528528

529529
if test_result.signal['action'] == test_result.signal['onevent'] == 'no':

0 commit comments

Comments
 (0)