Browse Source

minor detail

epsylon 4 years ago
parent
commit
152b9fad6a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      core/options.py
  2. 1 1
      doc/README

+ 1 - 1
core/options.py

@@ -120,7 +120,7 @@ class XSSerOptions(optparse.OptionParser):
         group14 = optparse.OptionGroup(self, "*Select Payload(s)*",
         group14 = optparse.OptionGroup(self, "*Select Payload(s)*",
         "These options can be used to set the list of vectors provided by XSSer. Choose only if required:")
         "These options can be used to set the list of vectors provided by XSSer. Choose only if required:")
         group14.add_option("--auto-set", action="store", dest="fzz_num", help="ASET  - Limit of vectors to inject (default: "+str(self.vectors_fuzz)+")")
         group14.add_option("--auto-set", action="store", dest="fzz_num", help="ASET  - Limit of vectors to inject (default: "+str(self.vectors_fuzz)+")")
-        group14.add_option("--auto-info", action="store_true", dest="fzz_info", help="AINFO - Select ONLY vectors with INFO (defaul: FALSE)")
+        group14.add_option("--auto-info", action="store_true", dest="fzz_info", help="AINFO - Select ONLY vectors with INFO (default: FALSE)")
         group14.add_option("--auto-random", action="store_true", dest="fzz_rand", help="ARAND - Set random to order (default: FALSE)")
         group14.add_option("--auto-random", action="store_true", dest="fzz_rand", help="ARAND - Set random to order (default: FALSE)")
         self.add_option_group(group14)
         self.add_option_group(group14)
 
 

+ 1 - 1
doc/README

@@ -113,7 +113,7 @@ Options:
     XSSer. Choose only if required:
     XSSer. Choose only if required:
 
 
     --auto-set=FZZ_NUM  ASET  - Limit of vectors to inject (default: 1293)
     --auto-set=FZZ_NUM  ASET  - Limit of vectors to inject (default: 1293)
-    --auto-info         AINFO - Select ONLY vectors with INFO (defaul: FALSE)
+    --auto-info         AINFO - Select ONLY vectors with INFO (default: FALSE)
     --auto-random       ARAND - Set random to order (default: FALSE)
     --auto-random       ARAND - Set random to order (default: FALSE)
 
 
   *Anti-antiXSS Firewall rules*:
   *Anti-antiXSS Firewall rules*: