Feature request: string/regex search in response bodies #97
Labels
Priority: Low
This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix
Type: Enhancement
Most issues will probably ask for additions or changes.
It would be nice to have a feature that lets us specify either a string or regex pattern to search for in the response bodies and print if it found something to the output.
Example:
httpx -l domains -contains "admin"
http://example.com [true]
http://example2.com [false]
httpx -l domains -contains "".*jquery.js"
http://example.com [true]
http://example2.com [false]
The text was updated successfully, but these errors were encountered: