From 98aa32ad7e4de86280631e72ab76e1fa12c6401c Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 17 Apr 2014 01:22:03 -0700 Subject: [PATCH] Updated How to output in plain text without the colours? (markdown) --- ...?.md => How-to-output-in-plain-text-without-the-colors?.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename How-to-output-in-plain-text-without-the-colours?.md => How-to-output-in-plain-text-without-the-colors?.md (81%) diff --git a/How-to-output-in-plain-text-without-the-colours?.md b/How-to-output-in-plain-text-without-the-colors?.md similarity index 81% rename from How-to-output-in-plain-text-without-the-colours?.md rename to How-to-output-in-plain-text-without-the-colors?.md index 109c417..1502d17 100644 --- a/How-to-output-in-plain-text-without-the-colours?.md +++ b/How-to-output-in-plain-text-without-the-colors?.md @@ -1,5 +1,5 @@ -Normally you get the WPScan output in some colours. -You can use an extra Linux command if you want to remove the colours in the output text. +Normally you get the WPScan output in some colors. +You can use an extra Linux command if you want to remove the colors in the output text. 'Pipe' your terminal output through: ```sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"```