cisagov / log4j-scanner

log4j-scanner is a project derived from other members of the open-source community by CISA to help organizations identify potentially vulnerable web services affected by the log4j vulnerabilities.
1.28k stars 215 forks source link

Getting below error #19

Closed PrestonD88 closed 2 years ago

PrestonD88 commented 2 years ago

python3 log4j-scan.py -h File "log4j-scan.py", line 148 fuzzing_headers["Referer"] = f'https://{fuzzing_headers["Referer"]}' ^ SyntaxError: invalid syntax

PrestonD88 commented 2 years ago

Got fixed with higher version of Python

genericcontributor commented 2 years ago

Thanks!