Merge pull request #1729 from sherlock-project/regexcheck

added regex check to Intigriti
pull/1731/head
Siddharth Dushantha 2 years ago committed by GitHub
commit cbad2ff44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1114,6 +1114,7 @@
}, },
"Intigriti": { "Intigriti": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "[a-z0-9_]{1,25}",
"request_method": "GET", "request_method": "GET",
"url": "https://app.intigriti.com/profile/{}", "url": "https://app.intigriti.com/profile/{}",
"urlMain": "https://app.intigriti.com", "urlMain": "https://app.intigriti.com",

Loading…
Cancel
Save