題目地址
https://match.yuanrenxue.cn/match/14
題目難度標(biāo)的是困難,主要難在js混淆部分。文章來源:http://www.zghlxwxcb.cn/news/detail-638078.html
參數(shù)分析
初始抓包有無限debugger反調(diào)試,可以直接hook 函數(shù)構(gòu)造器過掉無限debugger文章來源地址http://www.zghlxwxcb.cn/news/detail-638078.html
Function.prototype.__constructor_back = Function.prototype.constructor;
Function.prototype.constructor = function() {
if(arguments && typeof arguments[0]==='string'){
if("debugger" === arguments[0]){
return
}
}
return Function.prototype.__cons
到了這里,關(guān)于JS逆向系列之猿人學(xué)爬蟲第14題-備而后動(dòng)-勿使有變的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!