From 9365b5d4f601d0bd08955ef161bda288e2b42adc Mon Sep 17 00:00:00 2001 From: ViRuS007 Date: Thu, 22 Jun 2017 13:46:06 +0430 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bed5142..a7cd9e3 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ C++/Qt and Ruby #### Ruby Payload ```bash -/info => To Get ip and system info. -/screenShot => Get ScreenShot of system. -/down_pic => Download pictures from target system. +Command : + /info => To Get ip and system info. + /screenShot => Get ScreenShot of system. + /down_pic => Download pictures from target system. Run shell command! ``` @@ -19,10 +20,13 @@ Run shell command! #### C++/Qt Payload ```bash -/info => To Get ip and system info. -/screenShot => Get ScreenShot of system. -/down_pic => Download pictures from target system. -/down_doc => Download Document from target system. +Command : + /info => To Get ip and system info. + /screenShot => Get ScreenShot of system. + /down_pic => Download pictures from target system. + /down_doc => Download Document from target system. + /down_vid => Download Video from target system. + /down_audio => Download Audio from target system. Run shell command! ```