-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: powershell_import
Are you sure you want to change the base?
Commits on Jul 2, 2014
-
Add loot storage into the enum_service post module
Your Name committedJul 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 83abf4b - Browse repository at this point
Copy the full SHA 83abf4bView commit details -
Add loot storage into the enum_service post module
Your Name committedJul 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 9981a60 - Browse repository at this point
Copy the full SHA 9981a60View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6675a2 - Browse repository at this point
Copy the full SHA c6675a2View commit details -
Michael Messner committed
Jul 2, 2014 Configuration menu - View commit details
-
Copy full SHA for ac2e84b - Browse repository at this point
Copy the full SHA ac2e84bView commit details -
Michael Messner committed
Jul 2, 2014 Configuration menu - View commit details
-
Copy full SHA for 8f55af5 - Browse repository at this point
Copy the full SHA 8f55af5View commit details -
Michael Messner committed
Jul 2, 2014 Configuration menu - View commit details
-
Copy full SHA for e5b4413 - Browse repository at this point
Copy the full SHA e5b4413View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecba956 - Browse repository at this point
Copy the full SHA ecba956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90df0f1 - Browse repository at this point
Copy the full SHA 90df0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a58ff81 - Browse repository at this point
Copy the full SHA a58ff81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071f236 - Browse repository at this point
Copy the full SHA 071f236View commit details
Commits on Jul 3, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5e02110 - Browse repository at this point
Copy the full SHA 5e02110View commit details -
Configuration menu - View commit details
-
Copy full SHA for b15297e - Browse repository at this point
Copy the full SHA b15297eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d93bf55 - Browse repository at this point
Copy the full SHA d93bf55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17da899 - Browse repository at this point
Copy the full SHA 17da899View commit details -
Configuration menu - View commit details
-
Copy full SHA for 405de05 - Browse repository at this point
Copy the full SHA 405de05View commit details -
Configuration menu - View commit details
-
Copy full SHA for c041682 - Browse repository at this point
Copy the full SHA c041682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51695c4 - Browse repository at this point
Copy the full SHA 51695c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeb4fff - Browse repository at this point
Copy the full SHA aeb4fffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a31b1 - Browse repository at this point
Copy the full SHA 86a31b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b781b87 - Browse repository at this point
Copy the full SHA b781b87View commit details -
string interpolation is preferred over concatenation
Please refer to https://github.com/bbatsov/ruby-style-guide
Configuration menu - View commit details
-
Copy full SHA for 1d828a9 - Browse repository at this point
Copy the full SHA 1d828a9View commit details -
Favor "unless" over "if" for negative conditions
Please refer to https://github.com/bbatsov/ruby-style-guide
Configuration menu - View commit details
-
Copy full SHA for ebeb988 - Browse repository at this point
Copy the full SHA ebeb988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a51305 - Browse repository at this point
Copy the full SHA 8a51305View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa3c75 - Browse repository at this point
Copy the full SHA 9aa3c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c999d3 - Browse repository at this point
Copy the full SHA 2c999d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcba357 - Browse repository at this point
Copy the full SHA dcba357View commit details -
Merge pull request #1 from wchen-r7/pr3488_fix
More cosmetic fixes for enum_services
Configuration menu - View commit details
-
Copy full SHA for bb54fec - Browse repository at this point
Copy the full SHA bb54fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a6b29 - Browse repository at this point
Copy the full SHA 97a6b29View commit details -
Configuration menu - View commit details
-
Copy full SHA for c207d14 - Browse repository at this point
Copy the full SHA c207d14View commit details -
Land rapid7#3480 - Oracle Event Processing FileUploadServlet Arbitrar…
…y File Upload
Configuration menu - View commit details
-
Copy full SHA for 79c433e - Browse repository at this point
Copy the full SHA 79c433eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b7a9f - Browse repository at this point
Copy the full SHA f1b7a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2efa3d6 - Browse repository at this point
Copy the full SHA 2efa3d6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9246f7a - Browse repository at this point
Copy the full SHA 9246f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fb2fc8 - Browse repository at this point
Copy the full SHA 6fb2fc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 806f264 - Browse repository at this point
Copy the full SHA 806f264View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 41cd552 - Browse repository at this point
Copy the full SHA 41cd552View commit details -
Configuration menu - View commit details
-
Copy full SHA for a33a6dc - Browse repository at this point
Copy the full SHA a33a6dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20cf25d - Browse repository at this point
Copy the full SHA 20cf25dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aedd347 - Browse repository at this point
Copy the full SHA aedd347View commit details
Commits on Jul 4, 2014
-
Merge rapid7#3476 into rapid7#3481 for meterpreter smilies
This incoporates @OJ's fixes as a result of gemification.
Tod Beardsley committedJul 4, 2014 Configuration menu - View commit details
-
Copy full SHA for a471f29 - Browse repository at this point
Copy the full SHA a471f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5988132 - Browse repository at this point
Copy the full SHA 5988132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a82bd - Browse repository at this point
Copy the full SHA 98a82bdView commit details
Commits on Jul 5, 2014
-
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 committedJul 5, 2014 Configuration menu - View commit details
-
Copy full SHA for 6d9bf83 - Browse repository at this point
Copy the full SHA 6d9bf83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a3b94 - Browse repository at this point
Copy the full SHA 84a3b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf5d29c - Browse repository at this point
Copy the full SHA cf5d29cView commit details
Commits on Jul 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for d5843f8 - Browse repository at this point
Copy the full SHA d5843f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7f356 - Browse repository at this point
Copy the full SHA 5e7f356View commit details -
Configuration menu - View commit details
-
Copy full SHA for f51feb7 - Browse repository at this point
Copy the full SHA f51feb7View commit details -
migrate from wget to echo mechanism
Michael Messner committedJul 6, 2014 Configuration menu - View commit details
-
Copy full SHA for e7ade9f - Browse repository at this point
Copy the full SHA e7ade9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b1ed5 - Browse repository at this point
Copy the full SHA 14b1ed5View commit details
Commits on Jul 7, 2014
-
Merge master for testing of rapid7#2809
HD Moore committedJul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for ab7848a - Browse repository at this point
Copy the full SHA ab7848aView commit details -
HD Moore committed
Jul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for d76081b - Browse repository at this point
Copy the full SHA d76081bView commit details -
HD Moore committed
Jul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 3ef35f1 - Browse repository at this point
Copy the full SHA 3ef35f1View commit details -
HD Moore committed
Jul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 6f433db - Browse repository at this point
Copy the full SHA 6f433dbView commit details -
HD Moore committed
Jul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 5961861 - Browse repository at this point
Copy the full SHA 5961861View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ddfd912 - Browse repository at this point
Copy the full SHA ddfd912View commit details -
Framework is currently pegged to 0.17.0. Closes rapid7#3495
HD Moore committedJul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 8f39590 - Browse repository at this point
Copy the full SHA 8f39590View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bdf27b1 - Browse repository at this point
Copy the full SHA bdf27b1View commit details -
Fix QWORD usage, merges rapid7#3498
HD Moore committedJul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for f8d738d - Browse repository at this point
Copy the full SHA f8d738dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6b838 - Browse repository at this point
Copy the full SHA cd6b838View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1fcc23 - Browse repository at this point
Copy the full SHA f1fcc23View commit details -
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 committedJul 7, 2014 Configuration menu - View commit details
-
Copy full SHA for 9fef2ca - Browse repository at this point
Copy the full SHA 9fef2caView commit details -
Merge pull request rapid7#3500 from todb-r7/fixup-release
Release fixup: Description/whitespace changes (minor)
Configuration menu - View commit details
-
Copy full SHA for e5b5439 - Browse repository at this point
Copy the full SHA e5b5439View commit details
Commits on Jul 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4eeab66 - Browse repository at this point
Copy the full SHA 4eeab66View commit details -
Michael Messner committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 10bcef0 - Browse repository at this point
Copy the full SHA 10bcef0View commit details -
Michael Messner committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 84d6d56 - Browse repository at this point
Copy the full SHA 84d6d56View commit details -
Merge branch 'master' of git://github.com/rapid7/metasploit-framework…
… into dlink_upnp_msearch_command_injection
Michael Messner committedJul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 51001f9 - Browse repository at this point
Copy the full SHA 51001f9View commit details -
Michael Messner committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 579ce0a - Browse repository at this point
Copy the full SHA 579ce0aView commit details -
Michael Messner committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for ac727da - Browse repository at this point
Copy the full SHA ac727daView commit details -
Michael Messner committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 6fbd6bb - Browse repository at this point
Copy the full SHA 6fbd6bbView commit details -
Michael Messner committed
Jul 8, 2014 Configuration menu - View commit details
-
Copy full SHA for f89f47c - Browse repository at this point
Copy the full SHA f89f47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c25c5f6 - Browse repository at this point
Copy the full SHA c25c5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19dedd - Browse repository at this point
Copy the full SHA c19deddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a364172 - Browse repository at this point
Copy the full SHA a364172View commit details -
Configuration menu - View commit details
-
Copy full SHA for b476505 - Browse repository at this point
Copy the full SHA b476505View commit details
Commits on Jul 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 73fdc06 - Browse repository at this point
Copy the full SHA 73fdc06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14b218d - Browse repository at this point
Copy the full SHA 14b218dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4c6505 - Browse repository at this point
Copy the full SHA f4c6505View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42823fe - Browse repository at this point
Copy the full SHA 42823feView commit details -
Michael Messner committed
Jul 9, 2014 Configuration menu - View commit details
-
Copy full SHA for b4812c1 - Browse repository at this point
Copy the full SHA b4812c1View commit details -
Michael Messner committed
Jul 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 0674314 - Browse repository at this point
Copy the full SHA 0674314View commit details -
Michael Messner committed
Jul 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 6a765ae - Browse repository at this point
Copy the full SHA 6a765aeView commit details -
Michael Messner committed
Jul 9, 2014 Configuration menu - View commit details
-
Copy full SHA for f068006 - Browse repository at this point
Copy the full SHA f068006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 038d1e2 - Browse repository at this point
Copy the full SHA 038d1e2View commit details
Commits on Jul 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2cd9577 - Browse repository at this point
Copy the full SHA 2cd9577View commit details -
Configuration menu - View commit details
-
Copy full SHA for fad30bc - Browse repository at this point
Copy the full SHA fad30bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 841cb6a - Browse repository at this point
Copy the full SHA 841cb6aView commit details -
Fix Meterpreter PHP hop description
Tod Beardsley committedJul 10, 2014 Configuration menu - View commit details
-
Copy full SHA for bcec2df - Browse repository at this point
Copy the full SHA bcec2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd43906 - Browse repository at this point
Copy the full SHA dd43906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cbcc71 - Browse repository at this point
Copy the full SHA 1cbcc71View commit details -
Merge pull request #52 from scriptjunkie/gpp_again
Fix table printing.
Configuration menu - View commit details
-
Copy full SHA for bd05ad1 - Browse repository at this point
Copy the full SHA bd05ad1View commit details -
Make merged module descriptions more grammar.
Tod Beardsley committedJul 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 5bb3c8a - Browse repository at this point
Copy the full SHA 5bb3c8aView commit details -
Michael Messner committed
Jul 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 781149f - Browse repository at this point
Copy the full SHA 781149fView commit details -
Michael Messner committed
Jul 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 109201a - Browse repository at this point
Copy the full SHA 109201aView commit details -
Switch to a space. It gets eaten anyway.
Tod Beardsley committedJul 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 688c31c - Browse repository at this point
Copy the full SHA 688c31cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c1bfe - Browse repository at this point
Copy the full SHA 74c1bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0389df - Browse repository at this point
Copy the full SHA e0389dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8225ae - Browse repository at this point
Copy the full SHA b8225aeView commit details -
lands 3469, fixes handler deadlock in corner cases
May affect the following RM issues which need to be retested: https://dev.metasploit.com/redmine/issues/8407 https://dev.metasploit.com/redmine/issues/4314 https://dev.metasploit.com/redmine/issues/6829
Configuration menu - View commit details
-
Copy full SHA for dbe9b47 - Browse repository at this point
Copy the full SHA dbe9b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0746320 - Browse repository at this point
Copy the full SHA 0746320View commit details
Commits on Jul 11, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 36c6e74 - Browse repository at this point
Copy the full SHA 36c6e74View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b92ee - Browse repository at this point
Copy the full SHA a9b92eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 611b8a1 - Browse repository at this point
Copy the full SHA 611b8a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46f5282 - Browse repository at this point
Copy the full SHA 46f5282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51cfa16 - Browse repository at this point
Copy the full SHA 51cfa16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea2daa - Browse repository at this point
Copy the full SHA 4ea2daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f3197c - Browse repository at this point
Copy the full SHA 8f3197cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f41de - Browse repository at this point
Copy the full SHA 43f41deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7d60be - Browse repository at this point
Copy the full SHA f7d60beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f238c2a - Browse repository at this point
Copy the full SHA f238c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dea68c6 - Browse repository at this point
Copy the full SHA dea68c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9cda51 - Browse repository at this point
Copy the full SHA b9cda51View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7a700c - Browse repository at this point
Copy the full SHA a7a700cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c55117d - Browse repository at this point
Copy the full SHA c55117dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d637171 - Browse repository at this point
Copy the full SHA d637171View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd1ff6 - Browse repository at this point
Copy the full SHA 6fd1ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a356a0e - Browse repository at this point
Copy the full SHA a356a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6de2be6 - Browse repository at this point
Copy the full SHA 6de2be6View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb9d2f1 - Browse repository at this point
Copy the full SHA eb9d2f1View commit details -
Land rapid7#3511, new Linux Meterpreter bins
Tod Beardsley committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for ced16ac - Browse repository at this point
Copy the full SHA ced16acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79603c9 - Browse repository at this point
Copy the full SHA 79603c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8937fbb - Browse repository at this point
Copy the full SHA 8937fbbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for da67a63 - Browse repository at this point
Copy the full SHA da67a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for b834e7d - Browse repository at this point
Copy the full SHA b834e7dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8b302cd - Browse repository at this point
Copy the full SHA 8b302cdView commit details -
Fix one flubbed author address
Tod Beardsley committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for b09fab1 - Browse repository at this point
Copy the full SHA b09fab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8670988 - Browse repository at this point
Copy the full SHA 8670988View commit details -
Land rapid7#3513, Author name fixups from @jvazquez-r7
Tod Beardsley committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for e5d7dae - Browse repository at this point
Copy the full SHA e5d7daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a7d149 - Browse repository at this point
Copy the full SHA 7a7d149View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad46c37 - Browse repository at this point
Copy the full SHA ad46c37View commit details -
Tod Beardsley committed
Jul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 174429e - Browse repository at this point
Copy the full SHA 174429eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ef69b4 - Browse repository at this point
Copy the full SHA 6ef69b4View commit details -
Tod Beardsley committed
Jul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 53d941d - Browse repository at this point
Copy the full SHA 53d941dView commit details -
Add .plugins to yardoc'able directories.
Tod Beardsley committedJul 11, 2014 Configuration menu - View commit details
-
Copy full SHA for 2c24cc5 - Browse repository at this point
Copy the full SHA 2c24cc5View commit details -
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) >
Configuration menu - View commit details
-
Copy full SHA for 4abe856 - Browse repository at this point
Copy the full SHA 4abe856View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ec733 - Browse repository at this point
Copy the full SHA a8ec733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9eb84 - Browse repository at this point
Copy the full SHA 7e9eb84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d833cb - Browse repository at this point
Copy the full SHA 5d833cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00bd540 - Browse repository at this point
Copy the full SHA 00bd540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fd7bcf - Browse repository at this point
Copy the full SHA 2fd7bcfView commit details
Commits on Jul 13, 2014
-
Michael Messner committed
Jul 13, 2014 Configuration menu - View commit details
-
Copy full SHA for 1b7008d - Browse repository at this point
Copy the full SHA 1b7008dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a615c - Browse repository at this point
Copy the full SHA 31a615cView commit details
Commits on Jul 14, 2014
-
Merge pull request #1 from todb-r7/pr3285-wiki
Fix up rapid7#3285 (very minor changes)
Trenton Ivey authored and Trenton Ivey committedJul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 68d6906 - Browse repository at this point
Copy the full SHA 68d6906View commit details -
DbVisualizer stores the user database configuration in dbvis.xml. This module retrieves the connections settings from this file.
Configuration menu - View commit details
-
Copy full SHA for bcbb0b4 - Browse repository at this point
Copy the full SHA bcbb0b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef0f6a - Browse repository at this point
Copy the full SHA 0ef0f6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 667b136 - Browse repository at this point
Copy the full SHA 667b136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c447e - Browse repository at this point
Copy the full SHA 31c447eView commit details -
Land rapid7#3285, wiki plugin by @kn0
Tod Beardsley committedJul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 91ce942 - Browse repository at this point
Copy the full SHA 91ce942View commit details -
Remove this errant test::unit test
Tod Beardsley committedJul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 96554a4 - Browse repository at this point
Copy the full SHA 96554a4View commit details -
DbVisualizer stores the user database configuration in dbvis.xml
This module retrieves the connections settings from this file
Configuration menu - View commit details
-
Copy full SHA for 72d9587 - Browse repository at this point
Copy the full SHA 72d9587View commit details -
Tod Beardsley committed
Jul 14, 2014 Configuration menu - View commit details
-
Copy full SHA for 6c595f2 - Browse repository at this point
Copy the full SHA 6c595f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a673971 - Browse repository at this point
Copy the full SHA a673971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72c0c59 - Browse repository at this point
Copy the full SHA 72c0c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144c6ae - Browse repository at this point
Copy the full SHA 144c6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4904426 - Browse repository at this point
Copy the full SHA 4904426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f51fd0 - Browse repository at this point
Copy the full SHA 8f51fd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5e5565 - Browse repository at this point
Copy the full SHA b5e5565View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6947c - Browse repository at this point
Copy the full SHA 3b6947cView commit details -
Author's Twitter handle should be a comment
msfconsole treats whatever is in <> as the author's email, not twitter handle
Configuration menu - View commit details
-
Copy full SHA for 20e5803 - Browse repository at this point
Copy the full SHA 20e5803View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe3f1a - Browse repository at this point
Copy the full SHA 8fe3f1aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0737deb - Browse repository at this point
Copy the full SHA 0737debView commit details -
Configuration menu - View commit details
-
Copy full SHA for cecdcef - Browse repository at this point
Copy the full SHA cecdcefView commit details -
Configuration menu - View commit details
-
Copy full SHA for bec32a0 - Browse repository at this point
Copy the full SHA bec32a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89a8770 - Browse repository at this point
Copy the full SHA 89a8770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a821ce - Browse repository at this point
Copy the full SHA 5a821ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d7bffd - Browse repository at this point
Copy the full SHA 4d7bffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc1ba26 - Browse repository at this point
Copy the full SHA cc1ba26View commit details -
Configuration menu - View commit details
-
Copy full SHA for de22aeb - Browse repository at this point
Copy the full SHA de22aebView commit details -
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]
Configuration menu - View commit details
-
Copy full SHA for 77be5d3 - Browse repository at this point
Copy the full SHA 77be5d3View commit details
Commits on Jul 15, 2014
-
Configuration menu - View commit details
-
Copy full SHA for c1f612b - Browse repository at this point
Copy the full SHA c1f612bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29bb788 - Browse repository at this point
Copy the full SHA 29bb788View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66cc00 - Browse repository at this point
Copy the full SHA e66cc00View commit details -
Added compatibility with dbvis <= 6
Checking for "config" folder existence if "config70" is not found.
Configuration menu - View commit details
-
Copy full SHA for a53341f - Browse repository at this point
Copy the full SHA a53341fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac3d453 - Browse repository at this point
Copy the full SHA ac3d453View commit details -
Added functions to parse old and new config files.
Configuration menu - View commit details
-
Copy full SHA for f3d953f - Browse repository at this point
Copy the full SHA f3d953fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 400b0f4 - Browse repository at this point
Copy the full SHA 400b0f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97dcc56 - Browse repository at this point
Copy the full SHA 97dcc56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526538e - Browse repository at this point
Copy the full SHA 526538eView commit details -
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?
Configuration menu - View commit details
-
Copy full SHA for de4133a - Browse repository at this point
Copy the full SHA de4133aView commit details -
Land rapid7#3527 from @wchen-r7, doc update
Tod Beardsley committedJul 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 1cac801 - Browse repository at this point
Copy the full SHA 1cac801View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09619ab - Browse repository at this point
Copy the full SHA 09619abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d6f088 - Browse repository at this point
Copy the full SHA 1d6f088View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b1023 - Browse repository at this point
Copy the full SHA 57b1023View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 73736c7 - Browse repository at this point
Copy the full SHA 73736c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4098979 - Browse repository at this point
Copy the full SHA 4098979View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 875c024 - Browse repository at this point
Copy the full SHA 875c024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 604a612 - Browse repository at this point
Copy the full SHA 604a612View commit details -
Configuration menu - View commit details
-
Copy full SHA for b045e5b - Browse repository at this point
Copy the full SHA b045e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8d73f - Browse repository at this point
Copy the full SHA 1a8d73fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e58100f - Browse repository at this point
Copy the full SHA e58100fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e47a5 - Browse repository at this point
Copy the full SHA f8e47a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d05a24 - Browse repository at this point
Copy the full SHA 6d05a24View commit details -
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?
Configuration menu - View commit details
-
Copy full SHA for 7f860a7 - Browse repository at this point
Copy the full SHA 7f860a7View commit details
Commits on Jul 16, 2014
-
Add Rubocop to msftidy. You now have 15 seconds to comply. You are in…
… direct violation of Penal Code 1.13, Section 9.
Configuration menu - View commit details
-
Copy full SHA for ab73c16 - Browse repository at this point
Copy the full SHA ab73c16View commit details -
Samuel committed
Jul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for fe72bac - Browse repository at this point
Copy the full SHA fe72bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for b602fc8 - Browse repository at this point
Copy the full SHA b602fc8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 17b2169 - Browse repository at this point
Copy the full SHA 17b2169View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4aca68 - Browse repository at this point
Copy the full SHA b4aca68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9093211 - Browse repository at this point
Copy the full SHA 9093211View commit details -
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 committedJul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 81a9808 - Browse repository at this point
Copy the full SHA 81a9808View commit details -
Just skip if info is suppressed.
Tod Beardsley committedJul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 6898015 - Browse repository at this point
Copy the full SHA 6898015View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b87e2 - Browse repository at this point
Copy the full SHA c3b87e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f38ad5 - Browse repository at this point
Copy the full SHA 5f38ad5View commit details -
Merge pull request #2 from todb-r7/rubocop-is-optional
Rubocop checks are optional and info only
Configuration menu - View commit details
-
Copy full SHA for fa472c7 - Browse repository at this point
Copy the full SHA fa472c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e38ce - Browse repository at this point
Copy the full SHA 31e38ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 200c122 - Browse repository at this point
Copy the full SHA 200c122View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52bdc53 - Browse repository at this point
Copy the full SHA 52bdc53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82abe49 - Browse repository at this point
Copy the full SHA 82abe49View commit details -
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 committedJul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 5fa639c - Browse repository at this point
Copy the full SHA 5fa639cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb5820 - Browse repository at this point
Copy the full SHA 4fb5820View commit details -
Configuration menu - View commit details
-
Copy full SHA for b95a5eb - Browse repository at this point
Copy the full SHA b95a5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7583ed4 - Browse repository at this point
Copy the full SHA 7583ed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f74b7 - Browse repository at this point
Copy the full SHA 25f74b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6ded98 - Browse repository at this point
Copy the full SHA b6ded98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff6c8bd - Browse repository at this point
Copy the full SHA ff6c8bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef1f56 - Browse repository at this point
Copy the full SHA 0ef1f56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8733dcb - Browse repository at this point
Copy the full SHA 8733dcbView commit details -
INFO level messages should not block commits or be complained about on merges. They should merely inform the user.
Tod Beardsley committedJul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 58558e8 - Browse repository at this point
Copy the full SHA 58558e8View commit details -
Sam committed
Jul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 8cabc75 - Browse repository at this point
Copy the full SHA 8cabc75View commit details -
Sam committed
Jul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 767dfae - Browse repository at this point
Copy the full SHA 767dfaeView commit details -
Sam committed
Jul 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 115b78c - Browse repository at this point
Copy the full SHA 115b78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a07656f - Browse repository at this point
Copy the full SHA a07656fView commit details
Commits on Jul 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4a25bb4 - Browse repository at this point
Copy the full SHA 4a25bb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8cac3 - Browse repository at this point
Copy the full SHA 1c8cac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9a1e4 - Browse repository at this point
Copy the full SHA 8f9a1e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60c71b2 - Browse repository at this point
Copy the full SHA 60c71b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f92b73 - Browse repository at this point
Copy the full SHA 0f92b73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e6e154 - Browse repository at this point
Copy the full SHA 7e6e154View commit details -
Updating Gemfile lock so Travis doesn't fail.
Tod Beardsley committedJul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for feee142 - Browse repository at this point
Copy the full SHA feee142View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fb18f1 - Browse repository at this point
Copy the full SHA 9fb18f1View commit details -
Tod Beardsley committed
Jul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 6bdb320 - Browse repository at this point
Copy the full SHA 6bdb320View commit details -
Merge PR#3541 to this branch to undo it.
Tod Beardsley committedJul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 5d3b472 - Browse repository at this point
Copy the full SHA 5d3b472View commit details -
The Gemfile was badly formatted anyway, since it lacked a justifying comment, as all other included gems have.
Tod Beardsley committedJul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 2a66bd6 - Browse repository at this point
Copy the full SHA 2a66bd6View commit details -
Merging my fix to rapid7#3537, nokogiri for msfcrawler
Tod Beardsley committedJul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for cd08acd - Browse repository at this point
Copy the full SHA cd08acdView commit details -
Land rapid7#3537 from @pagedegeek, msfcrawler fix
Tod Beardsley committedJul 17, 2014 Configuration menu - View commit details
-
Copy full SHA for 19477db - Browse repository at this point
Copy the full SHA 19477dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ab418 - Browse repository at this point
Copy the full SHA d6ab418View commit details -
Configuration menu - View commit details
-
Copy full SHA for aed8af3 - Browse repository at this point
Copy the full SHA aed8af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7361d - Browse repository at this point
Copy the full SHA 8e7361dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d35867 - Browse repository at this point
Copy the full SHA 6d35867View commit details -
Configuration menu - View commit details
-
Copy full SHA for c59d72b - Browse repository at this point
Copy the full SHA c59d72bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad2e7c3 - Browse repository at this point
Copy the full SHA ad2e7c3View commit details
Commits on Jul 18, 2014
-
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 committedJul 18, 2014 Configuration menu - View commit details
-
Copy full SHA for 942112d - Browse repository at this point
Copy the full SHA 942112dView commit details
Commits on Jul 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 8fe5082 - Browse repository at this point
Copy the full SHA 8fe5082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066a5e2 - Browse repository at this point
Copy the full SHA 066a5e2View commit details -
Fix peer(rhost)->peer() usage in mediawiki_svg_fileaccess
HD Moore committedJul 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 5ba96d6 - Browse repository at this point
Copy the full SHA 5ba96d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f4a84 - Browse repository at this point
Copy the full SHA d9f4a84View commit details
Commits on Jul 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b283438 - Browse repository at this point
Copy the full SHA b283438View commit details -
Configuration menu - View commit details
-
Copy full SHA for 474ee81 - Browse repository at this point
Copy the full SHA 474ee81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f05336 - Browse repository at this point
Copy the full SHA 5f05336View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0a596b - Browse repository at this point
Copy the full SHA b0a596bView commit details