Skip to content

Commit

Permalink
Merge pull request #334 from target/encrypted_zip_password_file
Browse files Browse the repository at this point in the history
Adding Passwords File to Additional Scanners
  • Loading branch information
phutelmyer authored Feb 22, 2023
2 parents 4193ad4 + 8a85ef6 commit f5816b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configs/python/backend/backend.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2023-02-13-release
version: 2023-02-21-release
logging_cfg: '/etc/strelka/logging.yaml'
limits:
max_files: 5000
Expand Down Expand Up @@ -124,6 +124,7 @@ scanners:
max_length: 5
scanner_timeout: 150
log_pws: True
password_file: "/etc/strelka/passwords.dat"
# brute_force: True
'ScanEncryptedZip':
- positive:
Expand All @@ -134,6 +135,7 @@ scanners:
max_length: 5
scanner_timeout: 150
log_pws: True
password_file: '/etc/strelka/passwords.dat'
# brute_force: True
'ScanEntropy':
- positive:
Expand Down

0 comments on commit f5816b9

Please sign in to comment.