From 7071090e32a4558c557a3db6c0007a03313589e8 Mon Sep 17 00:00:00 2001 From: Eliran Azulay <145766995+eliran-legit@users.noreply.github.com> Date: Sun, 27 Apr 2025 17:58:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7104f69..26b0fe6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ OWASP Top 10 for Node.js web applications: ### Do it! [A Vulnerable Node.js App for Ninjas](http://nodegoat.herokuapp.com/) to exploit, toast, and fix. You may like to [set up your own copy](#how-to-setup-your-copy-of-nodegoat) of the app to fix and test vulnerabilities. Hint: Look for comments in the source code. ##### Default user accounts -The database comes pre-populated with these user accounts created as part of the seed data - +The database comes pre-populated with these user accounts created as part of the seed data -gfds * Admin Account - u:admin p:Admin_123 * User Accounts (u:user1 p:User1_123), (u:user2 p:User2_123) * New users can also be added using the sign-up page.