Skip to main content

Command Palette

Search for a command to run...

NS4 | Network Security Series

network ð–§¹ 75pts

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

Problem Statement

Identifying the port utilized by the web shell helps improve 
firewall configurations for blocking unauthorized outbound traffic. 
What port was used by the malicious web shell?

Flag Format: BUBT{PortNo}

network_artifacts.pcapng

Prerequisites

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

Solution

In the NS2 problem, we examined the PHP shell contents and saw an IP address and a port number.

Credits

  • Hashnode - for the amazing platform

  • BUBT - for the workshop

Cyber Skills Bootcamp Competition | BUBT

Part 4 of 9

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

Up next

NS5 | Network Security Series

network ð–§¹ 200pts