Browse Source

revert adding COO hashes

psy 3 years ago
parent
commit
43b6115570
1 changed files with 1 additions and 0 deletions
  1. 1 0
      core/main.py

+ 1 - 0
core/main.py

@@ -3123,6 +3123,7 @@ class xsser(EncoderDecoder, XSSerReporter):
                 self.coo_injection = self.coo_injection + 1
                 self.options.cookie = cookie
                 extra_cookie = cookie
+                self.extra_hashed_injections[hashing] = "COO", payload['payload']
         return extra_agent, extra_referer, extra_cookie
 
     def attack(self, urls, payloads, query_string):