Skip to content
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

fix dns correlation id processing #918

Merged
merged 1 commit into from
Jul 15, 2024
Merged

fix dns correlation id processing #918

merged 1 commit into from
Jul 15, 2024

Conversation

dogancanbakir
Copy link
Member

Closes #898

Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

interactsh Server:

$ go run . -duc -sa -d localhost -debug -verbose -lip 192.168.10.4
...
[DBG] New DNS request: ;; opcode: QUERY, status: NOERROR, id: 46069
;; flags: rd ad; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version 0; flags:; udp: 4096

;; QUESTION SECTION:
;aaaaacqah18vc0thivicc8k50qnuqqsphjo68e.192.168.10.4.   IN       A

...

DNS interaction:

$ dig @192.168.10.4 aaaaacqah18vc0thivicc8k50qnuqqsphjo68e.192.168.10.4

@Mzack9999 Mzack9999 merged commit 43c5eca into dev Jul 15, 2024
8 checks passed
@Mzack9999 Mzack9999 deleted the fix_dns_correlation_id branch July 15, 2024 12:09
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding a taint as prefix to payload URL does not work with DNS interactions
2 participants