Option "-http-addr" is not working in replay #195
Labels
Priority: Medium
This issue may be useful, and needs some attention.
Status: Completed
Nothing further to be done with this issue. Awaiting to be closed.
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Proxify version:
This is actually for the
replay
tool but the current version of proxify is 0.0.8Current Behavior:
replay -output logs -http-addr ":10080"
is returning the error[FTL] Could not listen and serve: listen tcp :80: bind: permission denied
Expected Behavior:
replay -output logs -http-addr ":10080"
should listen on port 10080Steps To Reproduce:
replay -output logs -http-addr ":10080"
[FTL] Could not listen and serve: listen tcp :80: bind: permission denied
Anything else:
In https://github.com/projectdiscovery/proxify/blob/master/cmd/replay/replay.go#L88 the ":80" is hardcoded but
options.HTTPListenerAddress
should be used.The text was updated successfully, but these errors were encountered: