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
0cfa96a3
Commit
0cfa96a3
authored
Mar 01, 2024
by
wang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/tr' into tr
parents
5aa58bc0
6a4ddef4
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
530 additions
and
18 deletions
+530
-18
package-lock.json
package-lock.json
+1
-1
main.py
src/main.py
+2
-0
package-lock.json
src/package-lock.json
+523
-13
reese84_bypass.py
src/reese84_bypass.py
+4
-4
No files found.
package-lock.json
View file @
0cfa96a3
...
...
@@ -486,7 +486,7 @@
},
"node_modules/canvas"
:
{
"version"
:
"2.11.2"
,
"resolved"
:
"https://registry.npm
mirror.com
/canvas/-/canvas-2.11.2.tgz"
,
"resolved"
:
"https://registry.npm
js.org
/canvas/-/canvas-2.11.2.tgz"
,
"integrity"
:
"sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw=="
,
"hasInstallScript"
:
true
,
"dependencies"
:
{
...
...
src/main.py
View file @
0cfa96a3
import
logging
import
pathlib
import
random
import
time
import
traceback
import
uuid
...
...
@@ -64,6 +65,7 @@ def exec(thread_id):
try
:
px
=
get_proxy
()[
'url'
]
px
=
random
.
choice
([
'http://user-uni007-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
,
px
])
cf
=
Reese84ByPass
(
target
=
"https://www.flyscoot.com/"
,
proxy
=
px
,
thread_name
=
f
'{thread_id}'
)
headers
,
cookies
=
cf
.
start
()
# cf.test()
...
...
src/package-lock.json
View file @
0cfa96a3
This diff is collapsed.
Click to expand it.
src/reese84_bypass.py
View file @
0cfa96a3
...
...
@@ -16,10 +16,10 @@ req_level = logger.level('REQU', no=100, color='<fg 34>')
js_level
=
logger
.
level
(
'VMJS'
,
no
=
100
,
color
=
'<fg 185>'
)
work_dir
=
'/home/opt/lcc-reese84/'
if
platform
.
platform
()
.
startswith
(
'mac'
):
work_dir
=
'/Users/wang/
Documents/
company/lcc-reese84/'
work_dir
=
'/Users/wang/company/lcc-reese84/'
log_dir
=
'/data/log/lcc-y4/'
if
platform
.
platform
()
.
startswith
(
'mac'
):
log_dir
=
'/Users/wang/
Documents/
company/lcc-reese84/'
log_dir
=
'/Users/wang/company/lcc-reese84/'
Path
(
log_dir
)
.
mkdir
(
exist_ok
=
True
,
parents
=
True
)
Path
(
work_dir
)
.
mkdir
(
exist_ok
=
True
,
parents
=
True
)
...
...
@@ -297,8 +297,8 @@ if __name__ == '__main__':
# 'https': "http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000",
# }
r
=
Reese84ByPass
(
'https://www.flyscoot.com/'
,
'http://unfflcc:76cc14-47b8dd-1f8ace-827836-0c740e@usa.rotating.proxyrack.net:9000'
)
#
r = Reese84ByPass('https://www.flyscoot.com/', 'http://user-uni007-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600')
r
=
Reese84ByPass
(
'https://www.flyscoot.com/'
,
'http://127.0.0.1:
8
890'
)
r
=
Reese84ByPass
(
'https://www.flyscoot.com/'
,
'http://user-uni007-region-us:q39CEBTs5A5YQXor@pr.roxlabs.cn:4600'
)
r
=
Reese84ByPass
(
'https://www.flyscoot.com/'
,
'http://127.0.0.1:
7
890'
)
# r = Reese84ByPass('https://www.flyscoot.com/', f'http://uni00001_custom_zone_US_sid_{random.randint(67336718, 67336728)}_time_5:q39CEBTs5A@us.foxyip.com:7778')
# while True:
r
.
start
()
...
...
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