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
d2a60350
Commit
d2a60350
authored
Sep 05, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
fd4fa07f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
180 additions
and
3320 deletions
+180
-3320
test2.js
decrypt/test2.js
+0
-0
jetblue.py
jetblue.py
+5
-5
js_dom_run.js
js_dom_run.js
+106
-3272
utils.js
jsdom/lib/jsdom/living/generated/utils.js
+3
-1
src.js
src.js
+11
-5
src_out.js
src_out.js
+23
-13
src_run.js
src_run.js
+25
-19
sss.js
sss.js
+7
-5
No files found.
decrypt/test2.js
View file @
d2a60350
No preview for this file type
jetblue.py
View file @
d2a60350
...
...
@@ -57,8 +57,8 @@ for i in range(100):
t1
=
time
.
time
()
# r = requests.get('http://127.0.0.1:5000/getinfo').json()['message']
# r = requests.get('http://127.0.0.1:3001').json()
#
p = subprocess.Popen(['node', 'js_dom_run.js', selectId], stdin=subprocess.PIPE, stdout=subprocess.PIPE,
p
=
subprocess
.
Popen
([
'node'
,
'src_run1.js'
,
selectId
],
stdin
=
subprocess
.
PIPE
,
stdout
=
subprocess
.
PIPE
,
p
=
subprocess
.
Popen
([
'node'
,
'js_dom_run.js'
,
selectId
],
stdin
=
subprocess
.
PIPE
,
stdout
=
subprocess
.
PIPE
,
#
p = subprocess.Popen(['node', 'src_run1.js', selectId], stdin=subprocess.PIPE, stdout=subprocess.PIPE,
stderr
=
subprocess
.
PIPE
)
output
,
err
=
p
.
communicate
(
timeout
=
10
)
tmp
=
''
...
...
@@ -112,9 +112,9 @@ 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@198.147.25.26:{int(random.randint(10000, 11149))}'
proxy
=
'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
#
proxy = 'http://127.0.0.1:7890'
session
=
tls_client
.
Session
(
client_identifier
=
'chrome_112'
)
#
proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
proxy
=
'http://127.0.0.1:7890'
session
=
tls_client
.
Session
(
client_identifier
=
'chrome_112'
,
random_tls_extension_order
=
True
)
session
.
proxies
=
{
'http'
:
proxy
,
'https'
:
proxy
,
...
...
js_dom_run.js
View file @
d2a60350
This diff is collapsed.
Click to expand it.
jsdom/lib/jsdom/living/generated/utils.js
View file @
d2a60350
...
...
@@ -129,7 +129,9 @@ const proxy = function (tt, name) {
get
(
target
,
p
,
receiver
)
{
let
res
=
Reflect
.
get
(
target
,
p
,
receiver
);
// if (p !== 'debug' && p !== 'Object') {
console
.
log
(
`
${
name
}
get`
,
p
,
typeof
res
)
if
(
!
[
'Array'
,
'Math'
,
'Function'
,
'Object'
,
'ENV'
].
includes
(
p
))
console
.
log
(
`
${
name
}
get`
,
p
,
typeof
res
)
// }
...
...
src.js
View file @
d2a60350
This diff is collapsed.
Click to expand it.
src_out.js
View file @
d2a60350
Date
.
now
=
function
now
()
{
Date
.
now
=
function
now
()
{
return
1685096207545
};
Date
.
parse
=
function
()
{
...
...
@@ -21,7 +21,6 @@ Math.random = function random() {
return
0.08636862211354912
};
con3
=
function
(){};
con4
=
console
.
log
;
(
function
L
(
T
)
{
var
p
=
new
Error
(
"HALT"
);
var
Z
=
{},
c
=
{};
...
...
@@ -2130,22 +2129,20 @@ con4 = console.log;
},
function
(
jR
)
{
"use strict"
;
let
res
=
jR
.
R
[
jR
.
R
.
length
-
2
][
jR
.
R
[
jR
.
R
.
length
-
1
]];
con3
(
jR
.
R
[
jR
.
R
.
length
-
2
],
'get'
,
jR
.
R
[
jR
.
R
.
length
-
1
],
'==>'
,
res
)
con3
(
jR
.
R
[
jR
.
R
.
length
-
2
]
.
ENV
?
"window"
:
jR
.
R
[
jR
.
R
.
length
-
2
]
,
'get'
,
jR
.
R
[
jR
.
R
.
length
-
1
],
'==>'
,
res
)
if
(
jR
.
R
[
jR
.
R
.
length
-
1
]
===
5
&&
typeof
res
===
'boolean'
// && jR.R[jR.R.length - 2].length === 3
){
console
.
log
(
jR
.
R
[
jR
.
R
.
length
-
2
])
console
.
log
()
// console.log(jR.R[jR.R.length - 2].join(''));
// debugger;
}
// if ( jR.R[jR.R.length - 1] === 'length' && Array.isArray(jR.R[jR.R.length - 2]) && jR.R[jR.R.length - 2].length > 1000){
// console.log(JSON.stringify(jR.R[jR.R.length - 2]));
// // debugger;
//
// }
// if(jR.R[jR.R.length - 2].length === 10003){
// debugger;
// }
if
(
res
===
'search'
){
console
.
log
(
JSON
.
stringify
(
jR
.
R
[
jR
.
R
.
length
-
2
]));
// debugger;
}
jR
.
R
[
jR
.
R
.
length
-
2
]
=
res
;
if
(
Array
.
isArray
(
jR
.
R
[
jR
.
R
.
length
-
2
])
&&
jR
.
R
[
jR
.
R
.
length
-
2
].
length
===
60
)
{
let
res
=
[];
...
...
@@ -2158,7 +2155,7 @@ con4 = console.log;
}
})
con
4
([].
slice
.
call
(
res
).
join
(
'iii'
))
con
sole
.
log
([].
slice
.
call
(
res
).
join
(
'iii'
))
}
jR
.
R
[
jR
.
R
.
length
-
2
]
=
res
;
jR
.
R
.
length
-=
1
...
...
@@ -3231,6 +3228,19 @@ con4 = console.log;
}
lN
=
ls
.
v
();
// console.log([].slice.call(ls.R))
if
(
Array
.
isArray
(
ls
.
R
[
ls
.
R
.
length
-
2
])
&&
ls
.
R
[
ls
.
R
.
length
-
2
].
length
===
60
)
{
let
res
=
[];
ls
.
R
[
ls
.
R
.
length
-
2
].
forEach
((
e
,
i
)
=>
{
if
(
e
&&
e
.
length
==
2
)
{
res
.
push
(
i
+
'=='
+
e
[
1
].
length
+
'=>'
)
res
.
push
(
e
[
1
]
+
''
)
}
else
{
res
.
push
(
i
+
'==0=>iii'
)
}
})
console
.
log
([].
slice
.
call
(
res
).
join
(
'iii'
))
}
if
(
ls
.
w
.
length
===
0
)
{
TH
[
lN
](
ls
)
}
else
{
...
...
@@ -3240,5 +3250,5 @@ con4 = console.log;
}
lZ
(
0
,
0
,
null
,
[
1
,
2
,
0
,
3
],
[],
[],
void
0
,
void
0
)()
}(
typeof
window
!==
"undefined"
&&
window
!=
null
&&
window
.
window
===
window
?
window
:
typeof
global
!==
"undefined"
&&
global
!=
null
&&
global
.
global
===
global
?
global
:
this
))
}(
window
))
;(
function
(
e
,
d
){
var
isk
=
[
"QxaaiXRLC"
];
for
(
var
i
=
0
;
i
<
isk
.
length
;
++
i
){
e
.
initCustomEvent
(
isk
[
i
],
false
,
false
,
d
);
dispatchEvent
(
e
)}}(
document
.
createEvent
(
"CustomEvent"
),[
"AwQRxl-KAQAAggIRgEVo1D8ztt0bC7185XvJmXdnHo4HMbXjQ8E8D2RFzdOxAXL3RNjURuIXSzkAAAAAAAAAAA=="
,
"PZYR7zXkhBy30vncMIsAa6id2fSWqUeV5DmO8jwpK1t-H_gEoQJ=lGrx4bTCu9LFN"
,[],[
1226976960
,
602902978
,
1352701022
,
387738782
,
1840777151
,
336367646
,
93398357
,
1585327211
],
document
.
currentScript
&&
document
.
currentScript
.
nonce
||
"Z9AAPdeWWCkx7swrCKBARw0y"
,
document
.
currentScript
&&
document
.
currentScript
.
nonce
||
"Z9AAPdeWWCkx7swrCKBARw0y"
,[],
typeof
arguments
===
"undefined"
?
void
0
:
arguments
]))
\ No newline at end of file
src_run.js
View file @
d2a60350
This diff is collapsed.
Click to expand it.
sss.js
View file @
d2a60350
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