Anonymous Login
Using a random username and password you can check if the target accepts annonymous logon
Make sure the password is empty
cme smb 10.10.10.178 -u 'a' -p ''
You can also check this behavior with smbclient or rpcclient
Last updated
Using a random username and password you can check if the target accepts annonymous logon
Make sure the password is empty
cme smb 10.10.10.178 -u 'a' -p ''
You can also check this behavior with smbclient or rpcclient
Last updated
smbclient -N -L \\10.10.10.178
rpcclient -N -L 10.10.10.178