RandomRobbieBF / CVE-2023-7028

CVE-2023-7028
58 stars 11 forks source link

It doesn't work; wrong use of python dictionary #2

Open h4sh5 opened 10 months ago

h4sh5 commented 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

RegularITCat commented 10 months ago

agreed