We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e710fbe commit ba43e95Copy full SHA for ba43e95
W13SCAN/plugins/PerFile/cookie.py
@@ -34,6 +34,8 @@ def audit(self):
34
if method == 'GET':
35
if p.query == '':
36
return
37
+ if not cookies or len(cookies) == 0:
38
+ return
39
40
for k, v in cookies.items():
41
if v.lower() not in resp_str.lower():
0 commit comments