Web browser using the html template


A company has rolled out its rst Web-based email system. After the user authenticates to the systems Web server, the server stores a cookie (called SessionCookie) in the users browser so that all subsequent requests from this user do not require authentication. Email messages are displayed in the users Web browser using the following HTML template:
< HTML >
< BODY >
- - - Headers appear here - - -
< DIV ID = "msg" >
- - - Email message is displayed here - - -
< /DIV >
< /BODY >
< /HTML >

1. Give an example of an email message that you could send to a user of this Web-based email system and that would allow you to read all of that users email.

2. How would you modify the Web-based email system to prevent the attack you discovered in the first part?

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Web browser using the html template
Reference No:- TGS0110063

Expected delivery within 24 Hours