bWAPP – Bee Bug – Installation

Slides:



Advertisements
Similar presentations
WordPress Installation for Beginners Sheila Bergman
Advertisements

MySQL Installation Guide. MySQL Downloading MySQL Installer.
FIRST SESSION - XAMPP Jeongmin Lee.  Jeongmin Lee  CS  PHD  Machine Learning, AI  Web System Development.
Presentation Heading – font Arial
©2009 Justin C. Klein Keane PHP Code Auditing Session 3 – Tools of the Trade & Crafting Malicious Input Justin C. Klein Keane
CSS Central: Central Management Utility Screen View Samples Next.
Web Application Server Apache Tomcat Downloading and Deployment Guide.
OpenNebula VM ICOM5016 DATABASE SYSTEMS PROFESSOR: DR. AMIR CHINAEI PREPARED BY: PAUL BARTUS.
Install WordPress with Xampp. By With Thanks to: Rupesh Kumar.
XMAS installation instructions Windows Version: 1.0 4/22/2008.
Creating and Publishing Your own website
Dynamic Web site With PHP and MySQL. MySQL The combination of MySQL database and PHP scripting language is optimum for building dynamic websites. MySQL.
NetBeans IDE Downloading and Installation Guide. Downloading NetBeans IDE Installation Setup.
Installing VMware & the Data ONTAP Simulator SE Technical Academy.
Linux Operations and Administration
Digital Logic and State Machine Design Installing Xilinx WebPACK 12.4 CS 2204 Digital Hardware.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Eucalyptus Virtual Machines Running Maven, Tomcat, and Mysql.
ASU Information Technologies presents U-DESK A Virtual Desk top experience.
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
NUMOSS NURUL ‘IZZATI BINTI OTHMAN A
MIS Week 5 Site:
Objectives Define IP Address To be able to assign an IP address with its Subnet Mask and Default Gateway to a PC that operates using Windows 7 or Fedora.
Setting Up a Local WordPress Development Environment By Gregory Young Alternative Hosting
Creating and Publishing Your own web site PC Version SEAS 001 Professor Ahmadi.
ISYS 475 Project: Customizing a Zen Cart E-Commerce Site.
Making Your Website Public From the left panel of the Website Manager page, select Preview Website. A landing page will open. Click on the orange Preview.
Mozilla Firefox By: Hassan Aslam Angela Brown Allen Lewis Brain Molczyk Megan Propts.
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Proxy Installer for Windows Squid: Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response.
SAFARI ODBC INSTALLATION Go to the TRECA home WEB page.
1 Session 1: Introduction to PHP & MySQL iNET Academy Open Source Web Development.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
How to Deploy and Configure the Smart Net Total Care CSPC Collector
Apache, MySQL and PHP Installation and Configuration Chapter 2 MySQL Installation and Configuration.
MySQL Getting Started BCIS 3680 Enterprise Programming.
WAMP Server Installatin Shiyun Wen. WAMP Server Installation  WAMP Server is an integrated installation of Apache, MySQL, and PHP for Windows. Following.
Professor Syed Rizvi.  Download xampp software package from:  windows.html
SQL SERVER 2008 Installation Guide A Step by Step Guide Prepared by Hassan Tariq.
Steps to Install VirtueMart 1. Setup Database 2. Download VirtueMart 3. Setup VirtueMart 4. Test installation Prerequisites: 1. XAMPP installation complete.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
How to Fix Binkw32.dll Error
1 Mapping a Drive on a USF IIS Server. 2 Mapping a Drive To map a drive to a network file directory in Windows you must be on a Microsoft local area network,
Intro to APACHE, MySQL, and PHP & freely available (hackable) Packages Aonghus Sugrue 04 Oct 2012.
By Rina Juliana ; Meryan Itoanna ; Riska Nurmalia CREATE A WEBSITE BY OFFLINE.
ENDNOTE Installation Guide. E ENDNOTE ON LIBRARY PAGE ( Scroll down to see download instructions.
Virtual Machines Module 2. Objectives Define virtual machine Define common terminology Identify advantages and disadvantages Determine what software is.
Tomcat Setup BCIS 3680 Enterprise Programming. One-Click Tomcat Setup 2  This semester we’ll try to set up Tomcat with a PowerShell script.  Preparation.
MySQL Getting Started BCIS 3680 Enterprise Programming.
Installing a Moodle Test Site The painless and easy way.
Installing and Configuring Moodle. Download Download latest Windows Install package from Moodle.orgMoodle.org.
Building Your Own Website Using:. Install & configure LAMP. Download WordPress and run it as a local website on your Raspberry Pi. Configure WordPress.
Wordpress. What is Wordpress? Wordpress is a content management system. It is free and easy to use. It allows you to build dynamic websites It is built.
Outline  XAMPP  XAMPP Install  Put php and HTML documents  Windows and Mac Version  Security.
APACHE INSTALL AWS Linux (Amazon Web Services EC2)
bitcurator-access-webtools Quick Start Guide
Penetration Testing Social Engineering Attack and Web-based Exploitation CIS 6395, Incident Response Technologies Fall.
CSC227: Operating Systems
WikID installation/training
WEB APPLICATION TESTING
UFIE8K10-M Data Management 2006/7
Tips to Manually Uninstall Norton Antivirus 2012.
INSTALLING AND SETTING UP APACHE2 IN A LINUX ENVIRONMENT
Cyber Operation and Penetration Testing Social Engineering Attack and Web-based Exploitation Cliff Zou University of Central Florida.
bitcurator-access-webtools Quick Start Guide
Virtual Machine and VirtualBox
Virtual Machine and VirtualBox
Help Me FedEx – Installing and Using
XAMPP.
Presentation transcript:

bWAPP – Bee Bug – Installation

bWAPP, or a buggy web application, is a free and open source deliberately insecure web application. It helps security enthusiasts, developers and students to discover and to prevent web vulnerabilities. bWAPP prepares one to conduct successful penetration testing and ethical hacking projects. It covers all major known web bugs, including all risks from the OWASP Top 10 project. I will now show you how to install bWAPP two different ways. Option 1: Windows with IIS and MySQL, with XAMPP Option 2: Using bee-box, a custom Linux VM pre-installed with bWAPP.

Download Page: http://sourceforge.net/projects/bwapp/files/?source=navbar

Step 1 Windows – bWAPP & XAMPP Download the latest version of bWAPP from SourceForge and XAMPP from apachefriends. http://sourceforge.net/projects/bwapp/files/bWAPP/ https://www.apachefriends.org/download.html Unzip XAMPP within the C: Drive and install

Run XAMPP to get to the control Panel Hit Start Apache Hit Start MySQL

Unzip bWAPP, copy and its full contents into C:\xampp\htdocs

Edit the file 'admin/settings Edit the file 'admin/settings.php' with your own database connection settings.

Open the Security console XAMPP directory

Set the the MYSQL password within the MYSQL SECTION: "ROOT" PASSWORD

Browse to the file 'install.php' in the directory 'bWAPP'. Login with the default credentials, or make a new user. default credentials: bee/bug

Step 2: VMware Bee-Box and local Windows Bee-box is a custom Linux VM pre-installed with bWAPP. Bee-box is a custom Linux VM (virtual machine) pre-installed with bWAPP. Bee-box gives you several ways to hack and deface the bWAPP website. It's also possible to hack the bee-box to get root access... With bee-box you have the opportunity to explore all bWAPP vulnerabilities! Download the latest version of bWAPP from SourceForge http://sourceforge.net/projects/bwapp/files/bee-box/

Unzip bee-box and double click on the bee-box – VMware virtual machine configuration this will load the config file into VMware

From here it is ready to use, although we will be making some changes.

Open a terminal and run ifconfig command to find the assigned

Now that we know the bWAPP IP we will now alter the network configurations using for eth0 using the following command sudo gedit /etc/network/interfaces My IP is 192.168.68.132, yours will be different and you will need to alter the following file similar too mine.

Once the network configuration for Bee-Bug is complete carry out a network restart. sudo /etc/init.d/networking restart   The last step is too paste the following in a Windows file explorer and choose notepad to open the hosts file. C:\Windows\System32\Drivers\etc\hosts Enter the IP obtained within Bee-Bug – again mine was 192.168.68.132 so mines look like the following and save.

The process is now compete and simply type itsecgames The process is now compete and simply type itsecgames.com into the windows browser and start hacking.

This project is part of the ITSEC GAMES project This project is part of the ITSEC GAMES project. ITSEC GAMES are a fun approach to IT security education. IT security, ethical hacking, training and fun... all mixed together. https://twitter.com/MME_IT