You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying to get Sliver DNS C2 channel working as a test. I had to run the following commands on my Ubuntu system, which fixed one DNS issue I was having (listed in the docs):
This allowed me to start the DNS listener on my machine (WINNING!). I purchased a domain with NameCheap, and created the following DNS records:
Type Host Value
A record domain-name.xyz My IP address
A record ns1.domain-name.xyz My IP address
NS record 1.domain-name.xyz ns1.my-domain.xyz
However, when I start the DNS listener, and run the EXE on a test windows machine, I do not get an active session. I have forwarded TCP & UDP ports 53 to my sliver C2 system (that is required, right?). I have previously used TLS beacons with no issue. Does anyone know what I might be doing wrong?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have been trying to get Sliver DNS C2 channel working as a test. I had to run the following commands on my Ubuntu system, which fixed one DNS issue I was having (listed in the docs):
systemctl disable systemd-resolved.service
systemctl stop systemd-resolved
rm -f /etc/resolv.conf
vim /etc/resolv.conf
This allowed me to start the DNS listener on my machine (WINNING!). I purchased a domain with NameCheap, and created the following DNS records:
Type Host Value
A record domain-name.xyz My IP address
A record ns1.domain-name.xyz My IP address
NS record 1.domain-name.xyz ns1.my-domain.xyz
However, when I start the DNS listener, and run the EXE on a test windows machine, I do not get an active session. I have forwarded TCP & UDP ports 53 to my sliver C2 system (that is required, right?). I have previously used TLS beacons with no issue. Does anyone know what I might be doing wrong?
Thanks for any guidance.
Beta Was this translation helpful? Give feedback.
All reactions