Updated How to output in plain text without the colours? (markdown)

Peter
2014-04-17 01:22:03 -07:00
parent 9260b75fe5
commit 98aa32ad7e

@@ -1,5 +1,5 @@
Normally you get the WPScan output in some colours. Normally you get the WPScan output in some colors.
You can use an extra Linux command if you want to remove the colours in the output text. You can use an extra Linux command if you want to remove the colors in the output text.
'Pipe' your terminal output through: 'Pipe' your terminal output through:
```sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"``` ```sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[m|K]//g"```