Problems with Python packet capture

john 1

Newbie
Joined
Sep 6, 2023
Messages
2
Reaction score
0
I'm new to Python, new to grabbing packets, and I'm trying to simulate check-ins on this site, and I'm running into two problems:
I encountered two problems: one, the browser will always debugger when grabbing packets, one day I turned off the browser js function (probably after 8:30 pm), suddenly can bypass the debugger, and now during the day and can not, did not find the pattern, how to solve?
Second, after bypassing the debugger, every time I click a button, the last part of the URL of the interface will add "Bckc483d" parameter, I would like to know how to generate this value in general? How to simulate it?
The URL is as follows: https://sx.10086.cn/market/marketplatfront/marketplat/sign_sx/signSX/skipView.do?appId=A100

https://www.deepl.com/translator?utm_source=windows&utm_medium=app&utm_campaign=windows-share
 
Back
Top