From aba72ea276c8146510bd296231e82489f8ce1410 Mon Sep 17 00:00:00 2001 From: pkb1s Date: Sun, 28 Oct 2018 18:35:20 +0000 Subject: [PATCH] Added example output to documentation --- .../scanner/misc/ibm_mq_channel_brute.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/modules/auxiliary/scanner/misc/ibm_mq_channel_brute.md b/documentation/modules/auxiliary/scanner/misc/ibm_mq_channel_brute.md index a1cbd31ba8..d4b04ddc07 100644 --- a/documentation/modules/auxiliary/scanner/misc/ibm_mq_channel_brute.md +++ b/documentation/modules/auxiliary/scanner/misc/ibm_mq_channel_brute.md @@ -20,6 +20,21 @@ 5. Do: ```set rhosts ``` 6. Do: ```set rport ``` 7. Do: ```run``` + + Example output: + ``` + msf auxiliary(scanner/misc/ibm_mq_channel_brute) > run + +[*] 10.1.1.144:1414 - Found channel: TEST.CHANNEL, IsEncrypted: False, IsMQI: True +[*] 10.1.1.144:1414 - Found channel: SYSTEM.ADMIN.SVRCONN, IsEncrypted: False, IsMQI: True + +[+] 10.1.1.144:1414 - Channels found: ["TEST.CHANNEL", "SYSTEM.ADMIN.SVRCONN"] +[+] 10.1.1.144:1414 - Unencrypted MQI Channels found: ["TEST.CHANNEL", "SYSTEM.ADMIN.SVRCONN"] + +[*] Scanned 1 of 1 hosts (100% complete) +[*] Auxiliary module execution completed + + ``` ## Options