Browse Source

changed menu: default search engine

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

+ 1 - 1
core/options.py

@@ -61,7 +61,7 @@ class XSSerOptions(optparse.OptionParser):
         group2.add_option("-i", action="store", dest="readfile", help="Read target(s) urls from file")
         group2.add_option("-d", action="store", dest="dork", help="Search target(s) using a query (ex: 'news.php?id=')")
         group2.add_option("-l", action="store_true", dest="dork_file", help="Search from a list of 'dorks'")
-        group2.add_option("--De", action="store", dest="dork_engine", help="Use this search engine (default: yahoo)")
+        group2.add_option("--De", action="store", dest="dork_engine", help="Use this search engine (default: DuckDuckGo)")
         group2.add_option("--Da", action="store_true", dest="dork_mass", help="Search massively using all search engines")
         self.add_option_group(group2)
 

+ 2 - 2
doc/README

@@ -48,7 +48,7 @@ Options:
     -i READFILE         Read target(s) urls from file
     -d DORK             Search target(s) using a query (ex: 'news.php?id=')
     -l                  Search from a list of 'dorks'
-    --De=DORK_ENGINE    Use this search engine (default: yahoo)
+    --De=DORK_ENGINE    Use this search engine (default: DuckDuckGo)
     --Da                Search massively using all search engines
 
   *Select type of HTTP/HTTPS Connection(s)*:
@@ -113,7 +113,7 @@ Options:
     XSSer. Choose only if required:
 
     --auto-set=FZZ_NUM  ASET  - Limit of vectors to inject (default: 1293)
-    --auto-info         AINFO - Select ONLY vectors with INFO (default: FALSE)
+    --auto-info         AINFO - Select ONLY vectors with INFO (defaul: FALSE)
     --auto-random       ARAND - Set random to order (default: FALSE)
 
   *Anti-antiXSS Firewall rules*: