Commit Graph

20 Commits

Author SHA1 Message Date
Christophe De La Fuente 0e3fdd0799 Fix from code review 2022-06-29 19:18:47 +02:00
adfoster-r7 059e39a6f0 Specify meterpreter compatibility command requirements 2021-09-08 22:59:25 +01:00
cgranleese-r7 9e7859ed25 Reformats some modules so they can be run with new meterpreter_commands_dependencies.rb Rubocop rule 2021-07-23 14:40:19 +01:00
Spencer McIntyre da01a839d1 Set required commands spec for all post mixins 2021-04-26 12:28:18 -04:00
dwelch-r7 1617b3ec9b Use zeitwerk for lib/msf/core folder 2020-12-07 10:31:45 +00:00
root 51dd88114b Fix grammer in comments 2015-04-13 13:21:41 +05:00
Meatballs 2dd9dcb26c Dont use native unpack operators! 2015-03-18 23:48:39 +00:00
Meatballs 975ddc9092 Add some spec mockery 2015-03-18 23:43:46 +00:00
Meatballs c2d15f2b31 Add yarddoc note about handles 2015-01-27 21:05:00 +00:00
Meatballs c7534446aa Add yarddocs to runas mixin 2015-01-27 20:35:55 +00:00
Meatballs 02da5b5c1b Remove unnecessary get_env call 2015-01-27 17:27:56 +00:00
Meatballs b367b01998 Remove unneccessary logonuser 2015-01-27 17:07:49 +00:00
Meatballs 215a590940 Refactor and fixes for post module 2015-01-27 16:14:59 +00:00
Meatballs 12542eb938 Working 2015-01-27 14:10:35 +00:00
Meatballs ea25869312 Refactor to common module 2015-01-27 10:47:02 +00:00
Meatballs 8f720ef766 Use get_env in runas 2015-01-08 11:07:40 +00:00
b00stfr3ak 88f23832e6 Added Time out
For some reason the handler was closing before the command could
complete.  Added the time out from bypassuac and now both psh and exe
work perfectly.
2014-08-02 14:29:42 -07:00
b00stfr3ak 5aa347ef65 Changed Method Names
Changed names to look like shell_execute_(option), to make it more
defined on what it does.
2014-08-01 17:10:32 -07:00
b00stfr3ak 391e2bb99b Fixed some style changes
Removed upload var, it really served no purpose.
2014-07-30 22:42:07 -07:00
b00stfr3ak 84999115d7 Added PSH option if UAC is turned off
This will give the option to drop an exe or use psh if uac is turned
off.  The lib can be used for post exploitation to drop an exe or use
powershell and then execute it with the runas command.  I have used the
lib for both bypassuac and ask.
2013-10-25 14:37:12 -07:00