motikan2010 / CVE-2023-6553-PoC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2023-6553 PoC (LFI to RCE)

Unauthenticated Remote Code Execution in Backup Migration (WordPress Plugin).

Run

$ python exploit.py 

The following PHP script is executed.

<?php `date > out.txt`; ?>

References

About


Languages

Language:Python 100.0%