kd7979148 commited on
Commit
aa8e8a9
·
verified ·
1 Parent(s): 4598df0

Update README.md

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