-
Notifications
You must be signed in to change notification settings - Fork 56
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
Burp Collaborator always only gets 127.0.0.1 as source for lookups #43
Comments
Hi! Thanks for your issue. It comes at a very interesting time because I was just debating whether or not to remove burp collab support in the future versions of knary! We found so many issues (similar to this one) when using knary with burp I often think it would be easier just to axe support for it 😂 Can you send me your |
|
Hi there! I think I have fixed this in the dev branch. https://github.com/sudosammy/knary/tree/dev - The new version of knary requires a change in how the DNS is setup though. It should hopefully be easier now as you only need to point your domain's name servers to ns.redacted.de and set the glue record to your knary server. knary is now its own root nameserver for all requests *.redacted.de rather than only for *.dns.redacted.de. If you're keen to try it out, |
Hi sorry for my delay. Just pulled the dev branch and compiled it. Now facing the following issue:
So
works fine. However when tying the burp forwarded subdomain it fails:
The error is raised by:
Burp collab is running and DNS is listening on 8053, see:
I am confused :) |
Hey! Sorry I didn't see this sooner, must have just missed the email. Right. I see why this is happening. This is going to be harder to fix than I thought haha. Might need to create a packet from source: https://pkg.go.dev/github.com/google/gopacket?utm_source=godoc#hdr-Creating_Packet_Data ... Hmm.. I think I'll move to release version 3.3.0 without this fix in it and then focus on it |
Just saw you pushed a new release. I assume this issue here is still open, based on the changelog items or should I give it a try? |
No unfortunately I suspect this is still an issue in the 3.x brach. I will check it out more soon :) |
Hi, does the latest version of knary |
Hi,
I really like knary but since ever I got the problem, that when combining/integrating knary with a private Burp Collab instance, the IP information is lost when knary forwards the request to the Collab instance, see:
Is there a way to fix this behaviour?
The text was updated successfully, but these errors were encountered: