Updated SERP (markdown)

Namhyeon Go 2024-10-08 16:24:43 +09:00
parent 960061056e
commit 120655f064

@ -12,7 +12,7 @@ This page provides guidance on the necessary procedures for those who wish to ut
This project can support SERP implementation in Chromium-based browsers using the [Chrome DevTools Protocol](https://chromedevtools.github.io/devtools-protocol/). The test file ([testloader.js](https://github.com/gnh1201/welsonjs/blob/master/testloader.js)) includes examples of such implementations.
#### 2. Use `lib/http.js` with Packet Reconstruction (Packet Replay)
A SERP method that involves reconstructing and transmitting packets (which looks similar to a replay) after analysis using network analysis tools is often observed. For example, in situations where a large amount of data needs to be labeled, this method is commonly used to avoid detection when automating searches, especially when there is a need to search for a lot of information through search engines.
A SERP method that involves reconstructing and transmitting packets (which looks similar to a replay) after analysis using network analysis tools is often observed. For example, in situations where a large amount of data needs to be labeled, this method is commonly used to avoid a bot detection when automating searches, especially when there is a need to search for a lot of information through search engines.
This project already has many use cases of this type, and it has recently started [experimental support for processing HAR (HTTP Archive) files](https://github.com/gnh1201/welsonjs/issues/129) to enable more efficient packet reconstruction.