9 Years of Service
74%
Please note, if you want to make a deal with this user, that it is blocked.

A simple html program to take screenshots of websites or use it as a screenshot proxy for malicious URLs.
Download: (Updated 03/03/2019)
To see this hidden content, you must like this content.
Virus Scan:
To see this hidden content, you must like this content.
Source code:
Code:
<html>
<title>Simple URL Image Proxy</title>
<body bgcolor="black">
<center>
<br>
<h1><font color="white">Simple URL Image Proxy</font></h1>
<br>
<form action="http://api.screenshotmachine.com/?" target="frame">
<input type="hidden" name="key" value="4ba62b">
<input type="hidden" name="dimension" value="640x480">
<input type="hidden" name="device" value="desktop">
<input type="hidden" name="format" value="jpg">
<input type="hidden" name="cacheLimit" value="1">
<input type="hidden" name="delay" value="0">
<input type="text" name="url" value="" placeholder="ex: http://example.com">
<input type="submit" name="submit" value="Visit!">
</form>
<iframe name="frame" frameborder="0" height="480" width="640"></iframe>
</center>
</body>
</html>
Last edited by a moderator: