Giter Club home page Giter Club logo

owa-brute-forcer-2's Introduction

INTRO


OWABF is a password spraying OWA bruteforcer featuring 3 different modes of bruteforcing:

  1. password spraying from common file against all users
  2. password spraying from separate personalized password file for each user
  3. bruteforcing without password spraying

Detection of successful login attempt is accomplished by counting number of cookies received from the OWA instead of HTML parsing.

EXAMPLES


[*] Brute force using common password file for all users

owabf2.py -s https://server -u users.txt -p passwords.txt

[*] Brute force using personalized password files

owabf2.py -s https://server -u users.txt -f pwdfolder

In this case, "pwdfolder" must contain a separate password file for each user.

For example, if a user name is: "[email protected]", OWABF expects to find "[email protected]" file in a folder "pwdfolder".

FAQ


[Q] What is password spraying?
[A] Password spraying is a password guessing technique where the bruteforcer uses one or just a few passwords in each iteration against a list of users in order to avoid account lockout. Typically, there is a pause between each iteration.

[Q] Can I use OWABF as ordinary OWA bruteforcer?
[A] Sure, just pass -w 0 as option. Just remember that it can easily DoS the AD by locking all accounts.

[Q] What is "personalized" password file?
[A] It's a password file containing passwords customized per user

[Q] I still don't get it...
[A] Instead of using a single password list for all users, you can prepare separate custom password file for each user, based on his/hers user name, company name, pet name, date of birth etc. It makes password guessing job much more efficient than using "dumb" lists. Using a proper tool for the job would probably be the best option.
Check out this tool: https://github.com/dejanlevaja/email2pwd

owa-brute-forcer-2's People

Contributors

dejanlevaja avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.