Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MemoryError on xmlrpc brute v2 #38

Open
Cvar1984 opened this issue Jul 15, 2022 · 4 comments
Open

MemoryError on xmlrpc brute v2 #38

Cvar1984 opened this issue Jul 15, 2022 · 4 comments

Comments

@Cvar1984
Copy link

Cvar1984 commented Jul 15, 2022

  File "....", line 120, in <module>
    passwds = f.read().splitlines()

wordlist size 165G
sysinfo

                   '                      cvar1984@artix 
                  'o'                     -------------- 
                 'ooo'                    OS: Artix Linux x86_64 
                'ooxoo'                   Kernel: 5.18.10-artix1-1 
               'ooxxxoo'                  Uptime: 1 day, 5 hours, 58 mins 
              'oookkxxoo'                 Packages: 1197 (pacman), 6 (flatpak) 
             'oiioxkkxxoo'                Shell: bash 5.1.16 
            ':;:iiiioxxxoo'               Resolution: 1920x1080, 1920x1080 
               `'.;::ioxxoo'              DE: Plasma 5.25.3 
          '-.      `':;jiooo'             WM: KWin 
         'oooio-..     `'i:io'            Theme: Artix-dark [Plasma], WhiteSur-dark [GTK2/3] 
        'ooooxxxxoio:,.   `'-;'           Icons: [Plasma], Win11 [GTK2/3] 
       'ooooxxxxxkkxoooIi:-.  `'          Terminal: konsole 
      'ooooxxxxxkkkkxoiiiiiji'            CPU: Intel i7-10700F (16) @ 4.800GHz 
     'ooooxxxxxkxxoiiii:'`     .i'        GPU: AMD ATI Radeon HD 7850 / R7 265 / R9 270 1024SP 
    'ooooxxxxxoi:::'`       .;ioxo'       Memory: 17193MiB / 31954MiB 
   'ooooxooi::'`         .:iiixkxxo'
  'ooooi:'`                `'';ioxxo'                             
 'i:'`                          '':io'                            
'`                                   `'

@Cvar1984 Cvar1984 changed the title MemoryError MemoryError on xmlrpc brute v2 Jul 15, 2022
@Darkcast
Copy link

same here on a 91g list

@blackito404
Copy link

passwds = f.read().splitlines()
File "/usr/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 5079973: invalid continuation byt

@litobro
Copy link

litobro commented Nov 23, 2022

passwds = f.read().splitlines() File "/usr/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf1 in position 5079973: invalid continuation byt

This is a different issue, you have an encoding problem with your wordlist which can be fixed by re-encoding. See wpscanteam/wpscan#190 on the wpscan repo.

@jujuo0o
Copy link

jujuo0o commented Nov 29, 2022

The script doesn't run on python3. Try it on python2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants