You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
burp0_headers
=
{
"Pragma"
:
"no-cache"
,
"Cache-Control"
:
"no-cache"
,
"sec-ch-ua"
:
"
\"
Not A(Brand
\"
;v=
\"
24
\"
,
\"
Chromium
\"
;v=
\"
110
\"
"
,
"sec-ch-ua-mobile"
:
"?0"
,
"sec-ch-ua-platform"
:
"
\"
macOS
\"
"
,
"Upgrade-Insecure-Requests"
:
"1"
,
"User-Agent"
:
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.5481.178 Safari/537.36"
,
"Accept"
:
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
,
"Sec-Fetch-Site"
:
"none"
,
"Sec-Fetch-Mode"
:
"navigate"
,
"Sec-Fetch-User"
:
"?1"
,
"Sec-Fetch-Dest"
:
"document"
,
"Accept-Encoding"
:
"gzip, deflate"
,
"Accept-Language"
:
"en-US,en;q=0.9"
,
"Connection"
:
"close"
}
resp
=
requests
.
get
(
burp0_url
,
headers
=
burp0_headers
).
text
# resp = requests.get(burp0_url, headers=burp0_headers, proxies=proxyDict, verify=False).text
# print(resp)
webSocketDebuggerUrl
=
json
.
loads
(
resp
)[
0
][
'webSocketDebuggerUrl'
]
print
(
webSocketDebuggerUrl
)