Merge pull request #1735 from sherlock-project/update-tryhackme

added regexCheck and urlProbe
pull/1746/head
Siddharth Dushantha 1 year ago committed by GitHub
commit 34a899b05f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2064,9 +2064,12 @@
"username_claimed": "blue" "username_claimed": "blue"
}, },
"TryHackMe": { "TryHackMe": {
"errorType": "status_code", "regexCheck": "^[a-zA-Z0-9.]{1,16}$",
"errorType": "message",
"errorMsg": "{\"success\":false}",
"url": "https://tryhackme.com/p/{}", "url": "https://tryhackme.com/p/{}",
"urlMain": "https://tryhackme.com/", "urlMain": "https://tryhackme.com/",
"urlProbe": "https://tryhackme.com/api/user/exist/{}",
"username_claimed": "ashu" "username_claimed": "ashu"
}, },
"Tuna": { "Tuna": {

Loading…
Cancel
Save