常用软件下载地址整理
# 激活
激活方式
链接
数字激活
https://cmwtat.cloudmoe.com/cn.html
KMS 激活
https://kms.cx/
# 软件列表
软件
下载地址
java 23
https://www.graalvm.org/downloads/#
idm
https://www.internetdownloadmanager.com/download.html
idm 破解
https:/
more...Windows渗透常用命令
# windows
存放密码的目录
C:\Windows\System32\config\sam
存放 host 的目录
C:\Windows\System32\drivers\etc\hosts
查看端口 8080
netstat -ano | findstr :8080
隐藏文件
attrib +s +h xxx.txt ## 系统保护并且隐藏的文件
注销用户
logoff
more...linux渗透常用命令
# 系统用法
echo $0 ## 切换 shsystemctl status firewalld.service ## 查看防火墙服务cat /etc/passwd | shadow ## 查看用户history -c ## 清除 bash 历史记录systemctl --type==service ## 查看系统所有服务uname ## 查看系统版本# 网卡设置
开启 / 关闭网卡
ifconfig eth0 down ## 关闭网卡ifconfig eth0 up ##
more...