Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-reese84
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangmingming
lcc-reese84
Commits
df462325
Commit
df462325
authored
Sep 25, 2024
by
wangmingming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme.md
parent
b39951ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
3 deletions
+19
-3
readme.md
readme.md
+19
-3
No files found.
readme.md
View file @
df462325
## Reese84 破解
```
angular2html
需要保持 UA一致
提供reese84值的程序
使用jsdom 和补环境代码完成的js环境值获取和加密
主要流程为 找到目标网站的 js地址 该地址不会变化
每次获取一个新的js 通过补环境拦截获取到 加密后的值
发送一个post请求到之前js地址 获取到3: 开头的 reese84的值
再看网站是怎么使用的
有的网站在cookie里 有的网站放到请求头中
```
python
# (需要保持 UA一致)
r
=
Reese84ByPass
(
'https://www.transavia.com/'
,
'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000'
)
r
.
start
()
for
i
in
range
(
10
):
r
.
_test
()
```
```
docker run
docker build -t reese84 .
docker run -itd --name reese841 reese84
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment