Skip to main content

Command Palette

Search for a command to run...

NS5 | Network Security Series

network ð–§¹ 200pts

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

Problem Statement

Understanding the value of compromised data assists in 
prioritizing incident response actions. What file was 
the attacker trying to exfiltrate?

Flag Format: BUBT{filename}

network_artifacts.pcapng

Prerequisites

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

Solution

I further analyzed the packets (what did I even do? just scrolled through the packets :3), focusing specifically on what he did after accessing the upload directory.

💡
In Linux, the /etc/passwd file is used to keep track of every registered user that has access to a system. read more

Credits

  • Hashnode - for the amazing platform

  • BUBT - for the workshop

Cyber Skills Bootcamp Competition | BUBT

Part 5 of 9

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

Up next

NS6 | Network Security Series

network ð–§¹ 200pts