├── .gitignore ├── README.md ├── fastjson-exploit.jar ├── fastjson_check.py ├── fastjson_rce_exploit.py ├── img ├── 1.png ├── 攻击截图.png └── 靶机截图.png └── target.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/README.md -------------------------------------------------------------------------------- /fastjson-exploit.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/fastjson-exploit.jar -------------------------------------------------------------------------------- /fastjson_check.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/fastjson_check.py -------------------------------------------------------------------------------- /fastjson_rce_exploit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/fastjson_rce_exploit.py -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/img/1.png -------------------------------------------------------------------------------- /img/攻击截图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/img/攻击截图.png -------------------------------------------------------------------------------- /img/靶机截图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrknow001/fastjson_rec_exploit/HEAD/img/靶机截图.png -------------------------------------------------------------------------------- /target.txt: -------------------------------------------------------------------------------- 1 | http://192.168.1.3:8090/ --------------------------------------------------------------------------------