Skip to content

Commit

Permalink
feat: UPS tracking numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
P403n1x87 committed Nov 7, 2021
1 parent 6162ace commit 45d37fe
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pywhat/Data/regex.json
Expand Up @@ -1309,6 +1309,28 @@
]
}
},
{
"Name": "United States Postal Service (UPS) Tracking Number",
"Regex": "^(1Z[0-9A-Z]{6}[0-9]{2}[0-9]{8})$",
"plural_name": false,
"Description": null,
"Rarity": 0.5,
"URL": "https://www.ups.com/track?tracknum=",
"Tags": [
"Tracking",
"Bug Bounty",
"Identifiers",
"Mailing"
],
"Examples": {
"Valid": [
"1Z123ABC0012345678",
"1Z9999999999999999",
"1Z999AA10123456784"
],
"Invalid": []
}
},
{
"Name": "Google Cloud Platform API Key",
"Regex": "(?i)^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$",
Expand Down

0 comments on commit 45d37fe

Please sign in to comment.