Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

[FOR FUN] x0.monster - Filehost
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[FOR FUN] x0.monster - Filehost

dIsKdIsK Member

Hi,
next little project we want to show-off is https://x0.monster/

 === How To Upload ===
You can upload files to this site via a simple HTTPS POST, e.g. using curl:
curl -F "file=@/path/to/your/file.jpg" https://x0.monster/

Or if you want to pipe to curl *and* have a file extension, add a "filename":
echo "hello" | curl -F "file=@-;filename=.txt" https://x0.monster/

On Windows, you can use ShareX and import this custom uploader - https://x0.monster/?sharex

Or simply choose a file and click "Upload" on the site.

 === File Sizes & Retention ===
The maximum allowed file size is 10 MiB.

Files are kept for a minimum of 31, and a maximum of 365 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.

 === Terms Of Service ===
x0 is NOT a platform for:
    * piracy
    * extremist material of any kind
    * malware / botnet C&C
    * doxxing, database dumps containing personal information
    * anything illegal

Uploads found to be in violation of these rules will be removed,
and the originating IP address blocked from further uploads.

Note that Tor exit nodes are blocked by the firewall due to frequent rule violations.

 === Contact ===
If you want to report abuse of this service, or have any other inquiries,
please write an email to [email protected]

Comments

  • mwtmwt Member
    edited July 2022

    I have one of those (but locked): https://mwt.sh

    I'll throw in my termux-file-editor script. If you put this in your bin folder in termux and install the appropriate termux tools, you can upload to these just by choosing termux to edit your file.

    OUTPUT=$(curl -F"file=@$1" https://x0.monster/)
    echo $OUTPUT
    termux-clipboard-set $OUTPUT
    read -p DONE
    
  • BlaZeBlaZe Member, Host Rep

    n o i c e

Sign In or Register to comment.