Description: Share your terminal output with anyone with just 3 more characters
terminal (481) pastebin (78) netcat (5) nopaste (4) socat (1) no-paste (1)
88888888 8888 8::::::8 8888888 888:::8 8::::::8 8:::::8 8:::::8 8::::::8 8:::::8 8:::::8 8:::::8 8:::::8 8888888:::::8888888 888888888888 88888 888888888 8888888 8888888 8888888888 888888888888 8888 88888888 888888888:::::8 88888 888888888 8::::8 8:::::::::::::::::8 88::::::::::::88 8::::888:::::::::8 88:::::::8 8:::::::88 88::::::::::8 88::::::::::::88 8:::88::::::::88 88::::::::::::::8 8::::888:::::::::8 8::::8 8:::::::::::::::::8 8::::::88888:::::888:::::::::::::::::8 8::::::::::88::::::::::888::::::::::
$ echo "hello world" | socat - TCP:termsend.pl:1337 https://termsend.pl/o/gin9b $ curl https://termsend.pl/o/gin9b hello world netcat Due to the fact that not all implementations of netcat send FIN at the end of transfer, command is a little bit longer as it is required to add ending string so server can know when to finish transfer.
$ echo 'alias ts="socat - TCP:termsend.pl:1337"' >> ~/.bashrc $ source .bashrc Now you can upload anything with just 3 more keystrokes adding |ts