I run a Windows server, is it possible to prevent user from enumerating user password hashes?
Also can someone explain how the hash dumping tools works? As I didn't find it with google
|
I run a Windows server, is it possible to prevent user from enumerating user password hashes? Also can someone explain how the hash dumping tools works? As I didn't find it with google |
|||
|
|
|
Hash dumping tools exploit access control weaknesses to gain access to the hashes (if you google SAM file you will find out more about it) So to prevent used accessing it you need to implement access controls. If your users have admin rights they can access anything in the system so you need to ensure they have ordinary user accounts. You also need to make sure your system is patched up to date, as a vulnerability may allow a tool to run with admin rights or otherwise gain access. |
|||||||
|