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
31c83b68
Commit
31c83b68
authored
Oct 20, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ad8f559e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
56 additions
and
57 deletions
+56
-57
reese84_bypass.py
src/reese84_bypass.py
+11
-12
run.js
src/run.js
+22
-22
vm_env.js
src/vm_env.js
+23
-23
No files found.
src/reese84_bypass.py
View file @
31c83b68
...
...
@@ -147,7 +147,7 @@ class Reese84ByPass(object):
"Cache-Control"
:
"no-cache"
,
"sec-ch-ua"
:
"
\"
Not/A)Brand
\"
;v=
\"
99
\"
,
\"
Google Chrome
\"
;v=
\"
115
\"
,
\"
Chromium
\"
;v=
\"
115
\"
"
,
"Accept"
:
"application/json"
,
"cookies"
:
f
"Bearer {self.
auth
_token}"
,
"cookies"
:
f
"Bearer {self._token}"
,
"Content-Type"
:
"application/json"
,
"sec-ch-ua-mobile"
:
"?0"
,
"User-Agent"
:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
,
...
...
@@ -165,17 +165,16 @@ class Reese84ByPass(object):
def
_get_cookie
(
self
):
return
{
"Host"
:
"apigw.volaris.com"
,
"sec-ch-ua-mobile"
:
"?0"
,
"User-Agent"
:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
,
"Content-Type"
:
"application/json"
,
# "Authorization": self.token,
# "cookies": f"Bearer {self.auth_token}",
"Accept"
:
"application/json"
,
"sec-ch-ua-platform"
:
"
\"
macOS
\"
"
,
"Origin"
:
"https://www.flyscoot.com"
,
"Referer"
:
"https://www.flyscoot.com/"
,
"Accept-Language"
:
"en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7,ru;q=0.6"
,
"authority"
:
"ibe.api.flyscoot.com"
,
"accept"
:
"application/json, text/plain, */*"
,
"accept-language"
:
"en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7,ru;q=0.6"
,
# "authorization": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiI0MzJhM2RmNi1iZmRmLTQ5NmMtOTJiMS1iN2EwMzBlNGJmNTgiLCJpYXQiOjE2OTc2ODE0MjEsInRrbiI6ImV5SmhiR2NpT2lKSVV6STFOaUlzSW5SNWNDSTZJa3BYVkNKOS5leUp6ZFdJaU9pSlZibXR1YjNkdUlpd2lhblJwSWpvaU5Ea3hOVFV4TldJdE5UY3dOaTA1WVRBNExXVXdNbVF0TlRrek1tVXdOakZoTXpOa0lpd2lhWE56SWpvaVpHOTBVa1ZhSUVGUVNTSjkuMFA1T0xkSzF2V0p4VlFMblI2SHRaT2YtcExQZTNPT0pEdmR5aVVacW9zbyIsImlzcyI6InNjb290LWNtdyIsImF1ZCI6InNjb290LWFwcCJ9.byiajmbVNj87-eVT64Dfr-u-30YxdqGEHyPqDI07qsM",
"authorization"
:
self
.
_token
,
"cache-control"
:
"no-cache"
,
"content-type"
:
"application/json"
,
"origin"
:
"https://beta.makeabooking.flyscoot.com"
,
"pragma"
:
"no-cache"
,
"user-agent"
:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36"
,
},
self
.
_session
.
cookies
.
get_dict
()
def
_test
(
self
):
...
...
src/run.js
View file @
31c83b68
...
...
@@ -1899,28 +1899,28 @@ Date.prototype.toString = v_saf(function () {
}
},
'toString'
)
Date
.
now
=
function
now
()
{
return
1685096207545
};
Date
.
parse
=
function
()
{
return
1685096207545
};
Date
.
prototype
.
valueOf
=
function
()
{
return
1685096207545
};
Date
.
prototype
.
getTime
=
function
()
{
return
1685096207545
};
Date
.
prototype
.
toString
=
function
()
{
return
1685096207545
};
Performance
.
prototype
.
now
=
function
now
()
{
return
Number
(
'1685096207545'
.
slice
(
8
))
}
Math
.
random
=
function
random
()
{
return
0.08636862211354912
};
//
Date.now = function now() {
//
return 1685096207545
//
};
//
Date.parse = function () {
//
return 1685096207545
//
};
//
Date.prototype.valueOf = function () {
//
return 1685096207545
//
};
//
Date.prototype.getTime = function () {
//
return 1685096207545
//
};
//
Date.prototype.toString = function () {
//
return 1685096207545
//
};
//
Performance.prototype.now = function now() {
//
return Number('1685096207545'.slice(8))
//
}
//
//
Math.random = function random() {
//
return 0.08636862211354912
//
};
ENV
.
navigatorParams
.
userAgent
=
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
...
...
src/vm_env.js
View file @
31c83b68
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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