NO

Author Topic: Enumerating local user accounts  (Read 609 times)

Online Vortex

  • Member
  • *
  • Posts: 839
    • http://www.vortex.masmcode.com
Enumerating local user accounts
« on: August 31, 2024, 08:43:37 PM »
The NetUserEnum API can be used to enumarate the local user accounts. The example code supplied here can be compiled with Pelles C. You need to replace all the occurences of %s with %ls :

https://learn.microsoft.com/en-us/windows/win32/api/lmaccess/nf-lmaccess-netuserenum

Code it... That's all...