Linux
小于 1 分钟
Linux
用户信息
- 用户信息
whoami
who/w
id
finger
cat /etc/passwd
cat /etc/shadow
cat /etc/gshadow
cat /etc/group
进程信息
- 进程信息
ps aux
ps -efl
top
pstree -aup
- 端口进程
sudo lsof -i:22
sudo netstat -tunlp | grep 53
- 关闭进程
kill -9 PID
系统信息
- 主机名称
uname -a
- 内核版本
uname -srm
hostnamectl
hostnamectl | grep -i kernel
cat /proc/version
- CPU信息
lscpu
cat /proc/cpuinfo
- 内存信息
free -m -w
cat /proc/meminfo
- 交换分区
free -m -w
cat /proc/meminfo
- 环境变量
set
启动信息
计划任务
schtasks
密码信息
- 查看用户密码
cat /etc/password
cat /etc/shadow
票据信息
磁盘信息
网络信息
- 查看网卡信息
ifconfig
- 查看host信息
cat /etc/hosts
- 查看网卡信息
ifconfig
arp -a
route print
netstat -anot
Get-NetTCPConnection
文件信息
服务信息
sc query
wmic service list brief
Get-WmiObject win32_service | select PathName
日志信息
软件信息
wmic product get name,version
驱动信息
DRIVERQUERY