Simple URL Image Proxy - Screenshot proxy for malicious URLs (1 Viewer)

Joined
Jun 23, 2018
Credits
81
Rating - 0%
xwux32s.jpg


A simple html program to take screenshots of websites or use it as a screenshot proxy for malicious URLs.

Download: (Updated 03/03/2019)
http://www.filefactory.com/file/53cdws46gor1/Simple URL Image Proxy.zip

Virus Scan:
https://www.virustotal.com/#/file/3...32f6fd070f76a0bedde1957371b5a6e0de7/detection

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:

Users who are viewing this thread

Top