mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
Merge pull request #1729 from sherlock-project/regexcheck
added regex check to Intigriti
This commit is contained in:
commit
cbad2ff44e
1 changed files with 1 additions and 0 deletions
|
@ -1114,6 +1114,7 @@
|
|||
},
|
||||
"Intigriti": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "[a-z0-9_]{1,25}",
|
||||
"request_method": "GET",
|
||||
"url": "https://app.intigriti.com/profile/{}",
|
||||
"urlMain": "https://app.intigriti.com",
|
||||
|
|
Loading…
Reference in a new issue