marcocesarato / PHP-Antimalware-Scanner

AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
https://marcocesarato.github.io/PHP-Antimalware-Scanner/
GNU General Public License v3.0
643 stars 108 forks source link

Doc options -f and -s its identical? #114

Open kepon85 opened 3 weeks ago

kepon85 commented 3 weeks ago

Hello

https://github.com/marcocesarato/PHP-Antimalware-Scanner/blob/ac5c5d016fb5da05509e0c9c912c9a032b4f1a97/docs/docs/options.md?plain=1#L57

--only-exploits|-e                             - Check only exploits and not the functions
--only-functions|-f                            - Check only functions and not the exploits
--only-signatures|-s                           - Check only functions and not the exploits.
                                                 This is recommended for WordPress or others platforms

-f and -s seems to do the same thing according to the --help it seems surprising to me... is it an error?

Can we combine the options -f -e for example?

Thank's David