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

Removing ScanBITS references #308

Merged
merged 1 commit into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions configs/python/backend/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ scanners:
- 'application/x-bzip2'
- 'bzip2_file'
priority: 5
'ScanBITS':
- positive:
flavors:
- 'bits_file'
priority: 5
# 'ScanCapa':
# - positive:
# flavors:
Expand Down
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,6 @@ The table below describes each scanner and its options. Each scanner has the hid
| ScanAntiword | Extracts text from MS Word documents | `tempfile_directory` -- location where tempfile writes temporary files (defaults to `/tmp/`) |
| ScanBatch | Collects metadata from batch script files | N/A |
| ScanBase64 | Decodes base64-encoded files | N/A | [Nathan Icart](https://github.com/nateicart)
| ScanBITS | Analyzes Windows BITS scheduler database files | N/A |
| ScanBzip2 | Decompresses bzip2 files | N/A |
| ScanCapa | Analyzes executable files with FireEye [capa](https://github.com/fireeye/capa) | `tempfile_directory` -- location where `tempfile` will write temporary files (defaults to `/tmp/`)<br>`location_rules` -- location of the capa rules file or directory (defaults to `/etc/capa/rules/`)<br>`location_signatures` -- location of the capa signature file or directory (defaults to `/etc/capa/signatures/`) |
| ScanCcn | Flags files containing credit card formatted numbers | N/A | [Ryan O'Horo](https://github.com/ryanohoro) |
Expand Down
58 changes: 0 additions & 58 deletions src/python/strelka/cstructs/bits/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion src/python/strelka/cstructs/bits/__init__.py

This file was deleted.

Loading