Index of /~erikpoll/sws2/demo

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]demo_get_post.html2024-01-24 14:21 4.8K 
[TXT]demo_javascript.html2024-01-28 18:44 4.0K 
[DIR]img/2024-01-28 18:46 -  
[   ]example_external_javascript.js2024-01-28 18:48 42  
[TXT]demo_DOM2.html2024-01-28 19:03 5.4K 
[TXT]demo_DOM.html2024-01-28 19:42 4.0K 
[TXT]mixed_content.html2024-02-15 13:24 1.7K 
[TXT]test_SOP.html2024-02-18 22:28 1.8K 
[TXT]test_SOP_http_version.html2024-02-26 13:11 2.1K 
[TXT]JS_via_console.html2024-02-26 13:23 3.3K 
[TXT]xss_via_DOM.html2024-02-26 14:43 5.1K 
[TXT]framebusting1.html2024-03-10 14:55 352  
[TXT]framebusting2.html2024-03-10 14:55 1.3K 
[TXT]framebuster.html2024-03-10 14:55 922  
[TXT]clickjack_basic.html2024-03-11 08:52 1.0K 
[TXT]clickjack_some_button.html2024-03-11 08:52 1.3K 
[DIR]components/2024-03-11 09:22 -  
[TXT]clickjack_some_button_transparent.html2024-03-11 09:23 1.1K 
[TXT]movement.html2024-03-11 09:27 651  
[TXT]README.html2024-03-11 12:41 5.8K 
[TXT]UI_redressing_brightspace.html2024-03-11 15:30 1.4K 

websec demos

Demo webpages for Web Security

This directory contains some examples that illustrate some features of the web (or more in particular, of HTTP and HTML). They are all bare-bones examples consisting of just a few lines of HTML. Things are kept as simple as possible to make the fundamental concepts clear. Most webpages these days make use of frameworks to make them look nicer. They usually also include JavaScript that is executed client-side in the browser: they are then called web apps rather than web pages.

The web page you are currently seeing is simply a directory listing that is exposed to the internet by a web server. It is the default behaviour of our university web server to display the content of any README.html file present in a directory, so the bottom part of this webpage is the content of the file README.html in the directory web-docs/websec/demo of my Linux home directory.

We sometimes we will refer to the official HTML specification for some details. The HTML spec is not part of the exam material: the spec is constantly updated and the PDF version is over 1400 pages long. The spec is available as one page of HTML but the multipage version may make for more pleasant browsing.

Demos for lecture 1:

Demos for lecture 2:

Demos for lecture 4:

Demos for lecture 5:

Demos for lecture 7:

About the webpage you are seeing now: if you access the URL http://www.cs.ru.nl/~erikpoll/websec/demo the web server will show the directory listing of ~erikpoll/webdocs/demo, which you see at the top of the page, and the content of file README.html in that directory. This README.html file displayed automatically by the webserver is you ask for a directory listing, and your browser renders it as HTML. The directory ~erikpoll/webdocs/demo is simply a directory on the local file system of our Linux server that has been set to be world-readable.