w-digital-scanner / w13scan

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

Unhandled exception (#2852e751) #495

Open sqlmapreporter opened 2 years ago

sqlmapreporter commented 2 years ago
W13scan plugin traceback:
Running version: 2.2.2
Python version: 3.8.10
Operating system: Linux-5.4.0-1049-kvm-x86_64-with-glibc2.29

request raw:
GET /12_13_2021/ 1.1
Host: 45.61.136.112:55555
Proxy-Connection: keep-alive
Cache-Control: max-age=0
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Referer: http://45.61.136.112:55555/
Accept-Encoding: gzip, deflate
Accept-Language: zh,zh-CN;q=0.9
Traceback (most recent call last):
  File "/tools/w13scan-master/W13SCAN/lib/core/plugins.py", line 160, in execute
    output = self.audit()
  File "/tools/w13scan-master/W13SCAN/scanners/PerFile/xss.py", line 68, in audit
    if not re.search(xsschecker, r1.text, re.I):
AttributeError: 'bool' object has no attribute 'text'