Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/multi/gather/minio_client.md
Views: 11789
Vulnerable Application
MinIO Client The MinIO Client mc command line tool provides a modern alternative to UNIX commands like ls, cat, cp, mirror, and diff with support for both filesystems and Amazon S3-compatible cloud storage services. Its credential file is saved in the user's home directory in plaintext json.
Installation Steps
Download the latest installer of MinIO Client (https://dl.min.io/client/mc/release/).
Run
mc alias set myminio https://play.min.io minioadmin minioadmin
.Run
mc admin info myminio
,check for working.
Verification Steps
Get a
meterpreter
session on a Windows host.Do:
run post/multi/gather/minio_client
If the configuration file is found in the system, it will be printed out
Options
CONFIG_PATH
Specifies the config file path for MinIO Client (eg. C:\Users\FireEye\mc\config.json
)