-
Notifications
You must be signed in to change notification settings - Fork 347
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
Does smbmap support CIDR notation? #44
Comments
I just tested it, and CIDR notation appeared to be functional. CIDR notation is only compatible with the -H argument. The --host-file argument does not yet support CIDR. |
sudo smbmap -H 10.11.1.1/24 |
Ok it would seem there is a weird error in the ipaddress library. Try using the following while I work out how to address the issue: $ ./smbmap.py -H 10.11.1.0/24 Thanks for reporting the problem! |
Ya it works when you provide a network id not an IP address with CIDR notation. |
OK, i just pushed an update. I think it should address the problem with having the host bit set to a non-zero value. Let me know if it did the trick, and we can close this one out. Thanks! |
It's working. What is the pipeline for kali repo? |
I wish I knew more about how to get the latest greatest into Kali, but I'm pretty uninformed about the workflow. For now just clone the GitHub repo for the latest stable. Thanks again for the feedback! |
No description provided.
The text was updated successfully, but these errors were encountered: