def __init__(self):
     AbstractModuleParams.__init__(self)
     self.add_options(
         [
             'url',
             'false-re',
             'true-re',
             'false-size',
             "retest-codes",
             "retest-re",
             'delay',
             'selenium',
             "browser-wait-re",
             "reload-form-page",
             'proxies',
             "conf-str",
             "conf-file",
             'dict',
             'login',
             "headers-file",
             "pass-min-len",
             "pass-max-len",
             'first-stop',
             'follow-redirects',
             'bruteforce-method',
         ]
     )
     self.add_option("browser-recreate-re")
 def __init__(self):
     AbstractModuleParams.__init__(self)
     self.add_options([
         'delay',
         'method',
         'proxies',
         "headers-file",
         "urls-file",
         'retest-codes',
         'retest-re',
     ])
     self.del_option("parts")
     self.del_option("part")
 def __init__(self):
     AbstractModuleParams.__init__(self)
     self.add_options([
         'url',
         "retest-codes",
         "retest-re",
         'delay',
         'proxies',
         'dict',
         'login',
         "headers-file",
         "pass-min-len",
         "pass-max-len",
         'first-stop',
     ])
Exemplo n.º 4
0
 def __init__(self):
     AbstractModuleParams.__init__(self)
     self.add_options([
         'template',
         'msymbol',
         'delay',
         'ignore-words-re',
         'ignore-ip',
         'http-protocol',
         'headers-file',
         'zone',
         "dns-protocol",
         'http-not-found-re',
         'http-retest-re',
         'http-proxies',
     ])
Exemplo n.º 5
0
 def __init__(self):
     AbstractModuleParams.__init__(self)
     self.add_options(
         [
             'proxies',
             'delay',
             'template',
             'headers-file',
             "ignore-words-re",
             "retest-codes",
             "retest-re",
             'false-re',
             'false-size',
             'ip',
             'msymbol',
             'http-protocol',
         ]
     )
    def __init__(self):
        AbstractModuleParams.__init__(self)

        self.add_options(
            [
                'url',
                "max-params-length",
                "value",
                "params-method",
                "not-found-re",
                "not-found-size",
                "not-found-codes",
                "ignore-words-re",
                "retest-codes",
                "retest-re",
                "delay",
                "proxies",
                "headers-file",
            ]
        )
Exemplo n.º 7
0
 def __init__(self):
     AbstractModuleParams.__init__(self)
     self.add_options([
         'msymbol',
         'not-found-re',
         'not-found-ex',
         'not-found-size',
         'not-found-codes',
         'ignore-words-re',
         'retest-codes',
         'retest-re',
         'delay',
         'selenium',
         'browser-wait-re',
         'browser-recreate-re',
         'proxies',
         'headers-file',
         'template',
         'method',
         'found-re',
         "urls-file",
         "discovery-exts",
     ])