Skip to content

Commit 2a2fa7d

Browse files
committed
Update regexes.py
Fixed typo.
1 parent 783d0a8 commit 2a2fa7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/regexes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'google_api': re.compile(r'\W(AIza.{35})'),
1212
'honeypot': re.compile(r'<dionaea\.capture>', re.I),
1313
'pgp_private': re.compile(r'BEGIN PGP PRIVATE', re.I),
14-
'ssh_private': re.compile(r'BEGIN RSA PRIVATE'. re.I),
14+
'ssh_private': re.compile(r'BEGIN RSA PRIVATE', re.I),
1515
'db_keywords': [
1616
re.compile(
1717
r'((customers?|email|users?|members?|acc(?:oun)?ts?)([-_|/\s]?(address|name|id[^")a-zA-Z0-9_]|[-_:|/\\])))', re.I),

0 commit comments

Comments
 (0)