Spencer McIntyre
f21216011d
Allow RHOSTS and SESSION to be optional
2021-09-30 16:54:01 -04:00
Spencer McIntyre
099b47b6d5
Synchronize the WebSocket interface
2021-09-30 16:53:24 -04:00
Spencer McIntyre
556703b181
Pass opts forward through the ws functions
2021-09-30 16:06:49 -04:00
Metasploit
efd0467614
Bump version of framework to 6.1.9
2021-09-30 12:05:21 -05: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
55edd86810
Synchronize access when reading WebSocket frames
2021-09-29 17:55:05 -04:00
Spencer McIntyre
1aa4bc4f66
Raise exceptions WebSocket connection failure
2021-09-29 17:55:05 -04:00
Spencer McIntyre
2db5764700
Add WebSocket frame and opcode specs, fix bugs
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
c0635a0532
Add a wsloop that handles frags, pings and closes
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
Tim W
4289c8b3ea
Land #15441 , add date filtering to stdapi_fs_search
2021-09-28 15:55:43 +01: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
adfoster-r7
06762d0934
Update references to railgun to be consistent
2021-09-27 12:37:14 +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
Metasploit
a05e2ab52a
Bump version of framework to 6.1.8
2021-09-23 12:06:01 -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
Spencer McIntyre
072911f996
Land #15696 , Display computer information from NLA
2021-09-22 10:42:23 -04:00
Spencer McIntyre
6acdced3f0
Land #15506 , Add evasion module syscall_inject
2021-09-22 10:17:13 -04: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
dwelch-r7
7856a88790
Land #15684 , Improve interactive shell performance for pasted user input
2021-09-21 11:43:24 +01: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
7fa880f066
Land #15666 , meterp download w/ utf-8
2021-09-20 17:04:03 -05:00