kali命令

rar2john 123.rar > 123.txt
cat 123.txt
john --wordlist=./rockyou.txt 123.txt
等session complete
然后运行
john --show 123.txt
就是密码

 lsof -i 22 看22端口被什么程序占用

ps -aux|grep pid号 看程序的路径

 

nmap -sS -O ip地址或者域名 能看服务器的哪些端口是开放的

 

unrar e *.rar解压rar文件

posted @ 2022-01-17 09:17  Russ_Cox  阅读(36)  评论(0)    收藏  举报