small cleanup
This commit is contained in:
@@ -116,8 +116,8 @@ class XSSCharFinder(object):
|
|||||||
item['POST_to'] = POST_to
|
item['POST_to'] = POST_to
|
||||||
return item
|
return item
|
||||||
|
|
||||||
for k in item:
|
#for k in item:
|
||||||
print k
|
# print k, item[k]
|
||||||
# In case it slips by all of the filters, then we move on
|
# In case it slips by all of the filters, then we move on
|
||||||
raise DropItem('No XSS vulns in %s' % resp_url)
|
raise DropItem('No XSS vulns in %s' % resp_url)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user