Expressway
Overall it's a pretty boring machine that uses a lot of CTF techniques and is a bit too hard coded.
Comprehensive writeups for HackTheBox machines across Easy, Medium, Hard, and Insane difficulties
Total 187 reports , currently page 6 of 19 (10 per page)
Overall it's a pretty boring machine that uses a lot of CTF techniques and is a bit too hard coded.
This machine is mainly used to examine the configuration and use of Erlang Shell and ssh. Generally speaking, it is a very novel ctf technique.
Very interesting and professional exploitation of XSS and cross-site attacks
The user part mainly examines the enumeration of APIs, and the use of environment variables in the permission escalation part
Very easy machine.
Regarding the foothold, our team discovered an XSS vulnerability and an unused user named "John." Perhaps SQL injection isn't the intended exploit? After all, this is an insane machine, so simply usin...
Very easy linux machine in this period.
1, Port scan ``` PORT STATE SERVICE VERSION 21/tcp open ftp Microsoft ftpd | ftp-syst: |_ SYST: Windows_NT 53/tcp open dom...
1,Recon port scan ``` PORT STATE SERVICE VERSION 22/tcp open ssh OpenSSH 9.2p1 Debian 2+deb12u4 (protocol 2.0) | ssh-hostkey: | ...
The CVE exploitation of the footprint is relatively complex, and mainly requires reading the POC document. For root, its cleanup script runs too frequently, and it needs to be completed as soon as pos...