This commit is contained in:
2022-10-05 16:40:25 +02:00
parent 56a0519cee
commit 8f6f0d826a
4 changed files with 82 additions and 0 deletions

6
TP/TP3_codes/xss.php Normal file
View File

@ -0,0 +1,6 @@
<html>
<body><h1>Test PHP </h1>
<p>Test page PHP pour XSS.</p>
<?php $param=$_GET['param']; print("param = $param");?>
</body>
</html>