Add rules.json and stealth script to GUI project
This commit is contained in:
parent
e409e4a16c
commit
bb04e0518a
@ -40,12 +40,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="auth.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="config.conf">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="rules.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
|
||||
@ -35,14 +35,11 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Update="auth.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="config.conf">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<None Update="chromium-scripts\stealth.min.js">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Update="rules.json">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
14
OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md
Normal file
14
OF DL.Gui/chromium-scripts/CREATING_STEALTH_SCRIPT.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Stealth Script Creation
|
||||
|
||||
## Requirements
|
||||
|
||||
- NodeJS (with npx CLI tool)
|
||||
|
||||
## Instructions
|
||||
|
||||
- Open a terminal in this directory (OF DL/chromium-scripts)
|
||||
- Run `npx -y extract-stealth-evasions`
|
||||
|
||||
## References
|
||||
|
||||
See the readme.md file and source code for the stealth script [here](https://github.com/berstend/puppeteer-extra/tree/master/packages/extract-stealth-evasions).
|
||||
7
OF DL.Gui/chromium-scripts/stealth.min.js
vendored
Normal file
7
OF DL.Gui/chromium-scripts/stealth.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
41
OF DL.Gui/rules.json
Normal file
41
OF DL.Gui/rules.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"app-token": "33d57ade8c02dbc5a333db99ff9ae26a",
|
||||
"static_param": "RyY8GpixStP90t68HWIJ8Qzo745n0hy0",
|
||||
"prefix": "30586",
|
||||
"suffix": "67000213",
|
||||
"checksum_constant": 521,
|
||||
"checksum_indexes": [
|
||||
0,
|
||||
2,
|
||||
3,
|
||||
7,
|
||||
7,
|
||||
8,
|
||||
8,
|
||||
10,
|
||||
11,
|
||||
13,
|
||||
14,
|
||||
16,
|
||||
17,
|
||||
17,
|
||||
17,
|
||||
19,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
21,
|
||||
23,
|
||||
23,
|
||||
24,
|
||||
24,
|
||||
27,
|
||||
27,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
34,
|
||||
35,
|
||||
39
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user