Browse Source

minor fix

psy 1 year ago
parent
commit
e68241314b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/main.py

+ 1 - 1
core/main.py

@@ -2555,7 +2555,7 @@ class xsser(EncoderDecoder, XSSerReporter):
         elif "TRACE / HTTP" in line1.rstrip():
             self.report("[Info] REPLY: Target is vulnerable to XST!\n")
         else:
-            self.repot("[Info] REPLY: Target is NOT vulnerable...\n")
+            self.report("[Info] REPLY: Target is NOT vulnerable...\n")
         if self.options.target:
             self.report('='*75)