fullhunt / log4j-scan

A fully automated, accurate, and extensive scanner for finding log4j RCE CVE-2021-44228
MIT License
3.4k stars 741 forks source link

scan error #97

Closed suqianstone closed 2 years ago

suqianstone commented 2 years ago

python log4j-scan.py -u http://xxx.xxx.xxx/xxx/main.do File "log4j-scan.py", line 148 fuzzing_headers["Referer"] = f'https://{fuzzing_headers["Referer"]}' ^ SyntaxError: invalid syntax

axel3rd commented 2 years ago

Duplicate #27 & #79. Probable Python2 usage. Python 3 should be used.