Metasploit mailing list archives

Re: forking based on resolution


From: scriptjunkie <scriptjunkie1 () googlemail com>
Date: Sat, 19 Jun 2010 23:28:11 -0400

Run exploit on different server or port or path or something, and
direct people to a page like this:
<html>
<body>
<script>
if(screen.width < 800 || screen.height < 600)
 alert("This page must be viewed with a browser capable of greater
than 800x600 resolution");
else
 window.location = "/path/to/exploit";
</script>
</body>
</html>


On Sat, Jun 19, 2010 at 5:47 PM, Jeffs <jeffs () speakeasy net> wrote:
Any ideas on how to fork exploits based on the resolution of a the browser?
 It seems to me this would be a great switch to have in the program so one
could deliver expolits/payloads based on the resolution:

set resolution browser

with this setting "on" a message would be displayed to the user that they
must view the page using a browser capable of > 800 x 600, thereby forcing
the user to switch from PDA to desktop/laptop.
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework




-- 
scriptjunkie
https://scriptjunkie1.wordpress.com/
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework


Current thread: