内网信息收集

本机信息收集

网络信息收集

ipconfig /all

查看路由表和arp表
route print
arp -a

系统版本信息收集

systeminfo
或者更方便,使用
systeminfo |findstr /B /C:"OS 名称" /C:"OS 版本"

系统架构

echo %Processor_Architecture

查看进程

tasklist
wmic process list brief

获取软件信息

wmic product get name,version

查看计划任务

schtasks /query /fo LIST /v

用户信息

查看用户列表
net user

查看相关权限
whoami

自动信息收集工具

wmic

http://www.fuzzysecurity.com/scripts/files/wmic_info.rar

Empire

查看域信息

判断域是否存在

net config workstation
net time /domain
systeminfo

网段信息

查看存活主机

使用fscan

查看端口开放

telnet <主机名> <探测端口>

posted @   Ho1d_F0rward  阅读(10)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决
· 提示词工程——AI应用必不可少的技术
点击右上角即可分享
微信分享提示