Update xsstrike.py

This commit is contained in:
Somdev Sangwan
2018-11-12 13:03:04 +05:30
committed by GitHub
parent 59c5547a2b
commit fddfa0fa53

View File

@@ -103,7 +103,7 @@ def singleTarget(target, paramData):
print ('%s Checking for DOM vulnerabilities' % run)
highlighted = dom(response)
if highlighted:
print ('%s Potentially vulnerable objects found at %s' % (good, domURL))
print ('%s Potentially vulnerable objects found' % good)
print (red + ('-' * 60) + end)
for line in highlighted:
print (line)