Git Product home page Git Product logo

Comments (2)

rcaire avatar rcaire commented on July 23, 2024

Hi Peter!
Apologies for my late response, I was on holidays.
Good advice, but the point is that MKBRUTUS wasn't made to run on small
devices but computers with a reasonable amount of RAM. I was running
rockyou.txt of more than 150 MB without problems.
But yeap, it's a good idea to run the tool from a small device, like a
small router or a Raspberry Pi. I'll take into account in future releases.

Thanks a lot for the feedback!
cheers
Ramiro

On Fri, Jan 23, 2015 at 5:58 AM, Zero-in [email protected] wrote:

If a dict doesn't fit in memory while charging buffer :

[code]
+1: [*] Starting bruteforce attack...

Traceback (most recent call last):
File "./mkbrutus.py", line 364, in
main()
File "./mkbrutus.py", line 297, in main
buffer = dictFile.read(8192*1024)
File "/opt/lib/python3.2/codecs.py", line 679, in read
return self.reader.read(size)
File "/opt/lib/python3.2/codecs.py", line 495, in read
self.charbuffer += newchars
MemoryError
[/code]
I was running brutus on my router with 200mb of free ram, no swap. With
130Mb rockyou.txt
It might be usefull to make it read big dicts in chunks to prevent the
crushes.

Kind regards - Peter Zhakov
Russia Saint-Petersburg.


Reply to this email directly or view it on GitHub
#1.

Ramiro J. Caire

E-mail: [email protected]
PGP: 0xA657B4362D357BEC
Sitio: seguridadetica.wordpress.com
Twitter: @rcaire

from mkbrutus.

gavz avatar gavz commented on July 23, 2024

python.exe mkbrutus.py -t 192.168.1.1 -p 22 -u admin -d "D:\wordlist\uniq.lst"
with 12Gb ram I got an error :

Traceback (most recent call last):
File "mkbrutus.py", line 363, in
main()
File "mkbrutus.py", line 302, in main
for password in dictFile.readlines():
File "C:\Python35\lib\codecs.py", line 706, in readlines
return self.reader.readlines(sizehint)
File "C:\Python35\lib\codecs.py", line 615, in readlines
data = self.read()
File "C:\Python35\lib\codecs.py", line 493, in read
newdata = self.stream.read()
MemoryError

file size -> uniq.lst - 2,47Gb

from mkbrutus.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.