h00die
610d4d86d2
initial vyos implementation
2020-09-20 19:48:20 -04:00
Christophe De La Fuente
e11840c2a5
land #14031 , F5 processor
2020-09-14 18:38:58 +02:00
h00die
daa10ea735
enhance user data parsing
2020-09-12 10:07:23 -04:00
bwatters
f248f20b9e
Land #13942 , Add module for CVE-2020-9934
...
Merge branch 'land-13942' into upstream-master
2020-09-11 14:58:50 -05:00
Tim W
93cdba483d
add documentation
2020-09-11 17:31:40 +08:00
Tim W
686ef94e37
fix mkdir
2020-09-09 15:36:31 +08:00
Tim W
c725a713af
more feedback from bcoles
2020-09-09 14:21:03 +08:00
Tim W
d447bbc3dc
feedback from bcoles
2020-09-09 13:27:11 +08:00
Tim W
42d70bb2a2
Add module for CVE-2020-9934
2020-09-09 13:27:11 +08:00
James Lee
a870b1df71
Fix user path on newer Windows
2020-09-05 10:43:41 -05:00
Arjun G
b2bd40ef03
Updated module description
...
Changed string description to call out the modified WMI query that now also pulls in the InstalledOn metadata for a given KB.
2020-09-02 11:33:50 -07:00
Arjun G
ca846fa8c1
Changing print statements to follow Ruby style
...
In response to PR feedback
2020-09-02 10:59:15 -07:00
Arjun G
fb4acd53b5
Include KB installation date in enum_patches
...
Currently, the output of this module only lists the KB packages installed on a Windows PC.
This change improves the module by also having it output when a given patch package was installed (this information can also be retrieved from the WMI query); this will provide insight into how regularly and reliably a PC (and by extension, environment) patches - for example, are they late in installing patches by months, when did they last patch etc.
2020-08-31 17:38:02 -07:00
h00die
26a83d5d5c
rubocop
2020-08-20 14:31:18 -04:00
h00die
c8a541c187
pre rubocop
2020-08-20 14:27:51 -04:00
h00die
3326d86db7
review comments
2020-08-20 10:26:13 -05:00
Brendan Coles
a765c1d994
post/osx/gather/enum_osx: Fix typos
2020-08-18 16:02:24 +00:00
Steve Baker
8eca964ced
Update path in osx_enum to fix keychain download
...
Looks like an anchoring "/" has always been missing for the keychain download in enum_osx to function.
2020-08-16 22:50:03 -05:00
bwatters
231ad83773
Land #13860,Mikrotik Processing
...
Merge branch 'land-13860' into upstream-master
2020-08-07 14:48:22 -05:00
Jeffrey Martin
35017886b8
Land #13935 , Preliminary Version 6
2020-08-06 10:19:34 -05:00
gwillcox-r7
63ca46bc0c
Land #13844 , Add Linux Container Enumeration Module
2020-08-06 08:46:17 -05:00
stealthcopter
2cb1eb9fb3
rubocop changes
2020-08-06 09:31:17 +01:00
gwillcox-r7
0e1ae86511
More RuboCop fixes...
2020-08-05 21:14:24 -05:00
gwillcox-r7
88e96bab22
Add in support so that if a command is specified, we store its results for the host in the loot.
2020-08-05 20:47:06 -05:00
gwillcox-r7
283aa6156c
Fix a small typo on my side
2020-08-05 20:26:11 -05:00
gwillcox-r7
822ad64c62
Given that the current code skips the command execution part if a command is not supplied, there is no need to supply a default command.
2020-08-05 20:18:10 -05:00
gwillcox-r7
96215a586d
Fix up code to appropriately handle cases where container_execute, list_running_containers_id, and list_containers might fail due to an invalid container type
2020-08-05 19:40:22 -05:00
gwillcox-r7
d27edb46d8
Add further corrections from review and update calls to count_containers so we properly print out the actual number of running containers and the number of total containers (logic was correct but order was backwards))
2020-08-05 18:59:24 -05:00
gwillcox-r7
f1b7627f44
Apply RuboCop updates to the module.
2020-08-05 18:01:14 -05:00
gwillcox-r7
9e7c353a2b
Reorder some logic, replace some print_good statements with print_error, and generally make code changes to ensure that we print out if a container system exists on a target, but if we don't have permissions to list what its running that we alert the user of this and print a properly highlighted message that informs them of this, without storing information into any loot files
2020-08-05 17:46:18 -05:00
gwillcox-r7
7989005a12
Update 'runnable' command so that it can enumerate if container software is installed on the host even if the user isn't the 'root' user.
2020-08-05 16:38:39 -05:00
h00die
0ca7581b67
disk write method success
2020-08-03 13:08:39 -04:00
h00die
2dc04709e7
less privs needed
2020-08-03 13:08:39 -04:00
h00die
dac3cbcbcd
more options, more optimizations
2020-08-03 13:08:39 -04:00
h00die
498a94a9c0
bloodhound cleanup
2020-08-03 13:08:39 -04:00
Jeffrey Martin
9aa26d1208
Merge upstream into 6.x
2020-08-03 11:43:47 -05:00
stealthcopter
ad80baa71e
Added loot and lxc table formatting
2020-07-30 16:52:41 +01:00
h00die
d366666418
add Mikrotik SwOS
2020-07-30 11:29:25 -04:00
stealthcopter
c2729841cc
Linted and added better message when no containers found
2020-07-25 12:29:37 +01:00
Ron Wills
2e84c6ea18
Used more appropriate api
2020-07-24 10:28:07 -06:00
Ron Wills
6592a0cc53
Clean up the temperary script with the clear text password in it
...
Removed the old unused clean up code
2020-07-24 10:16:52 -06:00
Ron Wills
6be25a00b6
Replaced file creation from shell script to the Msf::Post::File native API
...
Cleanup of the previous commit
2020-07-23 07:04:20 -06:00
Ron Wills
14d484aac0
Replaced file creation from shell script to the Msf::Post::File native API
2020-07-23 06:21:17 -06:00
Ron Wills
eff9c9b914
Fixed shell script creation with passwords with special characters
2020-07-22 20:09:15 -06:00
h00die
5706e901d4
review comments
2020-07-19 11:42:31 -04:00
h00die
eaf7161cae
mikrotik
2020-07-18 07:45:24 -04:00
stealthcopter
f3a3357cd7
Review changes and added optional CMD arg
2020-07-18 12:11:35 +01:00
gwillcox-r7
8cfcfe36aa
Land #13750 , Centralize Cisco, Juniper, Brocade and Ubuiquiti auxiliary modules under networking directory
2020-07-16 10:16:52 -05:00
gwillcox-r7
09983771c8
Fix up a statment so instead of having an if followed by an else, we use elsif instead inside enum_juniper.rb
2020-07-16 10:10:11 -05:00
h00die
8133933d5a
more rubocop
2020-07-16 05:43:52 -04:00