Projects STRLCPY Maryam Commits 492c293f
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    maryam/modules/footprint/dnsbrute.py
    skipped 24 lines
    25 25   'description': 'DNS brute force attack, supports concurrency.',
    26 26   'comments': ('The wordlist option can be an url',),
    27 27   'options': (
    28  - ('domain', None, False, 'Domain name without https?://', '-d', 'store', str),
     28 + ('domain', None, True, 'Domain name without https?://', '-d', 'store', str),
    29 29   ('count', None, False, 'Number of payloads len(max=count of payloads). default is max',
    30 30   '-c', 'store', int),
    31 31   ('wordlist', os.path.join(BASEDIR, 'data', 'dnsnames.txt'), False,
    skipped 99 lines
Please wait...
Page is in error, reload to recover