We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use my Mac to hack the kali by VMware,i can't bind to my Kali's ip how should I do.My lord.
the terminals are as follows
chendadadeMacBook-Pro:dnsteal-master chendada$ python dnsteal.py 192.168.31.202 -z -v
___ _ _ ___ _ _ | \| \| / __| |_ ___ __ _| | | |) | .` \__ \ _/ -_) _` | | |___/|_|\_|___/\__\___\__,_|_|v2.0
-- https://github.com/m57/dnsteal.git --
Stealthy file extraction via DNS requests
[Error] Cannot bind to address 192.168.31.202:53
The text was updated successfully, but these errors were encountered:
try sudo python dnsteal.py 192.168.31.202 -z -v
sudo python dnsteal.py 192.168.31.202 -z -v
Sorry, something went wrong.
I tried this and it still says same error. Did we miss a step?
Something is already bound to 53 then ? or the IP cannot be listened on ?
sudo netstat -tanp | grep 53 any results ?
sudo netstat -tanp | grep 53
No branches or pull requests
I use my Mac to hack the kali by VMware,i can't bind to my Kali's ip how should I do.My lord.
the terminals are as follows
chendadadeMacBook-Pro:dnsteal-master chendada$ python dnsteal.py 192.168.31.202 -z -v
-- https://github.com/m57/dnsteal.git --
Stealthy file extraction via DNS requests
[Error] Cannot bind to address 192.168.31.202:53
The text was updated successfully, but these errors were encountered: