Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML or TXT reports do not have the same result #112

Open
kepon85 opened this issue Oct 21, 2024 · 1 comment
Open

HTML or TXT reports do not have the same result #112

kepon85 opened this issue Oct 21, 2024 · 1 comment

Comments

@kepon85
Copy link

kepon85 commented Oct 21, 2024

Hello,

The reports in HTML or TXT are very different. Files that are infected but ignored (because of auto-skip for example) are specified in the TXT report (which is a good thing) but are not specified in the HTML report. Can you help me understand why this difference in behavior? Is it a bug?

For my part I find it rather good that it is specified in the report that a file is infected even if it has not been quarantined (or other action) it is a report of what was found...

Request for txt report :

/opt/PHP-Antimalware-Scanner/scanner \"/var/www/clients/client3/web53/web\" -e --auto-skip --report --path-report /var/www/clients/client3/web53/private/report.txt --report-format txt

command final result :

                                    SUMMARY                                     
                                                                                

Files scanned: 15630
Files edited: 0
Files quarantined: 0
Files whitelisted: 0
Files ignored: 1

Malware detected: 1
Malware removed: 0

Files ignored:
/var/www/clients/client3/web53/web/test.php

Result : https://pastebin.zici.fr/?d47e27a7911d7fcc#9oUJuw7d9LYe5AAyAeyPJ7eSiRyUjFcay6DY8rpFg55C

Request for html report :

/opt/PHP-Antimalware-Scanner/scanner \"/var/www/clients/client3/web53/web\" -e --auto-skip --report --path-report /var/www/clients/client3/web53/private/report.txt --report-format html

command final result :

                                    SUMMARY                                     
                                                                                

Files scanned: 15630
Files edited: 0
Files quarantined: 0
Files whitelisted: 0
Files ignored: 1

Malware detected: 1
Malware removed: 0

Files ignored:
/var/www/clients/client3/web53/web/test.php

Result : https://pastebin.zici.fr/?23abcb9d8b7c5fb4#D86jRfKEGB8GiPDLjECA7AAnbaA7UVH9i5DYF35dZXas

Sélection_011

Thank's,
David

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@kepon85 and others