From dfbdf8e6d67db2cc7a78d03be3f622df06731277 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Garc=C3=ADa?= Date: Mon, 27 May 2024 15:15:52 +0200 Subject: [PATCH 1/3] Update links to passive fingerprint layers --- Pages/5.Antibot/Passivefingerprint.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Pages/5.Antibot/Passivefingerprint.md b/Pages/5.Antibot/Passivefingerprint.md index 72aca44..8ee7f4d 100644 --- a/Pages/5.Antibot/Passivefingerprint.md +++ b/Pages/5.Antibot/Passivefingerprint.md @@ -5,13 +5,13 @@ Passive fingerprinting refers to the passive collection of attributes from a net The difference between passive fingerprinting and active fingerprinting is that active fingerprinting sends data to "query" the client connecting while passive does not. There are several layers of attributes that can be checked and for each one, there's a different technique: -- [TCP/IP Fingerprint](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/TcpFingerprint.md) -- [TLS fingerprint](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/TLSFingerprint.md) -- [HTTP Fingerprint](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/HttpFingerprint.md) +- [TCP/IP Fingerprint](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/TcpFingerprint.md) +- [TLS fingerprint](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/TLSFingerprint.md) +- [HTTP Fingerprint](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/HttpFingerprint.md) ## Possible solutions Generally speaking, the passive fingerprinting techniques block the configuration "outliers", so using a plausible and real world setting in the scraper is the best way to avoid blocks. ### Reference and interesting links -[Akamai Whitepaper on passive fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/Akamai_WP_Passive_Fingerprinting.pdf) +[Akamai Whitepaper on passive fingerprinting](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/Akamai_WP_Passive_Fingerprinting.pdf) From f498228073fec68d1aadc01040d048cdbf855eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Garc=C3=ADa?= Date: Mon, 27 May 2024 15:21:30 +0200 Subject: [PATCH 2/3] Update Browserfingerprint links --- Pages/5.Antibot/Browserfingerprint.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pages/5.Antibot/Browserfingerprint.md b/Pages/5.Antibot/Browserfingerprint.md index b1b7b08..05f18cf 100644 --- a/Pages/5.Antibot/Browserfingerprint.md +++ b/Pages/5.Antibot/Browserfingerprint.md @@ -3,9 +3,9 @@ ## What is Browser Fingerprinting? Browser fingerprinting is a powerful method that websites use to collect information about your browser type and version, as well as your operating system, active plugins, time zone, language, screen resolution and various other active settings. Like other fingerprinting techniques, these datapoints are matched inside a database of known profiles to see if the visitor is a real person or an automated program. To get these all these details, some of the techniques used are: -- [Canvas Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/Canvasfingerprint.md) -- [WebGL Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/Webglfingerprint.md) -- [Device Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/Antibot/Devicefingerprint.md) +- [Canvas Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/5.Antibot/Canvasfingerprint.md) +- [WebGL Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/5.Antibot/Webglfingerprint.md) +- [Device Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/5.Antibot/Devicefingerprint.md) ### Reference and interesting links [Browser Fingerprint Intro](https://www.avast.com/c-what-is-browser-fingerprinting) From 372d9831981f6598ffd5c9da3b1909d81ba404e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Garc=C3=ADa?= Date: Mon, 27 May 2024 15:25:33 +0200 Subject: [PATCH 3/3] Update Browserfingerprint links --- Pages/5.Antibot/Browserfingerprint.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pages/5.Antibot/Browserfingerprint.md b/Pages/5.Antibot/Browserfingerprint.md index 05f18cf..e82f297 100644 --- a/Pages/5.Antibot/Browserfingerprint.md +++ b/Pages/5.Antibot/Browserfingerprint.md @@ -3,9 +3,9 @@ ## What is Browser Fingerprinting? Browser fingerprinting is a powerful method that websites use to collect information about your browser type and version, as well as your operating system, active plugins, time zone, language, screen resolution and various other active settings. Like other fingerprinting techniques, these datapoints are matched inside a database of known profiles to see if the visitor is a real person or an automated program. To get these all these details, some of the techniques used are: -- [Canvas Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/5.Antibot/Canvasfingerprint.md) -- [WebGL Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/5.Antibot/Webglfingerprint.md) -- [Device Fingerprinting](https://github.com/reanalytics-databoutique/webscraping-open-doc/blob/main/Pages/5.Antibot/Devicefingerprint.md) +- [Canvas Fingerprinting](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/Canvasfingerprint.md) +- [WebGL Fingerprinting](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/Webglfingerprint.md) +- [Device Fingerprinting](https://github.com/TheWebScrapingClub/webscraping-from-0-to-hero/blob/main/Pages/5.Antibot/Devicefingerprint.md) ### Reference and interesting links [Browser Fingerprint Intro](https://www.avast.com/c-what-is-browser-fingerprinting)