美文网首页
VulnHub walkthrough

VulnHub walkthrough

作者: satyrs_sh | 来源:发表于2017-12-12 12:52 被阅读0次

Necromancer

arp -scan -l

 [#nat](chrome-extension://hmjkmjkepdijhoojdojkdfohbdgmmhki/#label/nat)

nmap 192.168.224.132

tshark -l eht0

nc -l 4444

nc -nvlp 4444

base64 -d -

base64 -di code

#hashcat -b

hashcat64.exe -a 0 -m 0 hash.txt des.txt -r ...rule

nc -nvu 192.168.224.132 666 (pass:opensesame)

hit enter

id; do a quick buffer flow

# 现在打开了port

binwalk ****.jpg #zip archive in a picture

binwalk --dd=''.*" ***.jpg

ls -al

cd extracted_dir

unzip somename

cat ***.txt

cat ***.txt | base64 -d;echo

#将hash放入hash.txt

gobuster -s 200 -u 192.168.244.132/somekeyornameyougotbefore/ -w /usr/share/wordlists/

server image

相关文章

网友评论

      本文标题:VulnHub walkthrough

      本文链接:https://www.haomeiwen.com/subject/rcogixtx.html