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

Update README.md

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