added regexCheck and urlProbe

pull/1757/head
Siddharth Dushantha 1 year ago
parent 0319978b0c
commit c0271e4a8b

@ -2063,9 +2063,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