Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
4334257f
Commit
4334257f
authored
Sep 06, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ff
parent
9de9ded1
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
+12
-8
jetblue.py
jetblue.py
+4
-2
src_out.js
src_out.js
+4
-2
src_run.js
src_run.js
+4
-4
No files found.
jetblue.py
View file @
4334257f
...
@@ -51,13 +51,15 @@ usedTime = 10
...
@@ -51,13 +51,15 @@ usedTime = 10
code
=
open
(
'src.js'
,
'r'
)
.
read
()
code
=
open
(
'src.js'
,
'r'
)
.
read
()
for
i
in
range
(
100
):
for
i
in
range
(
100
):
selectId
=
random
.
choice
(
list
(
envs
))
selectId
=
random
.
choice
(
list
(
envs
))
selectId
=
'1090b34baea017a542153824
'
# selectId = 'a74b38e7115cf4d1b1f6976c
'
c
=
requests
.
get
(
'https://www.jetblue.com/js/src/jb-74873.js'
)
.
text
c
=
requests
.
get
(
'https://www.jetblue.com/js/src/jb-74873.js'
)
.
text
m5
=
md5
(
c
)
m5
=
md5
(
c
)
if
m5
!=
lastHash
and
usedTime
>
3
:
if
m5
!=
lastHash
and
usedTime
>
3
:
lastHash
=
m5
lastHash
=
m5
usedTime
=
0
usedTime
=
0
print
(
'js变化'
)
print
(
'js变化'
)
selectId
=
random
.
choice
(
list
(
envs
))
# with open('src_run1.js', 'w') as f:
# with open('src_run1.js', 'w') as f:
# f.write(code + '\n\n' + c)
# f.write(code + '\n\n' + c)
t1
=
time
.
time
()
t1
=
time
.
time
()
...
@@ -133,7 +135,7 @@ for i in range(100):
...
@@ -133,7 +135,7 @@ for i in range(100):
proxy
=
f
'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:{int(random.randint(10000, 11149))}'
proxy
=
f
'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:{int(random.randint(10000, 11149))}'
# proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@198.147.25.26:{int(random.randint(10000, 11149))}'
# proxy = f'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@198.147.25.26:{int(random.randint(10000, 11149))}'
# proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
# proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
#
proxy = 'http://127.0.0.1:7890'
proxy
=
'http://127.0.0.1:7890'
tlsV
=
f
'chrome_{random.randint(105,113)}'
tlsV
=
f
'chrome_{random.randint(105,113)}'
session
=
tls_client
.
Session
(
client_identifier
=
tlsV
)
session
=
tls_client
.
Session
(
client_identifier
=
tlsV
)
session
.
proxies
=
{
session
.
proxies
=
{
...
...
src_out.js
View file @
4334257f
This diff is collapsed.
Click to expand it.
src_run.js
View file @
4334257f
This diff is collapsed.
Click to expand it.
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