Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rapid7/metasploit-framework
base: 7ddcc787bd3b
Choose a base ref
...
head repository: rapid7/metasploit-framework
compare: 8d187b272d8e
Choose a head ref
  • 10 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 10, 2012

  1. Copy the full SHA
    f50843e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2012

  1. Copy the full SHA
    c593a34 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Improved smb_put reliability

    The .write function was having issues with large files, the
    connection would close or sometimes there would be errors.
    I changed thefunction to act more like smb_relay and it works better.
    webstersprodigy committed Jul 12, 2012
    Copy the full SHA
    fd009fe View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2012

  1. Copy the full SHA
    6bb3128 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d56ccc6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3c7ad96 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2012

  1. Copy the full SHA
    65b29d1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b457289 View commit details
    Browse the repository at this point in the history
  3. Removing bullet points from module description

    Due to the vagaries of various Metasploit module description viewers, we
    can't guarantee things like lists and bullet points render right.
    Descriptions should avoid using these things.
    todb committed Aug 21, 2012
    Copy the full SHA
    6357104 View commit details
    Browse the repository at this point in the history
  4. Some error handling on ntlm relayer

    Instead of a cryptic exception, let the user know if the HTTP target
    isn't actually asking for WWW-Authenticate.
    
    There are likely many more opportunities to catch errors, but this is
    the most obvious.
    todb committed Aug 21, 2012
    Copy the full SHA
    8d187b2 View commit details
    Browse the repository at this point in the history