-
Notifications
You must be signed in to change notification settings - Fork 356
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
--gen-relay-list not working #207
Comments
For simplicity's sake i ran it with just 1 host
|
Just tested it. It looks like this functionality doesn't work if you don't supply a username and password, which is definitely a bug. We'll have to fix this to properly write it out, and make sure other functionality didn't break because of it. Just goes to show even a small change can cause big issues 😟 @choket in the mean time, please explicitly set NULL credentials via |
Nice, thanks for the quick responses everyone! |
Yep, it works with that change. |
This is resolved by #208 |
Describe the bug
The flag --gen-relay-list does not actually create a file with targets that have SMB signing disabled.
To Reproduce
I downloaded NetExec from the github repository and installed it using
python3 -m pipx install .
Then, I run the command
nxc smb 192.168.56.0/24 --gen-relay-list relay_targets.txt
to generate a file with hosts that have SMB signing disabled. The tool correctly shows which hosts have SMB signing disabled, but it does not save them to a file.Screenshots
If applicable, add screenshots to help explain your problem.
NetExec info
The text was updated successfully, but these errors were encountered: