OWASP / vbscan

OWASP VBScan is a Black Box vBulletin Vulnerability Scanner
https://www.owasp.org/index.php/OWASP_VBScan_Project
GNU General Public License v3.0
323 stars 119 forks source link

Needs proper output flag instead of redirection #4

Closed vxbinaca closed 9 years ago

vxbinaca commented 9 years ago

See title. Color information is messing up output redirected 'log files'.

Nice work! Very interesting script. I hope you'll keep this up to date.

rezasp commented 9 years ago

Can u explain more about this issue

vxbinaca commented 9 years ago

[+] Checking for html tags status [31m[++] html tag is Disable :( [34m [+] Checking c99 xml shell in admincp/subscriptions.php [31m[++] c99 xml shell is Not Found:( [34m

Term::ANSIcolor is spitting color codes ("[31m" etc etc) into the report file. Piping it through "strings" alleviates some of the problem (ASCII color codes and anything not human readable) but I'm still left with that stuff in there. It renders nice in terminal, but when I go to read it in nano or gedit i run into it,

rezasp commented 9 years ago

Thanks for report i will add standard report in new version.