Update README.md

This commit is contained in:
Xalgord 2023-05-07 14:44:11 +05:30 committed by GitHub
parent 1bc328804c
commit 32817b9d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,6 @@ Resources:
## dalfox usage:
```
gf xss td.com.txt | grep -Eo 'https?://[^\"]+' > tdfinal.txt
gf xss domain.txt | grep -Eo 'https?://[^\"]+' > domain.txt
dalfox file domain.txt -w 20 --silence
```