Skip to content

Commit 5ccdcd6

Browse files
committed
Added instructions
1 parent 983d5c5 commit 5ccdcd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Ch06_SQLInjection/src/main/webapp/index.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<body>
1010
<h1>Chapter 06 - SQL Injection</h1>
1111

12-
<p><strong>Valid customers are:</strong> Arthur Dent, Ford Prefect, Tricia Trillian McMillan, Zaphod Beeblebrox, Marvin, Slartibartfast</p>
12+
<p>You can use different options to access the database. Not every field is attackable by SQL Injection.
13+
<strong>Valid customers are:</strong> Arthur Dent, Ford Prefect, Tricia Trillian McMillan, Zaphod Beeblebrox, Marvin, Slartibartfast</p>
1314

1415
<h2>Using Statement</h2>
1516

0 commit comments

Comments
 (0)