前言
得到高权限的用户后
我们需要进行有用信息的收集
并尽可能隐藏痕迹
1、linux中的重要信息
Linux中的重要信息如下:
/etc/resolv.conf #DNS配置
/etc/passwd #用户账号
/etc/shadow #用户密码
whoami #当前用户
who –a #当前所有用户
ifconfig -a #网络信息
iptables -L -n #防火墙
netstat –rn #当前系统的网关和路由
uname –a #系统版本
ps aux #所有进程
dpkg -l | head #所有安装好的软件包
2、Windows中的重要信息
Windows中的重要信息如下:
ipconfig /all #所有网络参数
ipconfig /displaydns #DNS缓存
netstat -bnao #