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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -108,6 +108,23 @@ http://127.0.0.1:8080/?q=<img src='x' onerror='alert("xss")'>
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
112
 
113
  - config.json
 
108
  ![Demo](photos/pagetest.png)
109
  The request will be reflected by the test page and analyzed by the monitoring service.
110
 
111
+ ### Components
112
+
113
+ - `inference_bert_url.py`
114
+ - Standalone CLI tool for testing XSS detection.
115
+
116
+ - `moniter.py`
117
+ - Log monitoring service that reads web server logs and analyzes incoming requests.
118
+
119
+ - `test_server.py`
120
+ - Flask-based demonstration server for testing reflected XSS scenarios.
121
+
122
+ - `templates/`
123
+ - HTML templates used by the Flask demonstration server.
124
+
125
+ - `static/`
126
+ - Static assets (images, CSS, etc.) used by the Flask demonstration server.
127
+
128
  ## Model Files
129
 
130
  - config.json