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
245464b0
Commit
245464b0
authored
Nov 09, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wn test
parent
624e01db
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
49 additions
and
3372 deletions
+49
-3372
jetblue.py
b6/src/jetblue.py
+3
-3
src.js
b6/src/src.js
+1
-1
index.html
index.html
+21
-21
src_out.js
src_out.js
+22
-3346
sss.js
sss.js
+2
-1
No files found.
b6/src/jetblue.py
View file @
245464b0
...
...
@@ -88,8 +88,8 @@ while True:
# proxy = 'http://user-unifflcc-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
tlsV
=
f
'chrome_{random.randint(105, 113)}'
tlsV
=
'chrome_112'
#
session = tls_client.Session(tlsV)
session
=
requests
.
session
()
session
=
tls_client
.
Session
(
tlsV
)
#
session = requests.session()
session
.
proxies
=
{
'http'
:
proxy
,
'https'
:
proxy
,
...
...
@@ -195,7 +195,7 @@ while True:
#
# if platform.uname().system == 'Darwin':
total
+=
1
response
=
session
.
post
(
url
,
headers
=
headers
,
json
=
data
,
timeout
=
5
)
response
=
session
.
post
(
url
,
headers
=
headers
,
json
=
data
)
logger
.
info
(
f
'tls:{tlsV} proxy:{proxy} res:: {response.status_code}'
)
if
response
.
status_code
!=
403
:
success
+=
1
...
...
b6/src/src.js
View file @
245464b0
No preview for this file type
index.html
View file @
245464b0
...
...
@@ -50,27 +50,27 @@
console
.
log
(
e
)
})
_join
=
Array
.
prototype
.
join
;
Array
.
prototype
.
join
=
function
(
s
)
{
_print
(
'join'
,
this
.
length
,
this
,
s
)
let
res
=
_join
.
call
(
this
,
s
)
_print
(
'joinres'
,
res
)
return
res
;
}
_getOwnPropertyNames
=
Object
.
getOwnPropertyNames
;
Object
.
getOwnPropertyNames
=
function
(
a
)
{
let
res
=
_getOwnPropertyNames
(
a
);
_print
(
'getOwnPropertyNames'
,
a
,
res
)
return
res
;
}
var
_hasOwnProperty
=
Object
.
hasOwnProperty
;
Object
.
hasOwnProperty
=
function
()
{
let
res
=
_hasOwnProperty
.
apply
(
this
,
arguments
);
_print
(
'Object.hasOwnProperty'
,
arguments
,
res
===
undefined
);
return
res
;
}
//
_join = Array.prototype.join;
//
Array.prototype.join = function (s) {
//
_print('join', this.length, this, s)
//
let res = _join.call(this, s)
//
_print('joinres', res)
//
return res;
//
}
//
_getOwnPropertyNames = Object.getOwnPropertyNames;
//
Object.getOwnPropertyNames = function (a) {
//
let res = _getOwnPropertyNames(a);
//
_print('getOwnPropertyNames', a, res)
//
return res;
//
//
}
//
//
var _hasOwnProperty = Object.hasOwnProperty;
//
Object.hasOwnProperty = function () {
//
let res = _hasOwnProperty.apply(this, arguments);
//
_print('Object.hasOwnProperty', arguments, res === undefined);
//
return res;
//
}
</script>
...
...
src_out.js
View file @
245464b0
This diff is collapsed.
Click to expand it.
sss.js
View file @
245464b0
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