You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.
Hi Swissky!
Thanks for the awesome tool, unfortunately I've struggling with JSON parse error like:
/> ./wordpresscan.py -u "http://scannedsite.org/" --random-agent
...
[!] WordPress version 4.1 identified from advanced fingerprinting
Traceback (most recent call last):
File "./wordpresscan.py", line 62, in <module>
Scan_Engine(wp, results.aggressive)
File "/opt/Wordpresscan/engine/scan.py", line 16, in __init__
self.list_wp_version_vulnerabilities(wordpress, "wordpresses")
File "/opt/Wordpresscan/engine/scan.py", line 106, in list_wp_version_vulnerabilities
data = json.load(data_file)
File "/usr/lib/python2.7/json/__init__.py", line 291, in load
**kw)
File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Hi Swissky!
Thanks for the awesome tool, unfortunately I've struggling with JSON parse error like:
Software obtained thru git clone https://github.com/swisskyrepo/Wordpresscan
python version: 2.7.16+
Any ideas?
The text was updated successfully, but these errors were encountered: