SOC Complaints

IPAddress 172.20.0.4 Port 80 URL http://172.20.0.4/

Description

If you cannot access a website, complain to the SOC team then the SOC team will investigate.

Structure

.
├── app.js
├── config
│   └── cors.js
├── controllers
│   ├── complaints.js
│   └── manage.js
├── middlewares
│   └── error.js
├── package.json
├── routes
│   ├── complaints.js
│   └── manage.js
├── utils
│   ├── browser.js
│   └── database.js
└── views

Solution

Exploit

Attacker IPAddress

IPv4: 172.17.0.1

Start a webserver on docker interface via python

Content of index.html

Phish the SOC team

Flag

Explanation

Last updated

Was this helpful?