Thanks timmedin
Pash-the-hash works because the hash is reused without modification and it is the sole piece used for authentication. This is the same reason that cookie and session hijacking work in web apps.
How can you get transparent access to network without storing users' credentials somewhere?And without asking users to enter their passwords each time they want to access a resource on the network?
What the modification will do to the process?
The attack is specific to the protocol and its authentication mechanism, NTLMv1 authentication. You won't be able to authenticate to a *nix ssh server or ftp server, but it will work against a samba server that supports NTLMv1 auth.
I'm not that familiar with Linux so please don't flame me if the question sounded silly.
If a company is working in a pure Linux environment, where users will pretty much be accessing shared folders to work on files, print files, etc. How they will be able to do it without being asked for their passwords each time they want to use a resource?