Skip to content

Commit 35df40e

Browse files
committed
fixed typo on README of xss vulnerability scanner tutorial
1 parent 48fa8cf commit 35df40e

File tree

1 file changed

+1
-1
lines changed
  • ethical-hacking/xss-vulnerability-scanner

1 file changed

+1
-1
lines changed

ethical-hacking/xss-vulnerability-scanner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ To run this:
33
- `pip3 install -r requirements.txt`
44
- To detect XSS on `https://www.example.com`:
55
```
6-
python xss_scanner https://www.example.com
6+
python xss_scanner.py https://www.example.com
77
```

0 commit comments

Comments
 (0)