w-digital-scanner / w13scan

Passive Security Scanner (被动式安全扫描器)
GNU General Public License v2.0
1.9k stars 360 forks source link

Unhandled exception (#ef252475) #451

Closed sqlmapreporter closed 3 years ago

sqlmapreporter commented 3 years ago
W13scan plugin traceback:
Running version: 2.2.0
Python version: 3.7.0
Operating system: Windows-10-10.0.19041-SP0

request raw:
GET /support/ 1.1
Host: download.10086.cn
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.0 Safari/537.36
Accept-Encoding: gzip, deflate
Accept: */*
Connection: keep-alive
cookie: *
Traceback (most recent call last):
  File "E:\渗透测试学习\工具\python脚本\w13scan-master\W13SCAN\lib\core\plugins.py", line 158, in execute
    output = self.audit()
  File "E:\渗透测试学习\工具\python脚本\w13scan-master\W13SCAN\scanners\PerFile\ssti.py", line 89, in audit
    r1 = self.test_ssti(data, k, positon)
NameError: name 'positon' is not defined
boy-hack commented 3 years ago

closed #446