mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-12 11:37:09 +08:00
猿人学第9题js混淆-动态cookie2
This commit is contained in:
parent
2a22b425ed
commit
73a4bf721e
28
猿人学Web端爬虫攻防刷题平台/猿人学第14题-备而后动-勿使有变/README.md
Normal file
28
猿人学Web端爬虫攻防刷题平台/猿人学第14题-备而后动-勿使有变/README.md
Normal file
@ -0,0 +1,28 @@
|
||||
## 删除检测代码
|
||||
|
||||
格式化检测1
|
||||
```javascript
|
||||
var _0x5b597e = function() {
|
||||
var _0x1ca6f6 = new RegExp("\\w+ *\\(\\) *{\\w+ *['|\"].+['|\"];? *}");
|
||||
|
||||
return _0x1ca6f6.test(_0x338243.removeCookie.toString());
|
||||
};
|
||||
```
|
||||
还原后
|
||||
```javascript
|
||||
var _0x5b597e = function() {
|
||||
var _0x1ca6f6 = new RegExp("");
|
||||
|
||||
return _0x1ca6f6.test(_0x338243.removeCookie.toString());
|
||||
};
|
||||
```
|
||||
格式化检测2
|
||||
```javascript
|
||||
this.YPtKGA = "\\w+ *\\(\\) *{\\w+ *";
|
||||
this.FFSDOr = "['|\"].+['|\"];? *}";
|
||||
```
|
||||
还原后
|
||||
```javascript
|
||||
this.YPtKGA = "";
|
||||
this.FFSDOr = "";
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user