声明:
本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!
有相关问题请第一时间头像私信联系我删除博客!
逆向过程
token-1001
主要补环境代码
location={"ancestorOrigins": {},"href": "","origin": "","protocol": "https:","host": "","hostname": "","port": "","pathname": "/flights/showfarefirst","hash": ""
}
location.toString=function (){return location.href
}
navigator={'userAgent':'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0','platform':'Win32','language':'zh-CN'
}
navigator.toString=function(){return '[object Navigator]'
}
screen={'width':1920,'height':1080,'availWidth':1920,'availHeight':1080,'colorDepth':24,'pixelDepth':24,'orientation':{'type':'landscape-primary','angle':0}
};
结果

总结
1.出于安全考虑,本章未提供完整流程,调试环节省略较多,只提供大致思路,具体细节要你自己还原,相信你也能调试出来。