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

Apply Powershell Import comments #18

Open
wants to merge 5,367 commits into
base: powershell_import
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 2, 2014

  1. Add loot storage into the enum_service post module

    Your Name committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    83abf4b View commit details
    Browse the repository at this point in the history
  2. Add loot storage into the enum_service post module

    Your Name committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    9981a60 View commit details
    Browse the repository at this point in the history
  3. Add verbosity to Jenkins Enum

    mubix committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    c6675a2 View commit details
    Browse the repository at this point in the history
  4. check included

    Michael Messner committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    ac2e84b View commit details
    Browse the repository at this point in the history
  5. UPnP check included

    Michael Messner committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    8f55af5 View commit details
    Browse the repository at this point in the history
  6. removed wrong edit ...

    Michael Messner committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    e5b4413 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecba956 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90df0f1 View commit details
    Browse the repository at this point in the history
  9. Changed check method

    firefart committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    a58ff81 View commit details
    Browse the repository at this point in the history
  10. Changed check method

    firefart committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    071f236 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2014

  1. Merge to solve conflicts

    jvazquez-r7 committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    5e02110 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15297e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d93bf55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17da899 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    405de05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c041682 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51695c4 View commit details
    Browse the repository at this point in the history
  8. Added FileDropper

    firefart committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    aeb4fff View commit details
    Browse the repository at this point in the history
  9. Update gitlist_exec.rb

    brandonprry committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    86a31b1 View commit details
    Browse the repository at this point in the history
  10. Avoid unnecessary "if not"

    wchen-r7 committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    b781b87 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1d828a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ebeb988 View commit details
    Browse the repository at this point in the history
  13. Fix comments

    wchen-r7 committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    8a51305 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9aa3c75 View commit details
    Browse the repository at this point in the history
  15. Better describe the problem

    wchen-r7 committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    2c999d3 View commit details
    Browse the repository at this point in the history
  16. implement feedback

    firefart committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    dcba357 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1 from wchen-r7/pr3488_fix

    More cosmetic fixes for enum_services
    chrisukgit committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    bb54fec View commit details
    Browse the repository at this point in the history
  18. Use print_warning

    jvazquez-r7 committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    97a6b29 View commit details
    Browse the repository at this point in the history
  19. Update description

    wchen-r7 committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    c207d14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    79c433e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f1b7a9f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2efa3d6 View commit details
    Browse the repository at this point in the history
  23. Strip the NULL that PHP no longer strips

    As of PHP 5.5.0, unpack("a", ...) no longer strips the NULL byte from
    the end of the string. A new format specifier, Z, was introduced to
    perform the old behavior, but we don't have a good way to test for its
    existence. Instead, just remove it with str_replace
    egypt committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    9246f7a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6fb2fc8 View commit details
    Browse the repository at this point in the history
  25. && not and

    brandonprry committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    806f264 View commit details
    Browse the repository at this point in the history
  26. Close the server socket in php bind stager

    This was previously left dangling, which leaves the port open, but
    doesn't do anything with subsequent connections.
    egypt committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    41cd552 View commit details
    Browse the repository at this point in the history
  27. add bash to requiredcmd

    brandonprry committed Jul 3, 2014
    Configuration menu
    Copy the full SHA
    a33a6dc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    20cf25d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    aedd347 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2014

  1. Merge rapid7#3476 into rapid7#3481 for meterpreter smilies

    This incoporates @OJ's fixes as a result of gemification.
    Tod Beardsley committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    a471f29 View commit details
    Browse the repository at this point in the history
  2. Clean code

    jvazquez-r7 committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    5988132 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98a82bd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Small fixes for the recent WP MailPoet module

    Correct casing in the title
    Anchor the use of ::File
    Force body.to_s since it can be nil in corner cases
    HD Moore committed Jul 5, 2014
    Configuration menu
    Copy the full SHA
    6d9bf83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84a3b94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf5d29c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2014

  1. Configuration menu
    Copy the full SHA
    d5843f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e7f356 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f51feb7 View commit details
    Browse the repository at this point in the history
  4. migrate from wget to echo mechanism

    Michael Messner committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    e7ade9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14b1ed5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Merge master for testing of rapid7#2809

    HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    ab7848a View commit details
    Browse the repository at this point in the history
  2. Prefer strip over chomp

    HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    d76081b View commit details
    Browse the repository at this point in the history
  3. Prefer strip over chomp

    HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    3ef35f1 View commit details
    Browse the repository at this point in the history
  4. Minor typo fix

    HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    6f433db View commit details
    Browse the repository at this point in the history
  5. Merge rapid7#2809 into master

    HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    5961861 View commit details
    Browse the repository at this point in the history
  6. Fix up the TLVs that are now QWORD values in MSF

    Various values were adjusted to become QWORD values in MSF an windows
    meterpreter, but the changes were not ported over to python, php and
    java. This commit fixes this inconsistency.
    OJ committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    ddfd912 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f39590 View commit details
    Browse the repository at this point in the history
  8. Fix up the TLVs that are now QWORD values in MSF

    Various values were adjusted to become QWORD values in MSF an windows
    meterpreter, but the changes were not ported over to python, php and
    java. This commit fixes this inconsistency.
    OJ authored and HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    bdf27b1 View commit details
    Browse the repository at this point in the history
  9. Fix QWORD usage, merges rapid7#3498

    HD Moore committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    f8d738d View commit details
    Browse the repository at this point in the history
  10. Add new Yokogawa SCADA exploit

    jvazquez-r7 authored and Tod Beardsley committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    cd6b838 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f1fcc23 View commit details
    Browse the repository at this point in the history
  12. Description/whitespace changes (minor)

    Four modules updated for the weekly release with minor cosmetic fixes.
    
    - [ ] See all affected modules still load.
    - [ ] See all affected modules have expected `info`
    Tod Beardsley committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    9fef2ca View commit details
    Browse the repository at this point in the history
  13. Merge pull request rapid7#3500 from todb-r7/fixup-release

    Release fixup: Description/whitespace changes (minor)
    cdoughty-r7 committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    e5b5439 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Configuration menu
    Copy the full SHA
    4eeab66 View commit details
    Browse the repository at this point in the history
  2. cleanup, deprecated

    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    10bcef0 View commit details
    Browse the repository at this point in the history
  3. cleanup, deprecated

    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    84d6d56 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of git://github.com/rapid7/metasploit-framework…

    … into dlink_upnp_msearch_command_injection
    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    51001f9 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    579ce0a View commit details
    Browse the repository at this point in the history
  6. dlink_dsp_w215_hnap_exploit

    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    ac727da View commit details
    Browse the repository at this point in the history
  7. stager

    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    6fbd6bb View commit details
    Browse the repository at this point in the history
  8. dlink_dspw215_info_cgi_rop

    Michael Messner committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    f89f47c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c25c5f6 View commit details
    Browse the repository at this point in the history
  10. Delete debug messages

    jvazquez-r7 committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    c19dedd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a364172 View commit details
    Browse the repository at this point in the history
  12. Fix bugs

    jvazquez-r7 committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    b476505 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2014

  1. Configuration menu
    Copy the full SHA
    73fdc06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b218d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4c6505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42823fe View commit details
    Browse the repository at this point in the history
  5. auto target included

    Michael Messner committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    b4812c1 View commit details
    Browse the repository at this point in the history
  6. auto target included

    Michael Messner committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    0674314 View commit details
    Browse the repository at this point in the history
  7. small cleanup

    Michael Messner committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    6a765ae View commit details
    Browse the repository at this point in the history
  8. auto target

    Michael Messner committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    f068006 View commit details
    Browse the repository at this point in the history
  9. Merge upstream/master to deconflict.

    Conflicts:
    	Gemfile.lock
    Tod Beardsley committed Jul 9, 2014
    Configuration menu
    Copy the full SHA
    038d1e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2014

  1. Fix table printing.

    scriptjunkie committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    2cd9577 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad30bc View commit details
    Browse the repository at this point in the history
  3. STEAL_URL -> STEAL_URLS.

    joevennix committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    841cb6a View commit details
    Browse the repository at this point in the history
  4. Fix Meterpreter PHP hop description

    Tod Beardsley committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    bcec2df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd43906 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cbcc71 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #52 from scriptjunkie/gpp_again

    Fix table printing.
    Meatballs1 committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    bd05ad1 View commit details
    Browse the repository at this point in the history
  8. Make merged module descriptions more grammar.

    Tod Beardsley committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    5bb3c8a View commit details
    Browse the repository at this point in the history
  9. little auto detect fix

    Michael Messner committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    781149f View commit details
    Browse the repository at this point in the history
  10. little auto detect fix

    Michael Messner committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    109201a View commit details
    Browse the repository at this point in the history
  11. Switch to a space. It gets eaten anyway.

    Tod Beardsley committed Jul 10, 2014
    Configuration menu
    Copy the full SHA
    688c31c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    74c1bfe View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0389df View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8225ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dbe9b47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0746320 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2014

  1. Do minor fixes

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    36c6e74 View commit details
    Browse the repository at this point in the history
  2. Change module filename

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    a9b92ee View commit details
    Browse the repository at this point in the history
  3. Modify title and ranking

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    611b8a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46f5282 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51cfa16 View commit details
    Browse the repository at this point in the history
  6. Minor cleanup

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    4ea2daa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f3197c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43f41de View commit details
    Browse the repository at this point in the history
  9. Do clean up

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    f7d60be View commit details
    Browse the repository at this point in the history
  10. change module filename

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    f238c2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dea68c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9cda51 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7a700c View commit details
    Browse the repository at this point in the history
  14. Some cleanup

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    c55117d View commit details
    Browse the repository at this point in the history
  15. Change module filename

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    d637171 View commit details
    Browse the repository at this point in the history
  16. Merge master

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    6fd1ff6 View commit details
    Browse the repository at this point in the history
  17. Code cleanup

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    a356a0e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6de2be6 View commit details
    Browse the repository at this point in the history
  19. Change title

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    eb9d2f1 View commit details
    Browse the repository at this point in the history
  20. Land rapid7#3511, new Linux Meterpreter bins

    Tod Beardsley committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    ced16ac View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    79603c9 View commit details
    Browse the repository at this point in the history
  22. Fix email format

    jvazquez-r7 committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    8937fbb View commit details
    Browse the repository at this point in the history
  23. Add report_note to scraper.rb

    Just a suggestion. I always personally modify this. I use it to scrape titles often, and i prefer it to be saved in notes rather than wmap results, because i find it easier to search and automatically add results to rhosts.
    nodeofgithub committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    da67a63 View commit details
    Browse the repository at this point in the history
  24. Update scraper.rb

    nodeofgithub committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    b834e7d View commit details
    Browse the repository at this point in the history
  25. Add report_note to scraper.rb

    Just a suggestion. I always personally modify this. I use it to scrape titles often, and i prefer it to be saved in notes rather than wmap results, because i find it easier to search and automatically add results to rhosts.
    nodeofgithub committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    8b302cd View commit details
    Browse the repository at this point in the history
  26. Fix one flubbed author address

    Tod Beardsley committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    b09fab1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8670988 View commit details
    Browse the repository at this point in the history
  28. Land rapid7#3513, Author name fixups from @jvazquez-r7

    Tod Beardsley committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    e5d7dae View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7a7d149 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    ad46c37 View commit details
    Browse the repository at this point in the history
  31. Test rapid7#3285

    Tod Beardsley committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    174429e View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6ef69b4 View commit details
    Browse the repository at this point in the history
  33. Parens for readability

    Tod Beardsley committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    53d941d View commit details
    Browse the repository at this point in the history
  34. Add .plugins to yardoc'able directories.

    Tod Beardsley committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    2c24cc5 View commit details
    Browse the repository at this point in the history
  35. Rescue http_header notes from getting truncated

    Seems that only one header line gets added to host notes, and the rest are thrown away. This adds the counter number to the type string, so that each header line entry is unique and correctly saved. I also added port in case you want headers from several ports on one host without the previous getting overwritten.
    
    (scanning shodanhq.com)
    ----BEFORE----
    msf auxiliary(http_header) > run -j
    [*] Auxiliary module running as background job
    msf auxiliary(http_header) >
    [*] 162.159.245.38:80: requesting / via HEAD
    [*] 162.159.245.38:80: deleted header Expires
    [*] 162.159.245.38:80: CF-RAY: 1485d013ca880773-EWR
    [*] 162.159.245.38:80: CACHE-CONTROL: max-age=15
    [*] 162.159.245.38:80: CONNECTION: keep-alive
    [*] 162.159.245.38:80: CONTENT-TYPE: text/html; charset=UTF-8
    [*] 162.159.245.38:80: DATE: Fri, 11 Jul 2014 14:50:20 GMT
    [*] 162.159.245.38:80: SERVER: cloudflare-nginx
    [*] 162.159.245.38:80: SET-COOKIE: __cfduid=d3914e07fc681306bb53129adb3e6b1d41405090220122; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; HttpOnly
    [+] 162.159.245.38:80: detected 7 headers
    [*] Scanned 1 of 1 hosts (100% complete)
    
    msf auxiliary(http_header) > notes
    [*] Time: 2014-07-11 14:50:19 UTC Note: host=162.159.245.38 type=HTTP header data="SET-COOKIE: __cfduid=d3914e07fc681306bb53129adb3e6b1d41405090220122; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; HttpOnly"
    msf auxiliary(http_header) >
    
    ----AFTER----
    msf auxiliary(http_header) > run -j
    [*] Auxiliary module running as background job
    msf auxiliary(http_header) >
    [*] 162.159.245.38:80: requesting / via HEAD
    [*] 162.159.245.38:80: CF-RAY: 14869ad5c0970f57-FRA
    [*] 162.159.245.38:80: CACHE-CONTROL: max-age=15
    [*] 162.159.245.38:80: CONNECTION: keep-alive
    [*] 162.159.245.38:80: CONTENT-TYPE: text/html; charset=UTF-8
    [*] 162.159.245.38:80: DATE: Fri, 11 Jul 2014 17:08:45 GMT
    [*] 162.159.245.38:80: EXPIRES: Fri, 11 Jul 2014 17:09:00 GMT
    [*] 162.159.245.38:80: SERVER: cloudflare-nginx
    [*] 162.159.245.38:80: SET-COOKIE: __cfduid=db2918126c4b49780b4669e88b72580521405098525082; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; HttpOnly
    [+] 162.159.245.38:80: detected 8 headers
    [*] Scanned 1 of 1 hosts (100% complete)
    
    msf auxiliary(http_header) > notes
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.0 data="CF-RAY: 14869ad5c0970f57-FRA"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.1 data="CACHE-CONTROL: max-age=15"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.2 data="CONNECTION: keep-alive"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.3 data="CONTENT-TYPE: text/html; charset=UTF-8"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.4 data="DATE: Fri, 11 Jul 2014 17:08:45 GMT"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.5 data="EXPIRES: Fri, 11 Jul 2014 17:09:00 GMT"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.6 data="SERVER: cloudflare-nginx"
    [*] Time: 2014-07-11 17:08:44 UTC Note: host=162.159.245.38 type=http.80.header.7 data="SET-COOKIE: __cfduid=db2918126c4b49780b4669e88b72580521405098525082; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; HttpOnly"
    msf auxiliary(http_header) >
    nodeofgithub authored and wvu committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    4abe856 View commit details
    Browse the repository at this point in the history
  36. Interpolate all the things!

    nodeofgithub authored and wvu committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    a8ec733 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7e9eb84 View commit details
    Browse the repository at this point in the history
  38. http_header report_note remove to_s

    nodeofgithub authored and wvu committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    5d833cb View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    00bd540 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2fd7bcf View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2014

  1. typo in name

    Michael Messner committed Jul 13, 2014
    Configuration menu
    Copy the full SHA
    1b7008d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31a615c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2014

  1. Merge pull request #1 from todb-r7/pr3285-wiki

    Fix up rapid7#3285 (very minor changes)
    Trenton Ivey authored and Trenton Ivey committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    68d6906 View commit details
    Browse the repository at this point in the history
  2. dbvis connections gathering

    DbVisualizer stores the user database configuration in dbvis.xml.
    This module retrieves the connections settings from this file.
    philophobia78 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    bcbb0b4 View commit details
    Browse the repository at this point in the history
  3. Update dbvis_enum.rb

    philophobia78 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    0ef0f6a View commit details
    Browse the repository at this point in the history
  4. Delete dbvis_enum.rb

    philophobia78 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    667b136 View commit details
    Browse the repository at this point in the history
  5. Update binaries

    jvazquez-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    31c447e View commit details
    Browse the repository at this point in the history
  6. Land rapid7#3285, wiki plugin by @kn0

    Tod Beardsley committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    91ce942 View commit details
    Browse the repository at this point in the history
  7. Remove this errant test::unit test

    Tod Beardsley committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    96554a4 View commit details
    Browse the repository at this point in the history
  8. DbVisualizer stores the user database configuration in dbvis.xml

    This module retrieves the connections settings from this file
    philophobia78 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    72d9587 View commit details
    Browse the repository at this point in the history
  9. Set up a proper peer method

    Tod Beardsley committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    6c595f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a673971 View commit details
    Browse the repository at this point in the history
  11. Land rapid7#3523, release fixes

    I didn't misspell it this time. :)
    wvu committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    72c0c59 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    144c6ae View commit details
    Browse the repository at this point in the history
  13. Fix @source and prefer &&

    wvu committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    4904426 View commit details
    Browse the repository at this point in the history
  14. Retabbed and reformatted

    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    8f51fd0 View commit details
    Browse the repository at this point in the history
  15. Change = to ==

    This is an if condition, not an assignment
    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    b5e5565 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3b6947c View commit details
    Browse the repository at this point in the history
  17. Author's Twitter handle should be a comment

    msfconsole treats whatever is in <> as the author's email, not
    twitter handle
    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    20e5803 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8fe3f1a View commit details
    Browse the repository at this point in the history
  19. Remove the last exception handler

    We're already checking the file path with file?(), so we don't need
    to use exception handling for this task anymore.
    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    0737deb View commit details
    Browse the repository at this point in the history
  20. + not preferred

    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    cecdcef View commit details
    Browse the repository at this point in the history
  21. For for missing an end

    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    bec32a0 View commit details
    Browse the repository at this point in the history
  22. I mean "unless", not "if"

    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    89a8770 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5a821ce View commit details
    Browse the repository at this point in the history
  24. Change header

    wchen-r7 committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    4d7bffd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cc1ba26 View commit details
    Browse the repository at this point in the history
  26. Land rapid7#3481, meterpreter bins

    egypt committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    de22aeb View commit details
    Browse the repository at this point in the history
  27. Land rapid7#3520 : Update Linux Meterpreter Binaries

    Includes fixes for the sniffer which stop it breaking on x64 and make
    it work with the `any` interface.
    
    [FixRM rapid7#6355]
    OJ committed Jul 14, 2014
    Configuration menu
    Copy the full SHA
    77be5d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2014

  1. Configuration menu
    Copy the full SHA
    c1f612b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29bb788 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'wchen-r7-pr3522'

    Changes ok
    philophobia78 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    e66cc00 View commit details
    Browse the repository at this point in the history
  4. Added compatibility with dbvis <= 6

    Checking for "config" folder existence if "config70" is not found.
    philophobia78 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    a53341f View commit details
    Browse the repository at this point in the history
  5. Update dbvis_enum.rb

    philophobia78 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    ac3d453 View commit details
    Browse the repository at this point in the history
  6. Old config file update

    Added functions to parse old and new config files.
    philophobia78 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    f3d953f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    400b0f4 View commit details
    Browse the repository at this point in the history
  8. Update dbvis_enum.rb

    philophobia78 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    97dcc56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    526538e View commit details
    Browse the repository at this point in the history
  10. Update link for The Metasploit Development Environment

    The HACKING file still uses the old link, which redirects to this
    one, why not just use this one?
    wchen-r7 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    de4133a View commit details
    Browse the repository at this point in the history
  11. Land rapid7#3527 from @wchen-r7, doc update

    Tod Beardsley committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    1cac801 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09619ab View commit details
    Browse the repository at this point in the history
  13. Pass msftidy

    wchen-r7 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    1d6f088 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57b1023 View commit details
    Browse the repository at this point in the history
  15. Add Rubocop to the Metasploit project

    This is a work in progress because the code base is old and the style
    varies wildly, however .rubocop.yml can (and should) be tweaked over
    time to change standards as we see fit.  As it stands right now there
    are few (if any) modules that pass Rubocop.
    jhart-r7 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    73736c7 View commit details
    Browse the repository at this point in the history
  16. Add spec

    jvazquez-r7 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    4098979 View commit details
    Browse the repository at this point in the history
  17. create dbvis_add_db_admin.rb

    Dbvisulaizer offers a command line functionality to execute SQL pre-configured databases (With GUI).
    The remote database can be accessed from the command line without the need to authenticate.
    The module abuses this functionality to create an administrator in the database if DB user rights allow it.
    philophobia78 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    875c024 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    604a612 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #1 from wvu-r7/pr/3479

    Fix @source and prefer &&
    HD Moore committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    b045e5b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1a8d73f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e58100f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f8e47a5 View commit details
    Browse the repository at this point in the history
  23. Add target information

    jvazquez-r7 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    6d05a24 View commit details
    Browse the repository at this point in the history
  24. Add more sensible Rubocop defaults for line length. disable top-level…

    … class documentation requirement for modules and don't require big numbers like 12737341238 to be separated with _ -- who does that?
    jhart-r7 committed Jul 15, 2014
    Configuration menu
    Copy the full SHA
    7f860a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2014

  1. Add Rubocop to msftidy. You now have 15 seconds to comply. You are in…

    … direct violation of Penal Code 1.13, Section 9.
    jhart-r7 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    ab73c16 View commit details
    Browse the repository at this point in the history
  2. fix crawler hpricot

    Samuel committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    fe72bac View commit details
    Browse the repository at this point in the history
  3. Update dbvis_add_db_admin.rb

    Corrections
    philophobia78 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b602fc8 View commit details
    Browse the repository at this point in the history
  4. Create dbvis_query.rb

    Dbvisulaizer offers a command line functionality to execute SQL pre-configured databases (With GUI).
    The remote database can be accessed from the command line without the need to authenticate.
    The module abuses this functionality to query the remote database and store the result.
    philophobia78 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    17b2169 View commit details
    Browse the repository at this point in the history
  5. Update dbvis_query.rb

    philophobia78 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b4aca68 View commit details
    Browse the repository at this point in the history
  6. Update dbvis_query.rb

    Minor changes
    philophobia78 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    9093211 View commit details
    Browse the repository at this point in the history
  7. Rubocop checks are optional and info only

    I like the change but it means that basically everything will fail
    forever until we tweak up the config.
    Tod Beardsley committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    81a9808 View commit details
    Browse the repository at this point in the history
  8. Just skip if info is suppressed.

    Tod Beardsley committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    6898015 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c3b87e2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5f38ad5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #2 from todb-r7/rubocop-is-optional

    Rubocop checks are optional and info only
    jhart-r7 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    fa472c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31e38ce View commit details
    Browse the repository at this point in the history
  13. Update dbvis_query.rb

    philophobia78 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    200c122 View commit details
    Browse the repository at this point in the history
  14. Update dbvis_query.rb

    philophobia78 committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    52bdc53 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    82abe49 View commit details
    Browse the repository at this point in the history
  16. Land rapid7#3528, add Rubocop from @jhart-r7

    This adds the gem to the :development group in the Gemfile, as well as
    wires up msftidy to use it.
    Tod Beardsley committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    5fa639c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4fb5820 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b95a5eb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7583ed4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    25f74b7 View commit details
    Browse the repository at this point in the history
  21. Remove EOL whitespace

    wvu committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    b6ded98 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ff6c8bd View commit details
    Browse the repository at this point in the history
  23. Land rapid7#3479, this time for real

    Missed a commit.
    wvu committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    0ef1f56 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8733dcb View commit details
    Browse the repository at this point in the history
  25. Allow INFO msftidy messages

    INFO level messages should not block commits or be complained about on
    merges. They should merely inform the user.
    Tod Beardsley committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    58558e8 View commit details
    Browse the repository at this point in the history
  26. Replace hpricot by nokogiri

    Sam committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    8cabc75 View commit details
    Browse the repository at this point in the history
  27. Update .ruby-version

    Sam committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    767dfae View commit details
    Browse the repository at this point in the history
  28. Update .ruby-version

    Sam committed Jul 16, 2014
    Configuration menu
    Copy the full SHA
    115b78c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a07656f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2014

  1. Configuration menu
    Copy the full SHA
    4a25bb4 View commit details
    Browse the repository at this point in the history
  2. Added video link

    philophobia78 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    1c8cac3 View commit details
    Browse the repository at this point in the history
  3. Delete dbvis_query.rb

    philophobia78 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    8f9a1e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60c71b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f92b73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e6e154 View commit details
    Browse the repository at this point in the history
  7. Updating Gemfile lock so Travis doesn't fail.

    Tod Beardsley committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    feee142 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fb18f1 View commit details
    Browse the repository at this point in the history
  9. Unignore .ruby-version

    Tod Beardsley committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    6bdb320 View commit details
    Browse the repository at this point in the history
  10. Merge PR#3541 to this branch to undo it.

    Tod Beardsley committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    5d3b472 View commit details
    Browse the repository at this point in the history
  11. Unincluding hpricot

    The Gemfile was badly formatted anyway, since it lacked a justifying
    comment, as all other included gems have.
    Tod Beardsley committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    2a66bd6 View commit details
    Browse the repository at this point in the history
  12. Merging my fix to rapid7#3537, nokogiri for msfcrawler

    Tod Beardsley committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    cd08acd View commit details
    Browse the repository at this point in the history
  13. Land rapid7#3537 from @pagedegeek, msfcrawler fix

    Tod Beardsley committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    19477db View commit details
    Browse the repository at this point in the history
  14. Fix spaces

    wchen-r7 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    d6ab418 View commit details
    Browse the repository at this point in the history
  15. Retabbed

    wchen-r7 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    aed8af3 View commit details
    Browse the repository at this point in the history
  16. Fix indent again

    wchen-r7 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    8e7361d View commit details
    Browse the repository at this point in the history
  17. Update module description

    wchen-r7 committed Jul 17, 2014
    Configuration menu
    Copy the full SHA
    6d35867 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c59d72b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ad2e7c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2014

  1. Land rapid7#3538, SAP fix from @jvazquez-r7

    This looks good to me, the whole print statement is enclosed in a check
    for results.
    Tod Beardsley committed Jul 18, 2014
    Configuration menu
    Copy the full SHA
    942112d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2014

  1. Configuration menu
    Copy the full SHA
    8fe5082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    066a5e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba96d6 View commit details
    Browse the repository at this point in the history
  4. Land rapid7#3548, peer rhost fix

    wvu committed Jul 19, 2014
    Configuration menu
    Copy the full SHA
    d9f4a84 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2014

  1. Address @jhart-r7's comments

    Meatballs1 committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    b283438 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474ee81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f05336 View commit details
    Browse the repository at this point in the history
  4. Update newer modules

    Meatballs1 committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    b0a596b View commit details
    Browse the repository at this point in the history