Giter VIP home page Giter VIP logo

Comments (1)

ropnop avatar ropnop commented on July 22, 2024

Hey! Thanks for the question. I don't love options 1 or 3 since every time you start kerbrute it looks up the Domain Controller. Doesn't make a huge difference I know, but it seems wasteful. I think I'll tackle this two ways:

  1. Allow reading from stdin on userenum and all the other subcommands by passing a -. That way you can still do bash sleep, but you only need to run kerbrute once:
while read user; do sleep 5; echo $user; done < usernames.lst | ./kerbrute -d lab.ropnop.com userenum -
  1. I have no objections adding a global -delay option either. That would be pretty easy to add, just add a sleep before reading the next line if it's set. Would override the threads and just use a single thread probably

I'll try to get some PRs up for you to look at in the next week or so.

Thanks again!

from kerbrute.

Related Issues (20)

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.