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

Peter
2014-04-10 14:44:37 -07:00
parent 1a6e4da3b9
commit 2a84a6a0b3

@@ -1,5 +1,5 @@
Normally you get the WPScan output in some colours. 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: '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"```