Explore HTB - Walkthrough
Hey peeps Styx here, This is a quick write-up on the Explore box. The box is rated as easy. But this is also the first android challange! ____________________________________________________________________________________ # RECON # OS = Android version = 4.9.214-android-x86_64-g04f9324 ____________________________________________________________________________________ ## PORTS ## 3 ports open 2222 tcp SSH-2.0-SSH Server - Banana Studio 44491 tcp 42135/tcp open http ES File Explorer Name Response httpd 59777 http Bukkit JSONAPI httpd for Minecraft game server 3.6.0 or older ____________________________________________________________________________________ #EXPLOITATION# The ES File Explorer service seems to have and arbitrary file read vulnerability. Link can be found -- > here run python3 exploit.py listPics 10.10.10.247 We can see a couple of pics in that di...