You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using yara rules, the excavate module doesn't generate a unique matching description which causes additional matches on different sites to be suppressed.
Expected behavior
Every unique yara rule match should emit a FINDING
[DBUG] _scan_ingress: Not forwarding FINDING("{'description': 'Custom Yara Rule [find_string] Matched via identifier [str1]', ...", module=excavate, tags=set()) because event was already emitted by its module
The text was updated successfully, but these errors were encountered:
Describe the bug
When using yara rules, the excavate module doesn't generate a unique matching description which causes additional matches on different sites to be suppressed.
Expected behavior
Every unique yara rule match should emit a FINDING
BBOT Command
Example:
bbot -m httpx -t example.com -cy yararule.txt
OS, BBOT Installation Method + Version
OS: Arch Linux, Installation method: pip, BBOT version: dev
Example Output
Debug Message
The text was updated successfully, but these errors were encountered: