1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Spell-check NSEDoc.

This commit is contained in:
david
2010-07-19 16:29:48 +00:00
parent b70fe49adf
commit 3df554de64
7 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ for. The level of access required for this varies between Windows versions, but
2000 anybody (including the anonymous account) can access this, and in Windows 2003 a user
or administrator account is required.
I learned the idea and technique for this from sysinternals' tool, <code>PsLoggedOn.exe</code>. I (Ron
I learned the idea and technique for this from Sysinternals' tool, <code>PsLoggedOn.exe</code>. I (Ron
Bowes) use similar function calls to what they use (although I didn't use their source),
so thanks go out to them. Thanks also to Matt Gardenghi, for requesting this script.