kd7979148 commited on
Commit
0da1a50
·
verified ·
1 Parent(s): aa8e8a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -90,7 +90,7 @@ Run the example Flask server:
90
  ```bash
91
  python test_server.py
92
  ```
93
- <img src="(photos/xsstest.png" width="600">
94
  Then open:
95
 
96
  ```text
@@ -102,11 +102,10 @@ Example XSS payload:
102
  ```text
103
  http://127.0.0.1:8080/?q=<img src='x' onerror='alert("xss")'>
104
  ```
105
- <img src="(photos/xssdetect.png" width="600">
106
 
107
 
108
- <img src="(photos/pagetest.png" width="600">
109
-
110
  The request will be reflected by the test page and analyzed by the monitoring service.
111
 
112
  ## Model Files
 
90
  ```bash
91
  python test_server.py
92
  ```
93
+ ![Demo](photos/xsstest.png)
94
  Then open:
95
 
96
  ```text
 
102
  ```text
103
  http://127.0.0.1:8080/?q=<img src='x' onerror='alert("xss")'>
104
  ```
105
+ ![Demo](photos/xssdetect.png)
106
 
107
 
108
+ ![Demo](photos/pagetest.png)
 
109
  The request will be reflected by the test page and analyzed by the monitoring service.
110
 
111
  ## Model Files