retrieve NT account id's and groups

pwngamer253

New Member
is it possible to get the users nt login credentials (and the group whereto he belongs) when using an intranet site. i don't mean the standard asp request... but in the c# code? thanxUsing adsi you can. The script would have to have the appropriate permissions to do so. Check out the System.DirectoryServices namespace. Also do some searches for adsi. You will have to learn about the metabase and stuff.
 
Back
Top