Escape
Gaining Access
$ nmap -p- --min-rate 3000 -Pn 192.168.157.113
Starting Nmap 7.93 ( https://nmap.org ) at 2023-07-14 16:01 +08
Nmap scan report for 192.168.157.113
Host is up (0.18s latency).
Not shown: 65532 closed tcp ports (conn-refused)
PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
8080/tcp open http-proxyWeb Enumeration -> File Upload
<html>
<head>
<style type="text/css">
<!--
body {
background-image: url(jail.jpg);
}
->
</style>
<title>Escape</title>
</head>
<body>
</body>
</html>


Privilege Escalation
SNMP -> Docker Escape

LogRotate SUID -> PATH Hijack

OpenSSL -> File Read

Last updated