We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fa8cf commit 35df40eCopy full SHA for 35df40e
ethical-hacking/xss-vulnerability-scanner/README.md
@@ -3,5 +3,5 @@ To run this:
3
- `pip3 install -r requirements.txt`
4
- To detect XSS on `https://www.example.com`:
5
```
6
- python xss_scanner https://www.example.com
+ python xss_scanner.py https://www.example.com
7
0 commit comments