Skip to content

Commit

Permalink
添加DirtyDataWrapper参考文章
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ny1 committed Aug 1, 2021
1 parent 8ba2635 commit 32fa60b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
import java.io.ObjectOutputStream;
import java.util.*;

/**
* @author c0ny1
* @reference:
* Java反序列化数据绕WAF之加大量脏数据
* https://gv7.me/articles/2021/java-deserialize-data-bypass-waf-by-adding-a-lot-of-dirty-data/
*/
public class DirtyDataWrapper {
private int dirtyDataSize; //脏数据大小
private String dirtyData; //脏数据内容
Expand Down

0 comments on commit 32fa60b

Please sign in to comment.