Removed hardcoded webgoat path for URLs
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@367 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -9,8 +9,8 @@ xmlns="http://www.w3.org/TR/REC-html40">
|
||||
<meta name=ProgId content=Word.Document>
|
||||
<meta name=Generator content="Microsoft Word 12">
|
||||
<meta name=Originator content="Microsoft Word 12">
|
||||
<link rel=File-List href="/WebGoat/lesson_solutions/SqlNumericInjection_files/filelist.xml">
|
||||
<link rel=Edit-Time-Data href="/WebGoat/lesson_solutions/SqlNumericInjection_files/editdata.mso">
|
||||
<link rel=File-List href="lesson_solutions/SqlNumericInjection_files/filelist.xml">
|
||||
<link rel=Edit-Time-Data href="lesson_solutions/SqlNumericInjection_files/editdata.mso">
|
||||
<!--[if !mso]>
|
||||
<style>
|
||||
v\:* {behavior:url(#default#VML);}
|
||||
@ -36,9 +36,9 @@ w\:* {behavior:url(#default#VML);}
|
||||
<o:Version>12.00</o:Version>
|
||||
</o:DocumentProperties>
|
||||
</xml><![endif]-->
|
||||
<link rel=themeData href="/WebGoat/lesson_solutions/SqlNumericInjection_files/themedata.thmx">
|
||||
<link rel=themeData href="lesson_solutions/SqlNumericInjection_files/themedata.thmx">
|
||||
<link rel=colorSchemeMapping
|
||||
href="/WebGoat/lesson_solutions/SqlNumericInjection_files/colorschememapping.xml">
|
||||
href="lesson_solutions/SqlNumericInjection_files/colorschememapping.xml">
|
||||
<!--[if gte mso 9]><xml>
|
||||
<w:WordDocument>
|
||||
<w:TrackMoves>false</w:TrackMoves>
|
||||
@ -638,7 +638,7 @@ query: SELECT * FROM weather_data WHERE station = 101<o:p></o:p></span></p>
|
||||
|
||||
<p class=MsoNormal><span style='font-family:"Arial","sans-serif"'><o:p> </o:p></span></p>
|
||||
|
||||
<img src = "/WebGoat/lesson_solutions/SqlNumericInjection_files/numericinjection.png" width=350px>
|
||||
<img src = "lesson_solutions/SqlNumericInjection_files/numericinjection.png" width=350px>
|
||||
|
||||
|
||||
<p class=MsoCaption>Figure <!--[if supportFields]><span style='mso-element:
|
||||
@ -654,7 +654,7 @@ field-end'></span><![endif]--> Intercepted Request with WebScarab<span style='fo
|
||||
a list of all stations:<o:p></o:p></span></p>
|
||||
|
||||
|
||||
<img src = "/WebGoat/lesson_solutions/SqlNumericInjection_files/numericinjection_solved.png" width=350px>
|
||||
<img src = "lesson_solutions/SqlNumericInjection_files/numericinjection_solved.png" width=350px>
|
||||
|
||||
|
||||
<p class=MsoCaption>Figure <!--[if supportFields]><span style='mso-element:
|
||||
|
Reference in New Issue
Block a user