Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. pfaffle
  2. windows
  3. users groups
  4. win filesystem
  5. registry
  6. windows internals
  7. drivers
  8. services
  9. syswow64
  10. windows event logs
  11. management with control panel and MMC
  12.  
  13.  
  14. mmc vs. control panel
  15.  
  16. on the command line
  17. 'set' lists environment variables
  18.  
  19. User Account Control - UAC
  20. started with Vista
  21. principle of least privilege
  22.  
  23. Access Contol List - ACL
  24. owner is different;
  25. can help you out of a catch-22
  26. with e.g. an administrator is added
  27. to a deny-permission type group
  28. groups
  29. auth. users
  30. SYSTEM
  31. Administrators
  32. Users
  33. allow
  34. not having it means you
  35. don't have the permission
  36. deny
  37. unix doesn't have it
  38. having it means you
  39. can't be given permission
  40. it trumps allow permission
  41.  
  42. icacls , cacls
  43. command line permissions tool
  44.  
  45. .cmd, .bat are batch files
  46.  
  47. registry
  48. regedit
  49. hives
  50. registry keys/sub-keys
  51. values
  52. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
  53. Security Authentication Manager - SAM
  54. HKEY_LOCAL_MACHINE\SAM
  55. HKEY_USERS
  56. entries are Security Identifiers - SID
  57. HKEY_CLASSES_ROOT
  58. handlers
  59. default applications for extension types
  60.  
  61. Globally-Unique Identifier - GUID
  62.  
  63. Windows on Windows(64-bit) - WOW64
  64. for backward compat. w/32-bit apps
  65. 32-bit apps see sysWOW64 directory as System32 "magically"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement