Ready to Start Your Career?

January 1, 2016
Smbclient Command Not Working In Linux

January 1, 2016
I was watching [this video about smbclient](https://www.cybrary.it/video/enumeration-smbclient-lab-screen-capture/) but when i tried on my own it showed an error message \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ **What I typed.**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ smbclient -I (valid IP adress) -L (site's name) -N -U *I actually did the same as was told in the video but instead getting a good result i got this*- \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ **OUTPUT**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ Warning : The "syslog" option is deprecated Connection to (valid IP adress) failed(Error NT\_STATUS\_IO\_TIMEOUT)
I was watching [this video about smbclient](https://www.cybrary.it/video/enumeration-smbclient-lab-screen-capture/) but when i tried on my own it showed an error message \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ **What I typed.**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ smbclient -I (valid IP adress) -L (site's name) -N -U *I actually did the same as was told in the video but instead getting a good result i got this*- \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ **OUTPUT**\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ Warning : The "syslog" option is deprecated Connection to (valid IP adress) failed(Error NT\_STATUS\_IO\_TIMEOUT)
Maybe you can use "rpcclient" instead: rpcclient -U "" ///I think it has a -N switch as well.
^This. rpcclient works when trying to enumerate SMB shares.
Thank you