summaryrefslogtreecommitdiff
path: root/file
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2019-06-01 01:10:47 -0600
committerIIMarckus <iimarckus@gmail.com>2019-06-01 01:10:47 -0600
commit316fb7a0ce9ec2bc1aa9595819f4077bb9248c41 (patch)
tree0cd0604be5aa8c229b2b1856542ee8a27a361e23 /file
parent2e1d3c5a8b7600f32e006e342d54784f1012b184 (diff)
Add an anonymous file upload form.HEADmaster
Diffstat (limited to 'file')
-rw-r--r--file/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/file/index.html b/file/index.html
new file mode 100644
index 0000000..371c731
--- /dev/null
+++ b/file/index.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<meta charset=utf-8>
+<title>File upload</title>
+<p>
+If you have files you’d like to pass on without revealing who you are,
+use the buttons below.
+After hitting “Send Files,” you’ll be sent back to the main page.
+<p>
+Please keep it to things I’d be interested in.
+Nintendo‐related stuff is a safe bet.
+<p>
+I don’t track or keep any logs of anyone who uploads using this form.
+That’s intentional.
+But if you don’t trust my assurances,
+download <a href="https://www.torproject.org/">Tor Browser</a> and use
+<a href="http://bdqx5tj6dsd5ukbk2nrl3owgkzkv3hhyt4shmdvf2qgbqy3h7pyni2id.onion/">this hidden service</a> instead.
+Tor prevents me from identifying you even if I try.
+
+<form method="post" enctype="multipart/form-data" action="/upload">
+<p><input type="file" name="file[]" multiple>
+<p><button type="submit">Send Files</button>
+</form>