The Hacker Tools
GitHub
Twitter
The Hacker Recipes
Search…
Introduction
Mimikatz 🥝
General 🛠️
Modules
crypto
dpapi
event
kerberos
lsadump
misc
net
alias
deleg
group
if
serverinfo
session
share
stats
tod
trust
user
wsession
privilege
process
rpc
sekurlsa
service
sid
standard
token
ts
vault
🛠️ Impacket
🛠️ CrackMapExec 🔱
🛠️ Exegol
Powered By
GitBook
serverinfo
net::serverinfo
displays information about the logged in server
Win 10
Win Server 2012R2
Win Server 2016 Essentials
1
mimikatz # net::serverinfo
2
platform_id: 500
3
name : WIN10
4
version : 10.0
5
comment :
6
type : 00001003 - workstation ; server ; nt ;
Copied!
1
mimikatz # net::serverinfo
2
platform_id: 500
3
name : WIN2012-R2
4
version : 6.3
5
comment :
6
type : 00009003 - workstation ; server ; nt ; server_nt ;
Copied!
1
mimikatz # net::serverinfo
2
platform_id: 500
3
name : DC
4
version : 10.0
5
comment : My business server
6
type : 0080102b - workstation ; server ; domain_ctrl ; time_source ; nt ; dfs ;
Copied!
Previous
if
Next
session
Last modified
6mo ago
Copy link