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

Added support for hosting payload over custom DNS server #35

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

shariqmalik
Copy link
Contributor

Added -dns or --dns-server options to start a DNS server on port 53. On the victim's computer, the DNS payload will be executed, and the chunks of TXT records will be received to construct the actual payload. The DNS server will also attempt to resolve the fake domain name provided with the -d argument and will return the fake/false information. This way, you can use a fake domain name to transmit the payload to the victim machine.

This approach was developed to keep the real payload hidden from researchers' sight.

Screenshot:
DNS-SERVER-Support

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.

1 participant