2x.si
Open in
urlscan Pro
172.67.143.156
Public Scan
URL:
https://2x.si/
Submission: On May 06 via api from US — Scanned from DE
Submission: On May 06 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST
<form id="frm" method="post" enctype="multipart/form-data">
<label for="file" class="cursor-pointer bg-white hover:bg-gray-300 px-4 py-2 rounded-md border-solid border-2 border-black">Choose File</label>
<input type="file" name="file" id="file" class="hidden">
<input type="hidden" name="formatted" value="true">
<input type="submit" value="Upload" class="bg-black text-white px-4 py-2 rounded-md cursor-pointer hover:bg-gray-800 mt-4">
</form>
Text Content
HOW TO UPLOAD You can upload files to this site via a simple HTTP POST, e.g. using curl: curl -F "file=@/path/to/your/file.jpg" https://2x.si/ Or if you want to pipe to curl *and* have a file extension, add a "filename": echo "hello" | curl -F "file=@-;filename=.txt" https://2x.si/ On Windows, you can use ShareX and import this custom uploader. Or simply choose a file and click "Upload" below: Choose File FILE SIZES ETC. The maximum allowed file size is 100 MiB. Files are kept for a minimum of 31, and a maximum of 180 Days. How long a file is kept depends on its size. Larger files are deleted earlier than small ones. This relation is non-linear and skewed in favour of small files. The exact formula for determining the maximum age for a file is: MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_SIZE))^2 CONTACT If you want to report abuse of this service, or have any other inquiries, please write an email to root@2x.si