proxify
proxify copied to clipboard
Make the verbosity option more granular
Using the -v flag with proxify, shows the whole request.
It would be nice if -v would only show the target and the request type (e.g. HTTP POST https://projectdiscovery.io), and the body would only be shown if the -vv flag is specified.
Note: -vv should implicitly include -v.