termbin.com Open in urlscan Pro
5.39.93.71  Public Scan

URL: http://termbin.com/
Submission: On March 22 via manual from US — Scanned from FR

Form analysis 0 forms found in the DOM

Text Content

Toggle navigation termbin.com
 * Home
 * Demo
 * Contact

 * Twitter
 * Facebook
 * Google+


ERMBIN.COM



NETCAT-BASED COMMAND LINE PASTEBIN.


DEMO

 



USAGE

echo just testing!  | nc termbin.com 9999

cat ~/some_file.txt | nc termbin.com 9999

ls -la | nc termbin.com 9999


REQUIREMENTS

There is only one thing you need to use this service - netcat.To check if you
already have it installed, type in terminal nc.

Netcat is available on most platforms, including Windows, Mac OS X and Linux.


ALIAS

To make your life easier, you can add alias to your .bashrc on Linux and
.bash_profile on Mac OS X. Just remember to reset your terminal session after
that.

echo 'alias tb="nc termbin.com 9999"' >> .bashrc

echo 'alias tb="nc termbin.com 9999"' >> .bash_profile

echo less typing now! | tb


FICHE

termbin.com is powered by Fiche - open source command line pastebin server.
There is a link to github repository: https://github.com/solusipse/fiche.


ACCEPTABLE USE POLICY

Please do not post any informations that may violate law (login/password lists,
email lists, personal information). IP addresses are logged, so you might get
banned.

Life span of single paste is one month. Older pastes are deleted.