Commit Graph

13785 Commits

Author SHA1 Message Date
Spencer McIntyre f21216011d Allow RHOSTS and SESSION to be optional 2021-09-30 16:54:01 -04:00
bwatters 9dbb89119a Land #15726, Add MeterpreterTryToFork to the mettle payloads
Merge branch 'land-15726' into upstream-master
2021-09-30 11:56:48 -05:00
Spencer McIntyre c53e223852 Add MeterpreterTryToFork to the mettle payloads 2021-09-30 10:07:43 -04:00
Spencer McIntyre 1aa4bc4f66 Raise exceptions WebSocket connection failure 2021-09-29 17:55:05 -04:00
Spencer McIntyre ac319e730b Document the new WebSocket functionality 2021-09-29 17:55:05 -04:00
Spencer McIntyre d230090e0d Add a WebSocket channel 2021-09-29 17:55:05 -04:00
Spencer McIntyre 7e8afcdaf6 Add a WebSocket implementation for Rex 2021-09-29 17:55:05 -04:00
Grant Willcox d846f8e929 Land #15721, Support Pivoted SSL Connections 2021-09-29 16:36:20 -05:00
adfoster-r7 967e5382c5 Add tab completion for exploit rerun command 2021-09-29 16:33:31 +01:00
Spencer McIntyre 0887188e12 Synchronize the initsock routine
This prevents the socket from being closed while negotiating SSL
2021-09-29 11:13:31 -04:00
Spencer McIntyre a5a5bfcbad Support pivoted SSL client channels 2021-09-29 11:13:31 -04:00
bwatters 5d96725ce6 Land #15200, PackRat post exploitation modules based on a common mixin
Merge branch 'land-update-15200' into upstream-master
2021-09-27 14:26:02 -05:00
Jack Heysel 8f36d677c2 Land #15703, Fix Compiling Encrypted Payloads Mac
This fixes compiling encrypted payloads on MacOS.
This also adds an advanced option, ShowCompileCMD,
that will print the compilation command used.
Thanks @space-r7!
2021-09-27 13:53:51 -04:00
Kazuyoshi Maruta 2818fc88d1 Fix typo 2021-09-27 12:26:53 -05:00
Kazuyoshi Maruta 77e144b668 Add a method to check if the folder containing the artifact exists 2021-09-27 12:26:53 -05:00
Kazuyoshi Maruta 7e615276a8 Remove duplicate 2021-09-27 12:26:52 -05:00
Kazuyoshi Maruta 01202ff63b Update download function name in packrat.rb 2021-09-27 12:26:52 -05:00
Kazuyoshi Maruta 94d3f87461 Update artifact description in line.rb 2021-09-27 12:26:52 -05:00
Kazuyoshi Maruta 852f50d159 Relocate Packrat mixin 2021-09-27 12:26:52 -05:00
Kazuyoshi Maruta e893f4fdb7 Modify output message 2021-09-27 12:26:52 -05:00
Kazuyoshi Maruta 98b5e8bb68 Rename option name within Packrat 2021-09-27 12:26:52 -05:00
Kazuyoshi Maruta dc6f6a8f25 Packrat: 29 post exploitation modules 2021-09-27 12:26:52 -05:00
adfoster-r7 959527a4c4 Land #15669, Add meterpreter compatibility metadata to screenshare module 2021-09-27 15:18:01 +01:00
jheysel-r7 3b12461e9e Merge branch 'master' into feat/db-skip 2021-09-24 12:01:30 -04:00
Ashley Donaldson 2784ce88c1 Use correct property of listener_sock 2021-09-24 20:47:06 +10:00
Ashley Donaldson 3dec024fbd When listing sessions and jobs, note whether they are dependent on TCP forwarding 2021-09-24 20:30:57 +10:00
space-r7 4b646c1886 add linker option to pin image base
also add advanced option to display
command used in compiling encrypted payloads
2021-09-23 14:59:18 -05:00
Christophe De La Fuente d3eff6fc14 Land #15600, Fixes issues with encrypted payloads by moving session bootstrap logic 2021-09-23 16:14:10 +02:00
Tim W ca8094d1b8 fix dir on powershell sessions 2021-09-23 13:29:31 +01:00
Tim W d3a372e92b add support for shell sessions 2021-09-23 13:02:17 +01:00
Tim W f540c2ad8f move get_drives to file mixin 2021-09-23 13:02:17 +01:00
A Galway cae29ccc2e PR Cleanup 2021-09-23 11:56:34 +01:00
Ashley Donaldson 2349393ef0 Display computer information gleaned from NTLM handshake in RDP. 2021-09-22 12:09:19 +10:00
Spencer McIntyre ca6f957de0 Land #15632, Winrm improvements 2021-09-21 16:43:24 -04:00
space-r7 b24b6d8063 Land #15695, fix crash / add logging nmap module 2021-09-21 14:13:11 -05:00
Ashley Donaldson 9d8193150f Allow running a shell command separately to the currently interactive shell 2021-09-21 19:12:49 +10:00
adfoster-r7 ed72ca217a Improve setuid nmap module 2021-09-21 01:47:59 +01:00
space-r7 fee037ac18 Land #15670, add opmanager sumpdu deser module 2021-09-20 12:15:26 -05:00
Spencer McIntyre 56cd43a8b8 Land #15624, Add module for CVE-2020-27955 2021-09-15 14:54:19 -04:00
adfoster-r7 6072382666 Add session warnings on new lies 2021-09-15 17:43:05 +01:00
adfoster-r7 39ca4660a9 Add meterpreter compatibility metadata to screenshare module 2021-09-15 17:34:57 +01:00
Tim W ddd1d37d4b fix module description 2021-09-15 16:25:18 +01:00
Spencer McIntyre 1bd3a764a6 Fixup issues from testing 2021-09-14 16:32:25 -04:00
Spencer McIntyre 02fde3ac51 Initial work on CVE-2021-3287 2021-09-14 09:10:44 -04:00
bwatters 07204dc99e Rubocop -A 2021-09-14 07:41:45 -05:00
bwatters ddebdbc770 Remove some debug prints I left in 2021-09-14 07:41:45 -05:00
bwatters 51c4c9bd4e Update file library and file test module to work correctly
- added file append
- changed powershell commands to script-style (they seem to work much better)
- cleaned out use of string literals for filenames in test module
2021-09-14 07:41:45 -05:00
adfoster-r7 1499b1988e Land #15609, Add Meterpreter compatibility commands 2021-09-13 15:21:03 +01:00
A Galway ed6ef51f64 demotes no db message from error to warning 2021-09-13 11:06:45 +01:00
Ashley Donaldson 5dceb48553 Fixed rubocop issues 2021-09-13 11:40:03 +10:00