CVE-2023-7028 icon indicating copy to clipboard operation
CVE-2023-7028 copied to clipboard

It doesn't work; wrong use of python dictionary

Open h4sh5 opened this issue 2 years ago • 1 comments

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

h4sh5 avatar Jan 13 '24 08:01 h4sh5

agreed

RegularITCat avatar Jan 15 '24 02:01 RegularITCat