Skip to content

osirislab/Giraffe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Giraffe

A broken webapp to teach intro web security.

Setup

  1. Install Apache, MySQL, PHP (AMP)

    https://help.ubuntu.com/community/ApacheMySQLPHP

    The versions used during development were:

    • Apache - Apache/2.2.22 (Ubuntu)
    • MySQL - 5.5.29-0ubuntu0.12.10.1
    • PHP - 5.4.6-1ubuntu1.2 (cli)

  2. Copy Giraffe files to the server root.

  3. Setup the database by using the database.sql file.

    Example Command: mysql -u root -p < database.sql

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages