Realmyname

Results 2 issues of Realmyname

**Can I generate configuration files from the command line?** for example: ``` -O string output format, one of yaml|json format dnsproxy -u 1.1.1.1:53 -O yaml ``` output content yaml configuration...

question

只能获取:PANPSC、PTOKEN、cflag、BDUSS、USERNAMETYPE、PANWEB、BAIDUID、PASSID、SAVEUSERID、STOKEN、UBI、HISTORY 少了 SCRC 问题出在auth.py 277行 def get_bdstoken 中requests.get直接获取的是最终跳转,但是中间的跳转也setcookie了。 我的解决办法 # > req = requests.head(url, allow_redirects=False,headers=headers_merged, cookies=temp_cookie, timeout=50, verify=False) req.encoding = 'utf-8' if req: while 'Location' in req.headers.keys(): if 'Set-Cookie' in...