tp3
This commit is contained in:
6
TP/TP3_codes/xss.php
Normal file
6
TP/TP3_codes/xss.php
Normal 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>
|
Reference in New Issue
Block a user