Skip to content

Commit

Permalink
Update regexes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dxa4481 committed May 18, 2019
1 parent ca7b0cf commit a73e8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffleHogRegexes/regexes.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"Square Access Token": "sq0atp-[0-9A-Za-z\\-_]{22}",
"Square OAuth Secret": "sq0csp-[0-9A-Za-z\\-_]{43}",
"Twilio API Key": "SK[0-9a-fA-F]{32}",
"Twitter Access Token": "[1-9][0-9]+-[0-9a-zA-Z]{40}",
"Twitter Access Token": "[t|T][w|W][i|I][t|T][t|T][e|E][r|R].*[1-9][0-9]+-[0-9a-zA-Z]{40}",
"Twitter OAuth": "[t|T][w|W][i|I][t|T][t|T][e|E][r|R].*['|\"][0-9a-zA-Z]{35,44}['|\"]"
}

0 comments on commit a73e8d3

Please sign in to comment.