Skip to main contentSkip to main content
The Red Raffle banner icon.

The Jr Pentester Path just got rebuilt. Complete rooms, earn tickets, and win a free PT1 cert.

Room Banner
Back to all walkthroughs
Room Icon

Walking An Application

Premium room

Manually review a web application for security issues using only your browser's developer tools.

easy

60 min

33

User profile photo.
User profile photo.

To access material, start machines and answer questions login.

In this room, you will learn how to manually review a web application for security issues using only the built-in tools in your browser. More often than not, automated security tools and scripts will miss many potential vulnerabilities and useful information.

Learning Objectives

By the end of this room, you will be able to:

  • Use your browser to view the human-readable source code of a website
  • Inspect page elements and make changes to view the usually blocked content
  • Inspect and control the flow of a page's JavaScript
  • Identify the network requests a page makes
  • Identify locally stored data by a website

Prerequisites

You should have an understanding of the following rooms before starting:

Machine Access

Launch the AttackBox using the Start AttackBox button, and the Target machine using the Start Machine button below. Then, use Mozilla Firefox on the AttackBox to navigate to http://MACHINE_IP to access the website, which we will use throughout this room to understand the fundamental concepts.

Set up your virtual environment

To successfully complete this room, you'll need to set up your virtual environment. This involves starting both your AttackBox (if you're not using your VPN) and Target Machines, ensuring you're equipped with the necessary tools and access to tackle the challenges ahead.
Attacker machine
Status:Off
Target machine
Status:Off
Answer the questions below

I have deployed the virtual machines and opened the website!