Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ntexe committed Sep 5, 2024
1 parent f7075e1 commit 277d198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@
},
"Exposure": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9-]{1,63}$",
"url": "https://{}.exposure.co/",
"urlMain": "https://exposure.co/",
"username_claimed": "jonasjacobsson"
Expand Down Expand Up @@ -1880,6 +1881,7 @@
},
"SmugMug": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z]{1,35}$",
"url": "https://{}.smugmug.com",
"urlMain": "https://smugmug.com",
"username_claimed": "winchester"
Expand Down Expand Up @@ -2261,6 +2263,7 @@
},
"Weebly": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9-]{1,63}$",
"url": "https://{}.weebly.com/",
"urlMain": "https://weebly.com/",
"username_claimed": "blue"
Expand Down

0 comments on commit 277d198

Please sign in to comment.