diff --git a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc index 894003063..2ccda9d92 100644 --- a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc +++ b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/Uploading_files.adoc @@ -1,12 +1,12 @@ == Uploading files -In this section you can upload files these files will be available from outside -the application. For example in a XXE attack you want to reference a DTD which you -reference from a xml, you can use WebWolf to serve this DTD. +In this section you can upload files. These files will be available from outside +the application. For example if you want to reference a DTD which you +reference from an xml in an XXE attack, you can use WebWolf to serve this DTD. image::images/files.png[caption="Figure: ", style="lesson-image"] {nbsp} After uploading a file you can use the 'Link' to get the full URL to the uploaded -file. \ No newline at end of file +file.