Brendan Coles
ef4e7b2165
post/windows/manage/persistence_exe: Replace IO.read with File.binread
2022-03-05 13:24:55 +00:00
adfoster-r7
e9393e471c
Land #16258 , convert unknown tlv types to readable strings
2022-03-04 16:55:39 +00:00
adfoster-r7
1253878dd3
Land #16135 , Add setg sessiontlvlogging command to log TLV packets
2022-03-04 16:30:09 +00:00
sjanusz
ae704eb067
Add support for multiple tlv types when logging
2022-03-04 16:20:20 +00:00
Metasploit
02143c5142
automatic module_metadata_base.json update
2022-03-04 09:18:26 -06:00
Spencer McIntyre
83b2f5a128
Land #16268 , Update check comhijack
2022-03-04 09:59:49 -05:00
sjanusz
a2fadf0606
Init logging on meterpreter's init, add option to change log file
2022-03-04 14:21:00 +00:00
dwelch-r7
e1ccd178ff
Land #16141 , Add service manager commands to msfconsle
2022-03-04 13:47:46 +00:00
adfoster-r7
f29ff681f7
Rename to _servicemanager and hide behind a feature flag
2022-03-04 12:45:15 +00:00
Simon Janusz
47cdbea16f
Land #16179 , Update Meterpreter file existence tests for CI environments
...
Update Meterpreter file existence tests for CI environments
2022-03-04 12:13:51 +00:00
Simon Janusz
9a2e2c7deb
Land #16162 , Add explicit Github action permissions
...
Add explicit Github action permissions
2022-03-04 12:09:44 +00:00
dwelch-r7
5cfb692567
Land #16145 , Fix to_handler case sensitivity issue
2022-03-04 12:04:44 +00:00
adfoster-r7
2cd6e66791
Land #16269 , Msf::Payload::Apk: Check Java is installed and apktool.jar exists
2022-03-04 11:33:34 +00:00
adfoster-r7
39e55af982
Land #16270 , Msf::Payload::Apk: raise if keytool cannot parse APK file or certificate
2022-03-04 11:30:02 +00:00
Brendan Coles
69f7008a07
Msf::Payload::Apk: raise if keytool cannot parse APK file or certificate
2022-03-04 08:10:37 +00:00
Brendan Coles
03419e8a19
Msf::Payload::Apk: Check Java is installed and apktool.jar exists
2022-03-04 06:39:51 +00:00
Metasploit
a3a2afdf80
automatic module_metadata_base.json update
2022-03-03 20:00:59 -06:00
adfoster-r7
383fa316cc
Land #16219 , Update core enumextcmd and loadlib commands to show human readable strings
2022-03-04 01:35:29 +00:00
adfoster-r7
ad2fab6fee
Land #16153 , read full response on smtp send/recv
2022-03-04 01:24:46 +00:00
adfoster-r7
dd3cca5037
Land #16265 , Fix race condition in jobs cleanup that could allow it to clean up twice simultaneously
2022-03-04 00:45:33 +00:00
Ashley Donaldson
499ba611e5
Move cleaned_up flag up so that cleanup is never re-entrant
2022-03-04 10:59:14 +11:00
Metasploit
f665b7cf50
automatic module_metadata_base.json update
2022-03-03 15:29:29 -06:00
bwatters
fb658fbb13
Land #16245 , pfSense Authenticated File Write (CVE-2021-41282)
...
Merge branch 'land-16245' into upstream-master
2022-03-03 15:08:34 -06:00
bwatters
3f35524c61
Rubocop fixes
2022-03-03 13:02:55 -06:00
bwatters
f0878f4d1a
Improve check method and add autocheck
2022-03-03 12:52:05 -06:00
Metasploit
d5bdcd276f
Bump version of framework to 6.1.33
2022-03-03 12:04:36 -06:00
Spencer McIntyre
098d11d281
Land #16266 , Fix bug in tab completion of dirs
6.1.32
2022-03-03 12:00:18 -05:00
Spencer McIntyre
d52bee3201
Remove an unnecessary duplicate line
2022-03-03 11:57:25 -05:00
Metasploit
9dc9546b44
automatic module_metadata_base.json update
2022-03-03 08:43:22 -06:00
Spencer McIntyre
6be3443680
Land #16103 , LPE in polkit's pkexec (CVE-2021-4034)
2022-03-03 09:24:11 -05:00
Spencer McIntyre
0463373756
Simplify finding pkexec
2022-03-03 09:19:45 -05:00
adfoster-r7
7f52b71931
Land #16264 , handle failed Github authentication when generating info -d docs
...
Add rescue for failed authentication on `info -d`
2022-03-03 14:18:58 +00:00
bwatters
c9408c7b1b
Remove pointless format string
2022-03-03 06:40:26 -06:00
sjanusz
3871ac9eac
Improve TLV Type handling
2022-03-03 10:07:43 +00:00
Ashley Donaldson
f6e88d0405
Fix bug in tab completion of directories
2022-03-03 15:57:10 +11:00
bwatters
5246e9cb7e
Add rescue for failed authentication on info -d
2022-03-02 16:41:19 -06:00
bwatters
e649fe3f69
Fix some markdown issues, update docs and add arch check for payloads
2022-03-02 16:30:52 -06:00
Metasploit
2793d7d249
automatic module_metadata_base.json update
2022-03-02 16:15:27 -06:00
Spencer McIntyre
d60e625746
Land #16254 , shodan_search default user-agent
...
Fixes #16189 and #16223
2022-03-02 16:57:05 -05:00
bwatters
06e897436c
Add Fedora results to docs and some minor final cleanup
2022-03-02 09:12:01 -06:00
Tim W
9d1c919094
Land #16257 , add warning for older apktool versions
2022-03-02 10:28:31 +00:00
Brendan Coles
ef135a8440
Msf::Payload::Apk: Print warning if apktool version < 2.5.1
2022-03-02 06:31:43 +00:00
Ashley Donaldson
4c4b0b4f8c
Fix race condition in jobs cleanup that could allow it to clean up twice simultaneously
2022-03-02 14:43:06 +11:00
adfoster-r7
9c1b0d197b
Land #16255 , Update metasploit-payloads gem to 2.0.77 - Fix issue with kiwi_cmd arguments
2022-03-01 22:31:08 +00:00
Spencer McIntyre
fa89295fe3
Update metasploit-payloads gem to 2.0.77
2022-03-01 16:17:45 -05:00
bwatters
58aed837b2
Update docs and options
2022-03-01 14:48:48 -06:00
Heyder Andrade
bb2a2e458b
shodan_search default user-agent overwirte - fix #16189 and #16223
...
As the Shodan is checking the UserAgent to decide which content-type it
will deliver, the default user-agent is causing it to reply a html page.
This commit overwrite the default user-agent the the module shodan_search
to 'Wget' that works in on the shodan API.
2022-03-01 21:31:35 +01:00
bwatters
0516badd8e
Change the way we cd after new session is created
2022-03-01 14:20:07 -06:00
space-r7
0c3f0e38f7
Land #16228 , validate payload size if not encoded
2022-03-01 14:04:01 -06:00
adfoster-r7
9694b9ff1d
Add explicit Github action permissions
2022-03-01 19:48:33 +00:00