- 内容: 操作系统、应用软件、补丁、服务、杀毒软件、权限、内网IP地址段、杀毒软件、端口、服务、补丁更新频率、网络连接、共享、会话。
- WMIC WMIC命令一览
- 操作系统查询
- systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
- systeminfo | findstr /B /C:"OS 名称" /C:"OS 版本"
- 用户信息
- net user
- matou jin WDAGUtilityAccount
- net localgroup administrators
- query user || qwinsta
- 防火墙配置
- netsh firewall set opmode disable
- netsh firewall add allowedprogram c:\nc.exe "allow nc" enable
- netsh advfirewall set allprofiles state off
- netsh advfirewall firewall add rule name="pass nc" dir=in action=allow program="C:\nc.exe"
- netsh advfirewall firewall add rule name="Remote Desktop" protocol=TCP dir=in localport=3389 action=allow
- netsh firewall show config
- 进程列表,计划任务等
- tasklist [/v]
- schtasks /query /fo LIST /V
- net statistics workstation
- 查找本机共享列表
- net share
- wmic share get name,path,status
- 网络信息收集
- route print
- arp -a
- netstat -ano
本机信息收集
发布于 2021-11-02 23 次阅读
赏
Comments | NOTHING