scr34m / php-malware-scanner

Scans PHP files for malwares and known threats
GNU General Public License v3.0
556 stars 96 forks source link

output get undefined character #74

Closed adityadees closed 2 years ago

adityadees commented 2 years ago

hello when I print output on file this will be like this

adityadees commented 2 years ago

# ER d7634694db49cc04bdd172483fb5baac

as you can see undefined character like square if on notepad this should be question mark inside the box

note : I cannot upload the image, I don't know why but I think the github error maybe?

scr34m commented 2 years ago

These characters are escape chatacters to make output colored.

Maybe an option would be nice to disable colors.