Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamped Invoke-MSOLSpray #2

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 15, 2020

  1. Update MSOLSpray.ps1

    Rebuild authentication and return code/ErrorReponse logic.
    Dynamically parses the error code and message from ErrorResponse.
    Rebuild lockout menu logic.
    Added PowerShell Object based output.
    Added Pipeline support.
    Added support for single and multiple Usernames, Passwords, UsersLists and PasswordLists. Can all be mixed and matched.
    Added logic to ensure only files are loaded that exist.
    Added logic to ensure only unique usernames/passwords are used.
    Added logic to ensure specified url is valid.
    Added Delay support to wait between logon requests.
    Added Support for custom UserAgent. By default uses a helper function to randomly generate one using [Microsoft.PowerShell.Commands.PSUserAgent].
    Added IgnoreSSL switch.
    Added a Timestamp for each individual login request.
    Added CBH to reflect changes.
    Added Write-Progress support to replace  write-host/write-output
    Moved lockout_threshold to Param block.
    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    e6dc28a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    f436bae View commit details
    Browse the repository at this point in the history
  3. Fixed typo in examples

    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    dfefe7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eaaecea View commit details
    Browse the repository at this point in the history
  5. Update MSOLSpray.ps1

    Updated Progress bars, verbose messages and content of the output file.
    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    d069a82 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    b4f74c4 View commit details
    Browse the repository at this point in the history
  7. Update timestamp format

    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    4e7e898 View commit details
    Browse the repository at this point in the history
  8. Update MSOLSpray.ps1

    Updated CBH to reflect changes to the timestamp format
    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    13db923 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Updates examples to reflect changes to the timestamp format.
    justin-p authored Aug 15, 2020
    Configuration menu
    Copy the full SHA
    1382d6b View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    03fa209 View commit details
    Browse the repository at this point in the history