From a875408339f30f18b78bd63bc869bb3d37523fa9 Mon Sep 17 00:00:00 2001 From: Are Casilla Date: Sat, 16 Feb 2019 00:08:14 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 07e4177..5dff66a 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,8 @@ - cp Samba/source/bin/wmic /usr/local/bin/ ### How to Test it -- #Get system information -- #./wmic -U[user]%[password] //[host/ip] "[WMI Query]" +- **Get system information** - wmic -U administrator --password=very-secure-password //78.46.41.48 "SELECT * FROM Win32_OperatingSystem" -- Get list of running processes +- **Get list of running processes** - wmic -U administrator --password=very-secure-password //78.46.41.48 "select caption, name, parentprocessid, processid from win32_process"