# winPEAS(提權工具) ###### tags: `Windows 域滲透` `window提權` ### window 枚舉工具找出信息, kali 安裝: https://www.kali.org/tools/peass-ng/ 執行所有檢查 ``` C:\Users\User\winPEASx64.exe quiet cmd fast ``` 枚舉系統資訊看是否有錯誤的設定 ``` C:\Users\User\winPEASx64.exe quiet servicesinfo ``` 查看是否有系統簽發可自動執行的程式 ``` C:\Users\User\winPEASx64.exe quiet applicationsinfo ``` 查看是否設定重複註冊表值 ``` C:\Users\User\winPEASx64.exe quiet windowscreds ``` 查看是否有密碼外洩 ``` C:\Users\User\winPEASx64.exe quiet filesinfo userinfo ``` 查看正在執行的執行緒 ``` C:\Users\User\winPEASx64.exe quiet procesinfo ``` 參考文章: https://bbs.kanxue.com/thread-259636.htm https://ithelp.ithome.com.tw/articles/10282063?sc=iThomeR https://www.freebuf.com/articles/web/281863.html
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.