-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proxying problem #18
Comments
The purpose of dnschef is not to proxy traffic but to respond to arbitrary DNS requests to point a client to your real proxy. So in your case, you would still need to stand up some kind of listener on 8080. For example, you could start up burp proxy and redirect requests there.
… On Feb 19, 2019, at 12:16 AM, DeaDHackS ***@***.***> wrote:
Hey! I'm making a tool called WiFiSpy and i was thinking of adding a DNSChef options to be able to to DNS Spoofing! :) So i tried it, launched it, and tried to DNS Spoof my Browser, by modifying the HTTP Proxy settings in Firefox, though, i faced one problem! What is the default listening port? I tried doing '--port 8080' but it doesn't work it just says "Proxy is refusing connection"....
Can anyone help me?
INFO:
Command => dnschef --fakeip 192.168.***.*** --fakedomains youtube.com
Proxy Settings:
TYPE: HTTP Proxy (Use this settings for all protocols is checked)
IP: 127.0.0.1
PORT: ???? - Problem
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Will it work if i use a TCP socket bind on port 8080 using Python? |
Sure, as long as the client tries to access that port.
… On Feb 23, 2019, at 6:14 PM, DeaDHackS ***@***.***> wrote:
Will it work if i use a TCP socket bind on port 8080 using Python?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#18 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AA2MIZofSTkIUopvwzOPeKWVIqWlv0Rxks5vQfWbgaJpZM4bCZ5T>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! I'm making a tool called WiFiSpy and i was thinking of adding a DNSChef options to be able to to DNS Spoofing! :) So i tried it, launched it, and tried to DNS Spoof my Browser, by modifying the HTTP Proxy settings in Firefox, though, i faced one problem! What is the default listening port? I tried doing '--port 8080' but it doesn't work it just says "Proxy is refusing connection"....
Can anyone help me?
INFO:
Command => dnschef --fakeip 192.168.. --fakedomains youtube.com
Proxy Settings:
TYPE: HTTP Proxy (Use this settings for all protocols is checked)
IP: 127.0.0.1
PORT: ???? - Problem
The text was updated successfully, but these errors were encountered: