Jeffrey Martin
f7963106b6
refactor Msf::Post::Process
2021-05-24 18:43:02 -05:00
Jeffrey Martin
0cefd8eaa6
refactor post API for process lists
2021-05-24 18:39:16 -05:00
Jeffrey Martin
a93813476c
Land #15199 , into refactor of Msf::Post:Process
2021-05-24 18:36:55 -05:00
Spencer McIntyre
97ca76038a
Revert "Land #15199 , Improve the get_processes API"
...
This reverts commit 0203989821 , reversing
changes made to 0ca3dbc831 .
2021-05-24 18:21:12 -04:00
Spencer McIntyre
0203989821
Land #15199 , Improve the get_processes API
2021-05-24 17:17:16 -04:00
Shelby Pace
9f2dae38c8
Land #15079 , add meterpreter compat requirements
2021-05-24 16:00:08 -05:00
Spencer McIntyre
525bdb409b
Address some style things in #get_processes
2021-05-24 13:43:55 -04:00
Alan Foster
d12a82eb7d
Disable wrapped table support for the loot command
2021-05-24 00:37:41 +01:00
Gaurav Purswani
5eeb04b627
Update common.rb
2021-05-23 19:21:00 +05:30
pingport80
57275ee54c
guards against nil at various places
2021-05-23 18:47:22 +05:30
Metasploit
55a4009587
Bump version of framework to 6.0.46
2021-05-20 12:04:54 -05:00
Grant Willcox
133b40de30
Land #15212 , Converts Python shebangs over to Python 3
2021-05-19 10:39:09 -05:00
cgranleese-r7
a894b8cc29
Updates Python shebangs to Python 3
2021-05-18 12:43:04 +01:00
Grant Willcox
ddd609f0d9
Land #15196 , Support spaces in user input for msfdb
2021-05-17 12:49:13 -05:00
pingport80
9921dba735
shift all the things to one block
2021-05-15 00:28:05 +05:30
pingport80
ca803e63c3
improve get_proccesses api and remove pids() method from post/linux/priv
2021-05-14 23:50:50 +05:30
adfoster-r7
ac2c467121
Land #15011 , Enhance analyze command API to understand modules' needs
2021-05-14 14:30:33 +01:00
Adam Cammack
4eb27bff31
Fix another typo
2021-05-14 07:10:23 -05:00
Adam Cammack
b814aa6c52
Add minor style fixes
2021-05-13 18:35:43 -05:00
Adam Cammack
d3170a5d14
Add more no-result messaging for analyze command
2021-05-13 18:31:57 -05:00
Adam Cammack
cf993532bd
Use correct variable name
2021-05-13 18:01:10 -05:00
Metasploit
77776d2039
Bump version of framework to 6.0.45
2021-05-13 12:04:57 -05:00
dwelch-r7
2ec037226c
allow spaces in input
2021-05-13 16:44:17 +01:00
adfoster-r7
0f73031833
Land #15165 , Add documentation for the new CookieJar functionality
2021-05-12 19:29:21 +01:00
adfoster-r7
59ba01e4a8
Land #15054 , Update msfdb to support using pg_ctlcluster for db management
2021-05-11 19:35:30 +01:00
Tim W
6296163195
Fix #15097 , fix unreliable sessions -c output
2021-05-08 13:04:29 +01:00
Shelby Pace
b9525c581d
Land #15102 , add GateKeeper Bypass exploit
2021-05-07 09:10:10 -05:00
dwelch-r7
bdf20d77db
Land #15149 , Ensure cookie jars are correctly duped
2021-05-07 14:51:40 +01:00
A Galway
6b61eed3cd
documention
2021-05-07 14:14:46 +01:00
A Galway
a22ebdf76d
cookie cleanup
2021-05-07 12:46:38 +01:00
Tim W
4192e175d2
fix osx-app exe attributes
2021-05-06 18:20:32 +01:00
Metasploit
08b282bc70
Bump version of framework to 6.0.44
2021-05-06 12:06:23 -05:00
Alan Foster
0be7452c28
Ensure cookie jars are correctly duped
2021-05-06 12:11:26 +01:00
dwelch-r7
73f4c8c632
error handling
2021-05-05 14:43:12 +01:00
Spencer McIntyre
92d981fff2
Land #15111 , Fix unreliable sessions -c output
...
Fixes #15097
2021-05-05 09:27:49 -04:00
Spencer McIntyre
00131a666c
Land #15096 , Add shell support for win checkvm
2021-05-04 17:32:05 -04:00
Spencer McIntyre
4f921e46f3
Filter before processing the output
2021-05-04 16:30:19 -04:00
Tim W
5f92746b7d
add Process.capture_output
2021-05-04 20:48:58 +01:00
pingport80
0abc1afc24
update has_pid? to use new get_processes
2021-05-05 00:45:30 +05:30
pingport80
57f5adf855
add slicing for meterpreter keys to make it work like shell sessions
2021-05-05 00:35:12 +05:30
Spencer McIntyre
50c013bcbb
Add a compat req and fix railgun mixin references
2021-05-04 09:29:23 -04:00
pingport80
cd04dac488
remove 'user' key from linux get_processes
2021-05-04 00:15:51 +05:30
pingport80
aa8cc9e100
add get_processes method for linux
2021-05-02 15:04:12 +05:30
pingport80
fd73b03239
add get_processes for windows in common.rb
2021-05-02 14:16:51 +05:30
Spencer McIntyre
1a2ac1a51d
Land #15116 , more flexible time parse
2021-04-30 09:25:46 -04:00
dwelch-r7
bccb3becc9
add namespacing
2021-04-30 14:24:56 +01:00
adfoster-r7
6c6d7699ed
Land #14831 , Add CookieJar support to http_client
2021-04-30 14:08:04 +01:00
dwelch-r7
a3a6c1b903
Land #15000 , remove which command in binary_exists? method
...
remove `which` command in binary_exists? method
2021-04-30 11:24:11 +01:00
Spencer McIntyre
fdf6f20e44
Remove the static command maps
...
I didn't know we had command name maps already defined when I wrote the
class that did it all dynamically. Since it's done though I think it
makes sense to keep the dynamic version to avoid repetition.
2021-04-29 16:26:55 -04:00
Metasploit
5637cd42a3
Bump version of framework to 6.0.43
2021-04-29 12:08:05 -05:00