Difference between revisions of "Set up bWAPP for MacOS (M1 Chip)"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
Line 17: Line 17:
2. Open the command prompt and use following commands
2. Open the command prompt and use following commands
      
      
  a)
  We have our downloaded zip file --> cd Downloads
 
  Unzip file --> sudo unzip -d /var/www/html bWAPP_latest.zip
  echo foo
  echo bar


=== Step 2 ===
=== Step 2 ===

Revision as of 14:55, 20 December 2023

Summary

bWAPP (Buggy Web Application) is an intentionally insecure web application designed for educational and training purposes. It was created to provide security professionals, developers, and students with practical experience in the field of web application security. bWAPP contains a variety of security vulnerabilities and weaknesses from the TOP 10 OWASP, allowing users to practice and understand the most critical web application security risks.

Requirements

  • Operating system: KaliLinux / beeBox

To install bWAPP, KaliLinux is recommended as the operating system, as Ubuntu 22.04LTS has compatibility problems with the latest bWAPP version and is therefore not recommended. Another alternative is beeBox, but this article will only deal with the installation of bWAPP on KaliLinux

Description

Step 1: Install bWAPP in Kali

1. Visit bWAPP Download Page - Download the newest version v2.2

2. Open the command prompt and use following commands

We have our downloaded zip file --> cd Downloads
Unzip file --> sudo unzip -d /var/www/html bWAPP_latest.zip

Step 2

Make sure to read

  • War and Peace
  • Lord of the Rings
  • The Baroque Cycle

Used Hardware

Device to be used with this documentation Maybe another device to be used with this documentation

Courses

References