Skip to main content

Command Palette

Search for a command to run...

NS3 | Network Security Series

network ð–§¹ 150pts

Published
•1 min read
S
Building solutions of my daily life problems with code.

Problem Statement

Knowing the directory where files uploaded are stored is important 
for reinforcing defenses against unauthorized access. 
Which directory is used by the website to store the uploaded files?

Flag Format: BUBT{///}

network_artifacts.pcapng

Prerequisites

  • Wireshark (basic use of filters, following HTTP/TCP streams, viewing responses)

Solution

From the previous problem NS2, I you notice you will see that the attacker is trying different paths (/admin/uploads, /uploads, /admin/, /reviews/uploads/)

I manually checked the responses for each path he tried and found a valid path that listed the file he uploaded.

Credits

  • Hashnode - for the amazing platform

  • BUBT - for the workshop

Cyber Skills Bootcamp Competition | BUBT

Part 3 of 9

A beginner-friendly walkthrough of the challenges given in the contest.

Up next

NS4 | Network Security Series

network ð–§¹ 75pts