Get the latest tech news
The Null Pointer
HE NULL POINTER ================ HTTP POST files here: curl -F'file=@yourfile.png' https://0x0.st You can also POST remote URLs: curl -F'url=http://example.com/image.jpg' https://0x0.st If you don't want the resulting URL to be easy to guess: curl -F'file=@yourfile.png' -Fsecret= https://0x0.st curl -F'url=http://example.com/image.jpg' -Fsecret= https://0x0.st It is possible to append your own file name to the URL: https://0x0.st/aaa.jpg/image.jpeg URL SHORTENING HAS BEEN DISABLED DUE TO FREQUENT ABUSE File URLs are valid for at least 30 days and up to a year (see below). Files can be set to expire sooner by adding an "expires" parameter (in hours) curl -F'file=@yourfile.png' -Fexpires=24 https://0x0.st OR by setting "expires" to a timestamp in epoch milliseconds curl -F'file=@yourfile.png' -Fexpires=1681996320000 https://0x0.st Expired files won't be removed immediately but within the next minute.
Whenever a file that does not already exist or has expired is uploaded, the HTTP response header includes an X-Token field. To delete the file immediately: curl -Ftoken=token_here -Fdelete= https://0x0.st/abc.txt To change the expiration date (see above): curl -Ftoken=token_here -Fexpires=3 https://0x0.st/abc.txt Maximum file size: 512.0 MiB Not allowed: application/x-dosexec, application/x-executable, application/x-sharedlib, application/x-hdf5, application/java-archive, application/vnd.android.package-archive, application/x-rar, application/vnd.microsoft.portable-executable TERMS OF SERVICE ---------------- 0x0.st is NOT a platform for: * piracy * pornography and gore * extremist material of any kind * terrorist content * malware / botnet C&C * anything related to crypto currencies * backups * CI build artifacts * other automated mass uploads * doxxing, database dumps containing personal information * anything illegal under German law Uploads found to be in violation of these rules will be removed, and the originating IP address may be blocked from further uploads. Note that Tor exit nodes are blocked by the firewall due to frequent rule violations.
Or read this on Hacker News