diff --git a/How-to-output-in-plain-text-without-the-colors?.md b/How-to-output-in-plain-text-without-the-colors?.md index d0dddbf..70a08ff 100644 --- a/How-to-output-in-plain-text-without-the-colors?.md +++ b/How-to-output-in-plain-text-without-the-colors?.md @@ -1,12 +1 @@ -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"``` - -This command removes the so called: 'Terminal Escape Sequence codes' - -Example: -```./wpscan.rb --url www.example.com | sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"``` - -You can also use the --no-color switch. \ No newline at end of file +Since WPScan v3, use the ```--format cli-no-colour``` \ No newline at end of file