├── README.md ├── Source.zip └── TPScan.jar /README.md: -------------------------------------------------------------------------------- 1 | # ThinkPHPScan 2 | TPScan是一款Burpsuite被动扫描插件,用于对ThinkPhp框架进行漏洞探测 3 | 4 | 支持TP5ControllerRCE,TP5MethodRCE,Tp6FileWrite进行被动扫描探测 5 | 6 | ![image](https://user-images.githubusercontent.com/103740961/184296704-50786c53-9dc2-4408-b123-65119e3ec723.png) 7 | -------------------------------------------------------------------------------- /Source.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xEaS/ThinkPHPScan/e7a7ceee7267aa1ea869644fcfaff1b10c6d0ca6/Source.zip -------------------------------------------------------------------------------- /TPScan.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/0xEaS/ThinkPHPScan/e7a7ceee7267aa1ea869644fcfaff1b10c6d0ca6/TPScan.jar --------------------------------------------------------------------------------