Skip to content

Added support for IRTags and the removal of known injections

michael.beasley@hostdime.com requested to merge master into master

This commit provides support for identifying and removing known injections within files. It is integrated with ShellScannerPatterns using the new IRTag.

New functions created: remove_injection

Functions modified: file_scan - added a section to identify IRTags and call remove_injection parse_args - added a new option to remove injections main - added support for storing tags

Merge request reports