-
Notifications
You must be signed in to change notification settings - Fork 258
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Description
Steps to reproduce:
$ ./proxify -deny 157.240.18.0/24 # proxify
$ echo 157.240.18.34 | ./httpx -proxy http://127.0.0.1:8888/ # httpx using proxify
Expected behavior:
HTTP Proxy Listening on 127.0.0.1:8888
Socks5 Proxy Listening on 127.0.0.1:10080
Saving traffic to logs
2022/03/09 12:11:32 [002] WARN: Cannot read TLS response from mitm'd server denied address found for host
Current behaviour:
Establishes connection to denied target IP
Metadata
Metadata
Assignees
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.Inconsistencies or issues which will cause an issue or problem for users or implementors.