forked from mirrors/kingfisher
Merge pull request #196 from bored-engineer/patch-5
fix(aws): improve kingfisher.aws.6 regex
This commit is contained in:
commit
89cf63dda4
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ rules:
|
|||
pattern: |
|
||||
(?x)
|
||||
(
|
||||
ABSKQmVkcm9ja0FQSUtleS[A-Za-z0-9+/=]{110}
|
||||
ABSKQmVkcm9ja0FQSUtleS[A-Za-z0-9+/]{91,121}={0,2}
|
||||
)
|
||||
min_entropy: 3.0
|
||||
confidence: medium
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue