Commit Graph

36919 Commits

Author SHA1 Message Date
Christian Mehlmauer 478cd2ed5c check database.yml path 2016-01-21 20:32:32 +01:00
Christian Mehlmauer 5a0e11fb72 revert file check 2016-01-21 20:21:41 +01:00
Christian Mehlmauer 390b46dd25 also check file for existance 2016-01-19 23:55:49 +01:00
Christian Mehlmauer f68b2b56fa use hardcoded path 2016-01-19 23:51:28 +01:00
Christian Mehlmauer b45e22b64d use .any? 2016-01-19 23:16:10 +01:00
Christian Mehlmauer aaa1174ca5 fix rspec errors without database 2016-01-19 20:28:58 +01:00
Metasploit a030179577 Bump version of framework to 4.11.8 2016-01-15 15:17:13 -08:00
Brent Cook 59660dd6d0 Land #6465, remove unneeded meterpreter extension post-installation copies 4.11.7 2016-01-15 17:04:14 -06:00
OJ e7e63d92be Land #6467 : fix missing requires in payloads
Fixes #6460
2016-01-15 07:42:14 +10:00
William Vu fec75c1daa Land #6457, FileDropper for axis2_deployer 2016-01-14 15:10:05 -06:00
Brent Cook e1be57d658 Land #6458, Backport net-ssh AES CTR ciphers 2016-01-14 14:44:49 -06:00
Brent Cook 544b681981 Land #6451, Backport net-ssh Diffie-Hellman Group Exchange SHA-256 key exchange 2016-01-14 14:43:52 -06:00
Brent Cook 28cf943bcb Fix a couple of missing requires in payloads.
This pops up occasionally. This fixes a couple of anecdotal reports of missing
requires that cause the loader to fail, depending on the directory sort order.

It also fixes the problem as reported in #6460
2016-01-14 13:17:26 -06:00
Brent Cook 8479d01029 Land #6450, add TLS support to MSSQL 2016-01-14 12:17:40 -06:00
Brent Cook 37178cda06 Land #6449, properly handle HttpServer resource collisions 2016-01-14 12:15:18 -06:00
William Vu 7e1446d8fa Land #6400, iis_webdav_upload_asp improvements 2016-01-14 12:12:33 -06:00
wchen-r7 663d282e68 Land #6467, Allow specifying VAR and METHOD for simple_backdoor_exec 2016-01-14 10:26:20 -06:00
Rory McNamara 0216d027f9 Use OptEnum instead of OptString 2016-01-14 09:06:45 +00:00
OJ f451a336ec Land #6469 : Add individual contacts to CoC 2016-01-14 06:54:48 +10:00
James Lee 7c52277fa2 Add individual contacts
[ci skip]
2016-01-13 10:35:39 -06:00
Rory McNamara 564b4807a2 Add METHOD to simple_backdoors_exec 2016-01-13 14:42:11 +00:00
Rory McNamara 889a5d40a1 Add VAR to simple_backdoors_exec 2016-01-13 13:46:26 +00:00
wchen-r7 315d079ae8 Land #6402, Add Post Module for Windows Priv Based Meterpreter Migration
We are also replacing smart_migrate with this.
2016-01-13 01:21:32 -06:00
Josh Hale 63fb45fa3f Merge pull request #2 from wchen-r7/update_6402
Deprecate post/windows/manage/smart_migrate and other things
2016-01-12 23:54:51 -06:00
wchen-r7 6deb57dca3 Deprecate post/windows/manage/smart_migrate and other things
This includes:

* Give credit to thelightcosine in priv_migrate
* Deprecate smart_migrate
* Update InitialAutoRunScript for winrm_script_exec
2016-01-12 23:14:13 -06:00
wchen-r7 514199e88f Register early so the cleanup can actually rm the file 2016-01-12 15:22:03 -06:00
David Maloney f7ce0dfedf remove the merge extension intialiser
this initialiser conflicts with the gemfication
of framework and causes permissions issues

MS-972
2016-01-12 14:08:54 -06:00
Meatballs d49e0df5bd Land #6462, Fix vulns --help command 2016-01-12 11:49:09 +00:00
Meatballs 7128c408c8 Land #6375, Active Directory Managed Groups Enumeration 2016-01-12 11:21:31 +00:00
Meatballs 4ba2d56f49 Just search on DN for samaccountname 2016-01-12 11:20:20 +00:00
Manuel Mancera 4ab58caa93 Fix the help option for vulns command 2016-01-11 22:19:44 +01:00
Christopher Moore 96b6eb6b06 remove extraneous comma 2016-01-10 17:13:15 +00:00
Christopher Moore b7e3d97935 remove extra spacing 2016-01-10 17:12:41 +00:00
Christopher Moore b3e42c3611 add missing coding preamble 2016-01-10 17:10:23 +00:00
Christopher Moore 8f72166f66 add missing coding preamble 2016-01-10 17:08:58 +00:00
Christopher Moore 9ff5ffd1ac fix erroneous comment 2016-01-09 17:56:11 +00:00
Christopher Moore 888be6133c KEx availability depends on OpenSSL support 2016-01-09 13:45:23 +00:00
James Lee 88ef3076e4 Land #6441, x86/BMP polyglot encoder 2016-01-08 17:09:24 -06:00
wchen-r7 78bc394f80 Fix #6268, Use FileDropper for axis2_deployer
Fix #6268
2016-01-08 17:09:09 -06:00
Josh Hale 7dacf20fca Merge pull request #1 from dmaloney-r7/feature/priv-migrate/minor-tweaks
Some minor Tweaks to priv_migrate
2016-01-08 15:17:45 -07:00
David Maloney 5e6620f2cf add yard doc and lexical sorting
lexical sort methods and add missing YARD docs
2016-01-08 14:36:21 -06:00
David Maloney 536378e023 move datastore kill check to kill method
move the datastore check for datatstore['KILL']
into the actual kill method for sake of DRYness
2016-01-08 14:31:42 -06:00
David Maloney 9716b97e1c split up the migration efforts
move admin and suer migrations into
seperate methods for enhanced readability
and maintainability
2016-01-08 14:26:39 -06:00
David Maloney ad50f9a047 move default targets to constants
cleanup the way the target lists get populated
to use constants and be a little cleaner and dryer
2016-01-08 14:03:30 -06:00
Tod Beardsley e82d4e364d Land #6437, Code of Conduct
"Don't be a jerk."
2016-01-08 11:21:18 -06:00
Brent Cook 1e54b00016 bump Gemfile.lock for latest framework version
The release automation did not update this automatically with the last release,
so this is a one-time manual update to match the current framework version.rb.
2016-01-08 09:44:47 -06:00
Christopher Moore 3a5805faaf add CTR mode to support the new ciphers 2016-01-08 01:43:21 +00:00
Christopher Moore 5a710e4969 add aes128-ctr encryption algorithm 2016-01-08 01:15:17 +00:00
Christopher Moore f82e32372e add aes192-ctr encryption algorithm 2016-01-08 01:14:09 +00:00
Christopher Moore 3dc822588f add aes256-ctr encryption algorithm 2016-01-08 01:12:27 +00:00