Find Server Version
While enumerating services it may be hard to ascertain the actual version of the server running. Though the enumeration tool/script may come up with the version, it is possible for the server to run an entirely different version.
Here is a method to find the real version of SMB.
Edit the smb.conf file to include the following line under the global section and restart the service,
This enables SMB client to accept the minimum protocol the server may accept.
After restarting, run the following 2 commands from different terminals,
Last updated