hostname
systeminfo
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
echo %PROCESSOR_ARCHITECTURE%
DRIVERQUERY
wmic logicaldisk get caption,description,providername
type C:\windowssystem32driversetchosts
type C:\windowssystem32inetsrvconfigapplicationHost.config
wmic product get name,version
tasklist /svc
wmic process list brief
wmic /Node:localhost /Namespace:\rootSecurityCenter2 Path AntiVirusProduct Get displayName /Format:List
wmic startup get command,caption
net start
wmic service list brief
sc query
schtasks /query /fo LIST /v
net statistics workstation
query user || qwinsta
query session
在域内,本地普通用户无法查阅域内信息,域内用户可以直接查阅 而本地管理员可以提升权限为system,域中机器有个机器用户$,机器的本地system用户对应域内的机器用户,所以可以查阅域内信息
whoami
whoami /all
net user
net localgroup
net localgroup administrators
ipconfig /all
route print
arp -A
net share
wmic share get name,path,status
netstat -ano
netstat -anob #查看对应的程序,需要权限
REG QUERY "HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionInternet Settings"
本文始发于微信公众号(XG小刚):信息搜集-本机信息
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论