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

Peter
2014-05-06 00:35:42 -07:00
parent ab5258373f
commit e4f096e2f9

@@ -9,4 +9,4 @@ 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.