• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Simple URL Image Proxy - Screenshot proxy for malicious URLs

Status
Not open for further replies.

electrify

Member
User
Joined
Nov 13, 2015
Messages
221
Reputation
0
Reaction score
1,123
Points
143
Credits
0
‎9 Years of Service‎
74%
Please note, if you want to make a deal with this user, that it is blocked.
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)
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:
Status
Not open for further replies.
Back
Top