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

Java target for Sonicwall GMS upload module #1459

Merged
merged 11 commits into from
Feb 8, 2013

Commits on Jan 28, 2013

  1. Doc cleanup

    egypt committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    3fc9b5d View commit details
    Browse the repository at this point in the history
  2. Initial support for Java target

    Still some debugging junk, needs some more love.
    egypt committed Jan 28, 2013
    Configuration menu
    Copy the full SHA
    044fefd View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2013

  1. typo

    egypt committed Feb 7, 2013
    Configuration menu
    Copy the full SHA
    b6c6397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d1045 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2013

  1. Configuration menu
    Copy the full SHA
    bf28be7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a0ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f9a09d View commit details
    Browse the repository at this point in the history
  4. Guard against running broken method on non-windows

    This just puts a bandaid around the issue and makes it so FileDropper
    doesn't completely break java and posix meterpreter sessions.
    
    [SeeRM rapid7#7721]
    egypt committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    e535a3e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'rapid7' into sonicwall_gms

    Conflicts:
    	modules/exploits/multi/http/sonicwall_gms_upload.rb
    
    Adds a loop around triggering the WAR payload, which was causing some
    unreliability with the Java target.
    egypt committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    071df72 View commit details
    Browse the repository at this point in the history
  6. Couple of fixes for windows

    * Catch IOError when chmod doesn't exist (i.e. Windows)
    * Proper escaping for paths
    egypt committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    5b39807 View commit details
    Browse the repository at this point in the history
  7. Use the install path to tell us the separator

    Fixes the java target on windows victims
    egypt committed Feb 8, 2013
    Configuration menu
    Copy the full SHA
    9b6f2fc View commit details
    Browse the repository at this point in the history