-
Notifications
You must be signed in to change notification settings - Fork 29
/
regex.txt
77 lines (77 loc) · 1.41 KB
/
regex.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
"\\A.*_rsa\\z"
"\\A.*_dsa\\z"
"\\A.*_ed25519\\z"
"\\A.*_ecdsa\\z"
"\\.?ssh/config\\z"
"pem"
"\\Akey(pair)?\\z"
"pkcs12"
"pfx"
"p12"
"asc"
"otr.private_key"
"\\A\\.?(bash_|zsh_|z)?history\\z"
"\\A\\.?mysql_history\\z"
"\\A\\.?psql_history\\z"
"\\A\\.?pgpass\\z"
"\\A\\.?irb_history\\z"
"\\.?purple\\/accounts\\.xml\\z"
"\\.?xchat2?\\/servlist_?\\.conf\\z"
"\\.?irssi\\/config\\z"
"\\.?recon-ng\\/keys\\.db\\z"
"\\A\\.?dbeaver-data-sources.xml\\z"
"\\A\\.?muttrc\\z"
"\\A\\.?s3cfg\\z"
"\\.?aws/credentials\\z"
"\\A\\.?trc\\z"
"ovpn"
"\\A\\.?gitrobrc\\z"
"\\A\\.?(bash|zsh)rc\\z"
"\\A\\.?(bash_|zsh_)?profile\\z"
"\\A\\.?(bash_|zsh_)?aliases\\z"
"secret_token.rb"
"omniauth.rb"
"carrierwave.rb"
"schema.rb"
"database.yml"
"settings.py"
"\\A(.*)?config(\\.inc)?\\.php\\z"
"kdb"
"agilekeychain"
"keychain"
"\\Akey(store|ring)\\z"
"log"
"pcap"
"\\Asql(dump)?\\z"
"gnucash"
"backup"
"dump"
"password"
"credential"
"secret"
"private.*key"
"jenkins.plugins.publish_over_ssh.BapSshPublisherPlugin.xml"
"credentials.xml"
"\\A\\.?htpasswd\\z"
"\\A(\\.|_)?netrc\\z"
"kwallet"
"LocalSettings.php"
"tblk"
"\\.?gem/credentials\\z"
"\\A*\\.pubxml(\\.user)?\\z"
"Favorites.plist"
"configuration.user.xpl"
"dayone"
"journal.txt"
"\\A\\.?tugboat\\z"
"\\A\\.?git-credentials\\z"
"\\A\\.?gitconfig\\z"
"knife.rb"
"\\.?chef/(.*)\\.pem\\z"
"proftpdpasswd"
"robomongo.json"
"filezilla.xml"
"recentservers.xml"
"ventrilo_srv.ini"
"\\A\\.?dockercfg\\z"
"\\A\\.?npmrc\\z"