--dns-server option is ignored
Describe the bug
when using nxc --dns-server x.x.x.x smb ..., it still uses the DNS server from /etc/resolv.conf.
To Reproduce Looking at DNS lookups in wireshark, we can see that they are sent to the system's DNS server instead of the one specified with --dns-server
Expected behavior DNS lookups should go to the DNS server specified in the command line.
Screenshots
NetExec info
$ nxc --version 1.3.0 - NeedForSpeed - 677e2548 - 526
Not sure what the problem is, looks good on my side:
Closing due to inactivity