Skip to content

Commit

Permalink
Merge pull request sherlock-project#1735 from sherlock-project/update…
Browse files Browse the repository at this point in the history
…-tryhackme

added regexCheck and urlProbe
  • Loading branch information
sdushantha committed Mar 13, 2023
2 parents b394769 + c0271e4 commit 34a899b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,9 +2064,12 @@
"username_claimed": "blue"
},
"TryHackMe": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z0-9.]{1,16}$",
"errorType": "message",
"errorMsg": "{\"success\":false}",
"url": "https://tryhackme.com/p/{}",
"urlMain": "https://tryhackme.com/",
"urlProbe": "https://tryhackme.com/api/user/exist/{}",
"username_claimed": "ashu"
},
"Tuna": {
Expand Down

0 comments on commit 34a899b

Please sign in to comment.