xFreed0m / ADFSpray

Python3 tool to perform password spraying against Microsoft Online service using various methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADFSpray

ADFSpray is a python3 tool to perform password spray attack against Microsoft ADFS. ALWAYS VERIFY THE LOCKOUT POLICY TO PREVENT LOCKING USERS.

How to use it

First, install the needed dependencies:

pip3 install -r requirements.txt

Run the tool with the needed flags:

python3 ADFSpray.py -u [USERNAME] -p [PASSWORD] -t [TARGET URL] [METHOD]

Options to consider

  • adfs|autodiscover|basicauth
  • -p\-P
    • single password or file with passwords (one each line)
  • -t\-T
    • single target or file with targets (one each line)
  • -u\-U
    • single username or file with usernames (one each line)
  • -o
    • output file name (csv)
  • -s
    • throttling time (in seconds) between attempts
  • -r
    • random throttling time between attempts (based on user input for min and max values)

Credit

Inspired by:

Issues, bugs and other code-issues

Yeah, I know, this code isn't the best. I'm fine with it as I'm not a developer and this is part of my learning process. If there is an option to do some of it better, please, let me know.

Not how many, but where.

About

Python3 tool to perform password spraying against Microsoft Online service using various methods

License:GNU General Public License v3.0


Languages

Language:Python 100.0%