Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

OWASP/WebGoat.NET

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

	
	From the prompt, cd into the WebGoat.NET DB directory

        % cd /WebGoat.NET/DB

    Start the mysql utility, giving the name (and password, if needed) of a user permission to create databases. For example, to use the default root user:

        % mysql --user=root 

    Create the webgoat_coins database and load the schema. (Loading the schema the schema the first time will give error messages as it attemps to empty any existing tables, just ignore these.)

        mysql> create database webgoat_coins; 
		mysql> use webgoat_coins; 
        mysql> source create_webgoatcoins.sql; 

    Load the table contents:

        mysql> source load_webgoatcoins.sql; 

    Exit from mysql:

        mysql> quit; 

About

OWASP WebGoat.NET

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 80.9%
  • Classic ASP 15.6%
  • JavaScript 3.5%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.