trishankkarthik / remote_viewing

Detonate a website remotely instead of locally
4 stars 0 forks source link

Self-destruct containers #3

Open trishankkarthik opened 8 years ago

trishankkarthik commented 8 years ago

Since these containers open untrusted web sites, they are very likely going to be compromised :) We should have these containers self-destruct and rebuild on certain conditions (e.g., if the browser has crashed, or if enough time has passed by, or if the user asks for it).

trishankkarthik commented 7 years ago

From today's CoreOS announcement:

Today we announce rkt’s ability to automatically detect privilege escalation attacks on containers. If such an attack is detected, the container will automatically shut down and a new instance will be started.

Very cool. Remote Viewing could use that to solve this issue.