Limbo3301 / RevolucionareBrazilianWordlist

Change Wifite, and user you adpter for capture EVERY in brazil or USA, Using wifite
0 stars 0 forks source link

Revolucionaria.txt wordlist #1

Open Limbo3301 opened 1 year ago

Limbo3301 commented 1 year ago

WordList For Every America, South, North. Link download of WordList https://mega.nz/file/fz4FlRbb#w9TcaKLTfnkaIAwpJWaMReqpdrIWx5OeuEIhA58QHWg

Put in /usr/lib/python3/dist-packages/wifite/config.py

WPA variables

    cls.wpa_filter = False  # Only attack WPA networks
    cls.wpa_deauth_timeout = 15  # Wait time between deauths
    cls.wpa_attack_timeout = 30000000  # Wait time before failing
    cls.wpa_handshake_dir = 'hs'  # Dir to store handshakes
    cls.wpa_strip_handshake = False  # Strip non-handshake packets
    cls.ignore_old_handshakes = False  # Always fetch a new handshake

    # PMKID variables
    cls.use_pmkid_only = False  # Only use PMKID Capture+Crack attack
    cls.pmkid_timeout = 30000000  # Time to wait for PMKID capture
    cls.dont_use_pmkid = False  # Don't use PMKID attack

    # Default dictionary for cracking
    cls.cracked_file = 'cracked.json'
    cls.wordlist = None
    wordlists = [
        './home/"""YOUR NAME USER""""/Downloads/REVOLUCIONARION.txt',  # Local file (ran from cloned repo)
        '/home/"""YOUR NAME USER""""/Downloads/REVOLUCIONARION.txt',  # setup.py with prefix=/usr
        '/home/"""YOUR NAME USER""""/Downloads/REVOLUCIONARION.txt',  # setup.py with prefix=/usr/local
        # Other passwords found on Kali
        '/usr/share/wfuzz/wordlist/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt',
        '/usr/share/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt',
        '/usr/share/wordlists/fern-wifi/common.txt'

change the directory of you user. /"""YOUR NAME USER""""/ Set the REVOLUCIONARION.txt

Link download of WordList https://mega.nz/file/fz4FlRbb#w9TcaKLTfnkaIAwpJWaMReqpdrIWx5OeuEIhA58QHWg

Limbo3301 commented 1 year ago

/usr/lib/python3/dist-packages/wifite/config.py

cls.wpa_filter = False # Only attack WPA networks cls.wpa_deauth_timeout = 15 # Wait time between deauths cls.wpa_attack_timeout = 30000000 # Wait time before failing cls.wpa_handshake_dir = 'hs' # Dir to store handshakes cls.wpa_strip_handshake = False # Strip non-handshake packets cls.ignore_old_handshakes = False # Always fetch a new handshake

PMKID variables

cls.use_pmkid_only = False # Only use PMKID Capture+Crack attack cls.pmkid_timeout = 30000000 # Time to wait for PMKID capture cls.dont_use_pmkid = False # Don't use PMKID attack

Default dictionary for cracking

cls.cracked_file = 'cracked.json' cls.wordlist = None wordlists = [ './home/"""YOUR NAME USER""""/Downloads/REVOLUCIONARION.txt', # Local file (ran from cloned repo) '/home/"""YOUR NAME USER""""/Downloads/REVOLUCIONARION.txt', # setup.py with prefix=/usr '/home/"""YOUR NAME USER""""/Downloads/REVOLUCIONARION.txt', # setup.py with prefix=/usr/local

Other passwords found on Kali

'/usr/share/wfuzz/wordlist/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt', '/usr/share/fuzzdb/wordlists-user-passwd/passwds/phpbb.txt', '/usr/share/wordlists/fern-wifi/common.txt'

Changer for you user name of system. /"""YOUR NAME USER""""/ set the REVOLUCIONARION.TXT

Thanks