We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd97d3d commit 1591b80Copy full SHA for 1591b80
README.md
@@ -65,6 +65,12 @@ Here are a few examples of how to use `paramspider`:
65
```sh
66
paramspider -d example.com --proxy '127.0.0.1:7890'
67
```
68
+- Adding a placeholder for URL parameter values (default: "FUZZ"):
69
+
70
+ ```sh
71
+ paramspider -d example.com -p '"><h1>reflection</h1>'
72
+ ```
73
74
## Contributing
75
76
Contributions are welcome! If you'd like to contribute to `paramspider`, please follow these steps:
0 commit comments