From 2a84a6a0b30f9dcc107e6b65db957747812c7faf Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 10 Apr 2014 14:44:37 -0700 Subject: [PATCH] Updated How to make the output in plain text without the colors? (markdown) --- How-to-make-the-output-in-plain-text-without-the-colors?.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/How-to-make-the-output-in-plain-text-without-the-colors?.md b/How-to-make-the-output-in-plain-text-without-the-colors?.md index 48b30cc..109c417 100644 --- a/How-to-make-the-output-in-plain-text-without-the-colors?.md +++ b/How-to-make-the-output-in-plain-text-without-the-colors?.md @@ -1,5 +1,5 @@ Normally you get the WPScan output in some colours. -But if you want to remove the colour in the output text, you can use an extra Linux command. +You can use an extra Linux command if you want to remove the colours in the output text. 'Pipe' your terminal output through: ```sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"```