├── icesword.jar ├── shell1.png ├── shell2.png └── README.md /icesword.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigsizeme/icesword/HEAD/icesword.jar -------------------------------------------------------------------------------- /shell1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigsizeme/icesword/HEAD/shell1.png -------------------------------------------------------------------------------- /shell2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bigsizeme/icesword/HEAD/shell2.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # 小小冰蝎burp插件简陋版 burpplugin 3 | [下载链接]https://github.com/bigsizeme/icesword/blob/master/icesword.jar 4 | 5 | 完全参照rebeyond的一篇神贴给的思路, 6 | 难点主要在解决burp类加载的问题,学习实现思路,方便做安全检查使用(没有实现终端数据库等负载功能) 7 | 8 | 9 | 10 | ![image](https://github.com/bigsizeme/icesword/blob/master/shell1.png?raw=true) 11 | 12 | ![image](https://github.com/bigsizeme/icesword/blob/master/shell2.png?raw=true) 13 | 神贴地址:https://xz.aliyun.com/t/2744 14 | 15 | 16 | 17 | --------------------------------------------------------------------------------