Simon Janusz
46dc748bd0
Land #15905 , Only normalize new/updated hosts after nmap import
2021-12-08 11:57:13 +00:00
adfoster-r7
3e1ba060a7
Land #15908 , add reload functionality to the save command
2021-12-08 04:27:04 +00:00
Spencer McIntyre
d94d2ff13c
Fix unpacking 64-bit stat buffers from Meterpreter
2021-12-07 16:08:38 -05:00
sjanusz
2b0cd6f169
Correct exception & save arg, inline deleting module config
2021-12-07 12:39:03 +00:00
adfoster-r7
2c1a60c3a5
Land #15888 , Add database stats to debug command
2021-12-07 12:04:09 +00:00
Christophe De La Fuente
389fd55952
Land #15808 , Fix #15804 powershell read_file on Windows Server 2012
2021-12-07 11:59:11 +01:00
Grant Willcox
f0841c8fb9
Land #15933 , Add April fools module help banner
2021-12-06 15:59:07 -06:00
Metasploit
44a3a6cbe4
Bump version of framework to 6.1.19
2021-12-06 12:18:28 -06:00
Jeffrey Martin
aebd989883
Land #15937 , Remove references to Sorted Set
2021-12-06 12:00:46 -06:00
adfoster-r7
abd8ad6fa2
Remove references to Sorted Set
2021-12-06 16:01:01 +00:00
sjanusz
1ba8aa8dcd
Delete bad test, remove delete_all before each test
2021-12-06 11:35:18 +00:00
sjanusz
eadf965e83
Add QoL features for loading, reloading and deleting saved options
2021-12-06 10:26:57 +00:00
adfoster-r7
bfce4dcc3a
Add April fools module help banner
2021-12-04 15:32:38 +00:00
adfoster-r7
7dd5d5d3c2
Land #1585 , Fix SMB SpiderShare Enum
2021-12-03 13:07:09 +00:00
Metasploit
f1b77e24f3
Bump version of framework to 6.1.18
2021-12-02 12:05:14 -06:00
bwatters
b1f6937542
Updated exploit to compile on target, added control over directory creation
...
Added a method to get source code for the write and compile method
2021-12-01 14:54:47 -06:00
Tim W
0807de6b0f
Land #15917 , fix readline error when two options only differ in case
2021-12-01 06:01:38 +00:00
Ashley Donaldson
0a2780027e
Use safe navigation option
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2021-12-01 09:53:26 +11:00
Tim W
9733ced0e4
cleanup and move LOAD_MODULES option to Msf::Payload::Windows::Powershell
2021-11-30 07:06:11 +00:00
Tim W
1c87495a4a
fix ssl payload
2021-11-30 06:30:58 +00:00
Tim W
6a57ef4c65
run rubocop on changed files
2021-11-30 06:30:58 +00:00
Tim W
65e3e38721
fix powershell session info
2021-11-30 06:30:58 +00:00
Tim W
f351f3804a
fix write_file_powershell_fragment on Windows 7
2021-11-30 06:30:58 +00:00
Tim W
9097b181b0
add powershell_reverse_tcp_ssl
2021-11-30 06:30:58 +00:00
Tim W
cb70c8e861
fix #15804 , fix powershell read_file on Windows Server 2012
2021-11-30 06:30:58 +00:00
Tim W
cd936c92f8
Land #15920 , add tab completion to powershell_import command
2021-11-30 06:18:48 +00:00
Tim W
0d5eef029a
let the user know the powershell script must end in .ps1 on failure
2021-11-30 06:17:48 +00:00
Brendan Coles
c74c4c0292
Land #15913 , handle unmatched quotes on command shell sessions
2021-11-30 06:03:24 +00:00
Ashley Donaldson
5e05ce872e
Added tab completion to powershell import command
2021-11-30 09:46:12 +11:00
space-r7
8573ed617a
Land #15897 , return boolean in write_file()
2021-11-29 13:23:32 -06:00
Tim W
a5b88c6844
only return false in write_file for unsupported sessions
2021-11-29 09:46:28 +00:00
Ashley Donaldson
ff0076752f
Specifically allow session tab completion to work with its option selection
2021-11-29 13:23:08 +11:00
Ashley Donaldson
607ff2727a
Resolve readline error when two options differ only in case
2021-11-29 12:47:28 +11:00
Tim W
80e2559f0f
Fix #15912 , handle unmatched double quote on command shell sessions
2021-11-28 11:51:18 +00:00
sjanusz
ce3215e35b
Fix broken files check, make return dirs consistent
2021-11-26 12:51:07 +00:00
Metasploit
d0e4d15d53
Bump version of framework to 6.1.17
2021-11-25 12:04:33 -06:00
dwelch-r7
afb9cbfb77
Only normalize new/updated hosts after nmap import
2021-11-25 13:46:57 +00:00
Tim W
c7b4a31ae6
modify Post::File tests to check write_file return value
2021-11-25 03:37:06 +00:00
Tim W
9b5e24d55b
Fix #12603 , create _write_file_meterpreter function
2021-11-25 03:34:17 +00:00
Grant Willcox
0007887a0c
Land #15898 , trade URI.encode & URI.escape for Ruby 3
2021-11-23 12:07:48 -06:00
sjanusz
46611b7fb3
Add database stats to debug command
2021-11-23 17:17:48 +00:00
dwelch-r7
b83e8a2fa7
Tell the user about shell -it
2021-11-23 12:23:03 +00:00
Jeffrey Martin
08a1fb0c8e
remove stray comment
2021-11-22 14:39:07 -06:00
Jeffrey Martin
21a6a18d92
trade URI.encode & URI.escape for Ruby 3
...
Ruby 3 removed the `URI.escape` methods however access to
the a parse for the same RFC is stil available at `URI::DEFAULT_PARSER.escape`.
Per the Ruby forum [comment](https://bugs.ruby-lang.org/issues/17309#note-1 ) this should equal.
2021-11-22 14:11:03 -06:00
Tim W
bce463fa6a
Fix #15896 , write_file should return true on success
2021-11-22 04:26:54 +00:00
Grant Willcox
7f6d661ff7
Land #15866 , Add Exploit For CVE-2021-38294 (Apache Storm Nimbus getTopologyHistory RCE)
2021-11-18 17:02:50 -06:00
Grant Willcox
7b06ee9701
Land #15889 , Add validation for resizeable interactive shells
2021-11-18 14:12:56 -06:00
Grant Willcox
3a9eb24bd3
Land #15887 , Respect path expansion when performing path-based tab completion
2021-11-18 12:24:49 -06:00
Metasploit
3534d511af
Bump version of framework to 6.1.16
2021-11-18 12:04:17 -06:00
dwelch-r7
3b74021e19
Add validation for resizable interactive shells
2021-11-18 13:05:01 +00:00