
OWA Password Sprayer
OWA Password Sprayer
This Python script facilitates password spraying against Outlook Web Access (OWA) endpoints. Password spraying is a technique used to test a single password against multiple usernames, aiming to find valid credentials for accessing the OWA. Features:
target: URL of the OWA endpoint.password: Password to be sprayed against user list.userfile: File containing usernames (one per line).--threads: Number of concurrent threads to use (default: 3).--debug: Enable debug mode for detailed logging.bash
python3 owa_password_sprayer.py owa owa http://autodiscover.example.com Password /home/kali/Tools/user.txt --threads 3 --debug
Upon completion, the script provides a summary of successful authentication attempts, if any, along with detailed logging for each authentication request.
This script was developed by h3x0v3rl0rd.