From 382bc3210ab4bae6b5cd3b4a0ffef9b78199fb46 Mon Sep 17 00:00:00 2001 From: vatsalgargg Date: Thu, 12 Mar 2026 23:14:40 +0530 Subject: [PATCH] fix: bypass LinkedIn WAF with standard browser headers --- sherlock_project/resources/data.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 4585770be..47c39438d 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1471,8 +1471,13 @@ "urlMain": "https://lichess.org", "username_claimed": "john" }, - "LinkedIn": { + "LinkedIn": { "errorType": "status_code", + "headers": { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36", + "Accept-Language": "en-US,en;q=0.9", + "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" + }, "regexCheck": "^[a-zA-Z0-9]{3,100}$", "request_method": "GET", "url": "https://linkedin.com/in/{}",