Careers
IPAddress 172.20.0.3 Port 80 URL http://172.20.0.3/
Description
Find and apply to career opportunities at TCC.
Structure
.
├── app
│ ├── __init__.py
│ ├── routes.py
│ ├── static
│ │ └── assets
│ │ ├── css
│ │ │ └── careers.css
│ │ ├── img
│ │ │ └── construction.jpg
│ │ └── js
│ ├── templates
│ │ ├── includes
│ │ │ ├── footer.html
│ │ │ ├── header.html
│ │ │ └── scripts.html
│ │ ├── index.html
│ │ └── layouts
│ │ └── base.html
│ ├── uploads
│ └── views.py
├── flag.txt
└── run.py
10 directories, 12 filesSolution
Install pip for python
Install requests for the exploit
Exploit
Flag
Explanation
Last updated
Was this helpful?