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

Regression fix: Disabling wrap_double_quotes #11842

Merged
merged 3 commits into from
May 16, 2019
Merged

Commits on May 16, 2019

  1. Regression fix: Disabling wrap_double_quotes

    This client side exploit stopped working in current MSF throws an error in client browser.As per the analysis its because of Powershell::wrap_double_quotes=true. 
    I have just Added "Powershell::wrap_double_quotes"  as advance option to override Datastore value.
    pr4tik committed May 16, 2019
    Configuration menu
    Copy the full SHA
    053ceed View commit details
    Browse the repository at this point in the history
  2. Removed register_advanced_options

    Added 'Powershell::wrap_double_quotes' => false in DefaultOptions.
    pr4tik committed May 16, 2019
    Configuration menu
    Copy the full SHA
    c947cd7 View commit details
    Browse the repository at this point in the history
  3. Addressing Syntax error

    pr4tik committed May 16, 2019
    Configuration menu
    Copy the full SHA
    328b4fa View commit details
    Browse the repository at this point in the history