Open h4sh5 opened 10 months ago
Use of python dictionary here https://github.com/RandomRobbieBF/CVE-2023-7028/blob/c141972fc4f653ad48a2ae1a3b0d0ca7c2b1e2a9/CVE-2023-7028.py#L28 means only the attacker's email get sent; the exploit doesn't work.
Python dicts deduplicate keys automatically
agreed
Use of python dictionary here https://github.com/RandomRobbieBF/CVE-2023-7028/blob/c141972fc4f653ad48a2ae1a3b0d0ca7c2b1e2a9/CVE-2023-7028.py#L28 means only the attacker's email get sent; the exploit doesn't work.
Python dicts deduplicate keys automatically