W01fh4cker / cve-2022-33891

cve-2022-33891-poc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I am getting errors

opened this issue · comments

Hi,
I got these errors!

Traceback (most recent call last):
File "/home/mega/mytools/nuclei/cve-2022-33891/./cve_2022_33891_poc.py", line 97, in
run.main(args.url, args.dnslog, args.file)
File "/home/mega/mytools/nuclei/cve-2022-33891/./cve_2022_33891_poc.py", line 77, in main
self.dnslog_getrecords(session, target_url, domain, count)
File "/home/mega/mytools/nuclei/cve-2022-33891/./cve_2022_33891_poc.py", line 53, in dnslog_getrecords
print("\033[31m[x] Unvulnerable: \033[0m", e)
UnboundLocalError: local variable 'e' referenced before assignment

I forgot the difference between python2 and python3, the wrong part has been modified.