Update README.md

main
ShadowByte 2024-09-02 10:25:17 +10:00 committed by GitHub
parent 8fcf96f22e
commit fb128da440
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@ Usage:
# Basic Scan: To run a basic scan against a list of domains:
```
cat domains.txt | nuclei -t swagger-ui-config-url-injection.yaml
cat domains.txt | nuclei -t swagger.yaml
```
# Single URL Scan: To scan a single URL:
```
echo "https://example.com" | nuclei -t swagger-ui-config-url-injection.yaml
echo "https://example.com" | nuclei -t swagger.yaml
```
# Template Structure: