Skip to content

Commit

Permalink
Merge pull request #442 from ryanohoro/rarpw
Browse files Browse the repository at this point in the history
Port ScanZip improvements to ScanRar, Fix Password Cracking, Port Password Caching to ScanZip
  • Loading branch information
phutelmyer authored Mar 11, 2024
2 parents 227f7b6 + ca28508 commit 7f71bcb
Show file tree
Hide file tree
Showing 16 changed files with 1,454 additions and 163 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/psf/black
rev: "22.6.0"
rev: "24.2.0"
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -17,16 +17,16 @@ repos:
args:
- -b main
- repo: https://github.com/PyCQA/flake8
rev: "4.0.1"
rev: "7.0.0"
hooks:
- id: flake8
- repo: https://github.com/PyCQA/isort
rev: "5.11.5"
rev: "5.13.2"
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
# - repo: https://github.com/pre-commit/mirrors-mypy
# rev: v0.961
# rev: "1.9.0"
# hooks:
# - id: mypy
# additional_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions configs/python/backend/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,11 @@ scanners:
priority: 5
options:
limit: 1000
limit_metadata: True
size_limit: 250000000
crack_pws: False
log_pws: True
password_file: '/etc/strelka/passwords.dat'
'ScanRpm':
- positive:
flavors:
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 7f71bcb

Please sign in to comment.