| root@kali:~# service mysql start root@kali:~# service apache2 start |
|---|
| <script>alert("Faille XSS");</script> |
|---|
| <iframe src="http://www.bmweb.fr/fausse_pub/fausse_pub.htm" width="350" height="250" style=""></iframe> |
|---|
| <iframe src="http://www.bmweb.fr" style="width:100%;height:100%;top:0;left:0;position:fixed"></iframe> |
|---|
| <?php if(isset($_POST['query'])) { echo "Vous avez cherché : " . $_POST['query']; } else { ?> |
|---|
| <?php if(isset($_POST['query'])) { echo "Vous avez cherché : " . htmlentities($_POST['query']); } else { ?> |
|---|