W01fh4cker / CVE-2023-1671-POC

CVE-2023-1671-POC, based on dnslog platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

utf-8

sec13b opened this issue · comments

commented

└─$ python3 CVE-2023-1671-POC.py -u https://192.168.1.3 -d a34wi.dnslog.cn
/home/kali/.local/lib/python3.11/site-packages/urllib3/connectionpool.py:1045: InsecureRequestWarning: Unverified HTTPS request is being made to host '192.168.1.3'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
warnings.warn(
[x] https://192.168.1.3 --> Unknown error.Error message: 'utf-8' codec can't decode byte 0xb6 in position 2: invalid start byte

with http simple not work

Try adding , encoding="utf-8" in the following two locations:
image

commented

sorry i didnt check.
thank you a lot