Bugfix - result was not initiliazed
parent
ebd4ae4ee3
commit
09821e6b63
|
@ -16,7 +16,8 @@ def scan_xss(method, vulns, url, fuzz, cookie, useragent, data):
|
|||
try:
|
||||
ghost = Ghost()
|
||||
x = ghost.start()
|
||||
|
||||
result = 0
|
||||
|
||||
# POST
|
||||
if (method == 'POST' and fuzz != ''):
|
||||
inject = dict(data)
|
||||
|
|
Loading…
Reference in New Issue