kd7979148 commited on
Commit
6e8b7b2
·
verified ·
1 Parent(s): 4f77521

Delete #readme.txt

Browse files
Files changed (1) hide show
  1. #readme.txt +0 -17
#readme.txt DELETED
@@ -1,17 +0,0 @@
1
- *requirements:
2
-
3
- install python first and
4
- pip install torch
5
- pip install transformers
6
- pip install flask
7
-
8
- *how to use:
9
-
10
- python test_server.py
11
- python moniter.py
12
- open browser and enter:
13
- http://127.0.0.1:8080/?q=abcde : OK
14
- http://127.0.0.1:8080/?q=<img src='x' onerror='alert("xss")'> :this will be detected and logged.
15
-
16
- *inference_bert_url.py
17
- It's just a simple cli tool that judge your input contains xss payloads.