Code Monkey home page Code Monkey logo

Comments (2)

byt3bl33d3r avatar byt3bl33d3r commented on June 11, 2024

hmm i think i've figured this out, the only thing i can think of is possible memory exhaustion cause of the large file when we allocate the user accounts to the thread pool here:

blocking_tasks = [
self.loop.run_in_executor(self.executor, self.sprayer.auth_O365 if self.sprayer.O365 else self.sprayer.auth, email.strip())
for email in users
]

Could you run htop/top and look at the memory consumption while running atomizer with that large userfile on your system?

Thanks!

from sprayingtoolkit.

alxbl avatar alxbl commented on June 11, 2024

This could probably be fixed by reading the user file line by line instead of slurping it. I guess it would also have the added bonus of being able to dynamically add users to a spray session because the file would be re-read on each spray interval (when using --interval).

The same issue could occur with large password files and could be handled in the same way.

from sprayingtoolkit.

Related Issues (17)

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.