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
Jeffrey Martin
65039a5091
Merge upstream into 6.x
2020-07-15 09:58:07 -05:00
stealthcopter
240f0be850
Updated author
2020-07-13 11:39:30 +01:00
stealthcopter
956e01e428
Added enum containers module
2020-07-13 11:22:16 +01:00
Shelby Pace
8627cb2c35
Land #13626 , checkvm post module cleanup
2020-07-10 13:31:03 -05:00
Brendan Coles
00d0d2cf15
Use service_exists? method
2020-07-10 18:10:26 +00:00
Brendan Coles
4622fecf73
Use helper method to retrieve services and processes
2020-06-25 12:39:22 +00:00
Adam Galway
1a2bf98222
creates standard elog & updates exisiting usages
2020-06-22 12:48:39 +01:00
h00die
5e19a767f7
post to networking and rubocop done
2020-06-21 16:36:16 -04:00
Spencer McIntyre
7fe191a43c
Land #13529 , Remove the old Mimikatz extension
2020-06-16 10:36:23 -04:00
Brendan Coles
e95d6b5b7e
post/windows/gather/checkvm: cleanup, increase efficiency, fix style
...
Ensure `registry_enumkeys('HKLM\SYSTEM\ControlSet001\Services')` and
`session.sys.process.get_processes` are called only once.
Update style in line with Rubocop rules
2020-06-13 22:47:22 +00:00
bwatters-r7
39e63689a5
Land #13525 , Gather xshell and xftp passwords
...
Merge branch 'land-13525' into upstream-master
2020-06-10 07:45:02 -05:00
bwatters-r7
19050012fe
Land #13306 , enum_xchat updates and upgrades
...
Merge branch 'land-13306' into upstream-master
2020-06-05 18:27:06 -05:00
dwelch-r7
b0bec9c3aa
Land #13540 , Replace OptString with OptPort for RPORT
2020-06-04 13:01:22 +01:00
cn-kali-team
dc2e68631a
Simplify code
2020-06-03 20:22:50 +08:00
cn-kali-team
4deba1994e
add status
2020-05-30 16:57:29 +08:00
alanfoster
0c9b6e1721
Add controls to screen capture module
2020-05-30 04:14:16 +01:00
cn-kali-team
1b796aa50b
OptString to OptPort
2020-05-30 10:27:48 +08:00
cn-kali-team
f87594baf1
add email
2020-05-29 01:16:56 +08:00