Skip to content

Commit

Permalink
Merge pull request #225 from nodtem66/main
Browse files Browse the repository at this point in the history
  • Loading branch information
piatrashkakanstantinass committed Nov 10, 2021
2 parents 559a89c + 6f7f891 commit 69da611
Showing 1 changed file with 44 additions and 15 deletions.
59 changes: 44 additions & 15 deletions pywhat/Data/regex.json
Expand Up @@ -424,21 +424,6 @@
"Invalid": []
}
},
{
"Name": "Facebook Access Token",
"Regex": "^(EAACEdEose0cBA[0-9A-Za-z]{512})$",
"plural_name": false,
"Description": null,
"Exploit": null,
"Rarity": 1,
"URL": "https://developers.facebook.com/tools/debug/accesstoken/?access_token=",
"Tags": [
"API Keys",
"Bug Bounty",
"Credentials",
"Facebook"
]
},
{
"Name": "Facebook Secret Key",
"Regex": "(?i)^((facebook|fb)(.{0,20})?['\\\"][0-9a-f]{32}['\\\"])$",
Expand Down Expand Up @@ -2367,6 +2352,28 @@
"Invalid": []
}
},
{
"Name": "Facebook App Token",
"Regex": "^([0-9]{6,}\\|[A-Za-z0-9\\-]{24,})$",
"plural_name": false,
"Description": null,
"Exploit": null,
"Rarity": 0.3,
"URL": "https://developers.facebook.com/tools/debug/accesstoken/?access_token=",
"Tags": [
"API Keys",
"Bug Bounty",
"Credentials",
"Facebook"
],
"Examples": {
"Valid": [
"1201566843289141|401fec62f46bc340d4c0e7e75132f731",
"1201566843289141|WG1OAKQ-dY0lSj5NKyA6uFkvF7w"
],
"Invalid": []
}
},
{
"Name": "JSON Web Token (JWT)",
"Regex": "(?i)^((?=.*[a-z])(?=.*[0-9])(?:[a-z0-9_=]+\\.){2}(?:[a-z0-9_\\-\\+\\/=]*))$",
Expand Down Expand Up @@ -2471,6 +2478,28 @@
"Invalid": []
}
},
{
"Name": "Facebook Access Token",
"Regex": "^(EA[0-9A-Za-z]{190,})$",
"plural_name": false,
"Description": null,
"Exploit": null,
"Rarity": 0.2,
"URL": "https://developers.facebook.com/tools/debug/accesstoken/?access_token=",
"Tags": [
"API Keys",
"Bug Bounty",
"Credentials",
"Facebook"
],
"Examples": {
"Valid": [
"EAARE0ZATePjUBAFxfm2L2aWdtNXOSscOnMYktEPYJuOSrteSQZCh9VWVVKnhSSYNumEnju6XItaRhija3pA7LFPHquTbi4IDZC8k9EMByeQ4NJzCFsc40FMIQIgvnCTOK5qt6xBZCUMf7S95X6nnqCUVw2iS0DRDbqttxauxIDgBRYJ7zZABXe9V0CY872DUl3BfyINIYfCXmRZC8loACc",
"EAARE0ZATePjUBAHVHoVVbRc9N0u2lNC5eJab59qwD9mG5ZCRgcg3qlbPZC07EkP65Ji3BnPzPKZBMqN7WyOfJ8Riky4RD66aSqX8U0d14EWwHx94rZCtM6qfULiXOrqWKiG2KLyJJnRzAus3ubodKUwTuZCBcPmcGJcvq5Krfk8xgLQVZBoFLGLJs5wT4SlBxiWAdytlggqzQZDZD"
],
"Invalid": []
}
},
{
"Name": "ObjectID",
"Regex": "^([0-9a-fA-F]{24})$",
Expand Down

0 comments on commit 69da611

Please sign in to comment.