diff options
author | Vividh Mariya <55412084+MagnumDingusEdu@users.noreply.github.com> | 2020-04-11 21:41:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 21:41:09 +0000 |
commit | 5794a0e651f77bc14921712bb5dc65eb9b4ac689 (patch) | |
tree | 2f17cd6c7b587668e4906433948e186a9a1ea9db | |
parent | Merge pull request #2040 from eldadfux/patch-2 (diff) | |
download | awesome-selfhosted-5794a0e651f77bc14921712bb5dc65eb9b4ac689.tar.gz awesome-selfhosted-5794a0e651f77bc14921712bb5dc65eb9b4ac689.zip |
Added SocksBin, a terminal based pastebin
SocksBin is written in Python, uses pure python sockets, and needs no client.
Pipe the output of any command or file through *netcat* to the server, and it'll automatically generate both text and beautified html files.
Deployment is < 1 minute process.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1158,6 +1158,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com - [SharpPaste](https://github.com/phonicmouse/SharpPaste) - Cross-platform C# pastebin with client-side AES-256 encryption that just works. `MIT` `C#/NancyFX` - [Snibox](https://snibox.github.io/) - Code snippets manager with attractive tag-oriented interface. ([Demo](https://snibox-demo.herokuapp.com/), [Source Code](https://github.com/snibox/snibox)) `MIT` `Ruby` - [snipt](https://github.com/nicksergeant/snipt) - Long-term memory for coders. Share and store code snippets. `MIT` `Python` +- [SocksBin](https://github.com/magnumdingusedu/socksbin) - Simple and fast terminal based pastebin, with optional code highlighting.No specific client required, all you need is netcat. [Demo](https://socksbin.magnum.wtf). `GPL-3.0` `Python` - [Stikked](https://github.com/claudehohl/Stikked) - Advanced and beautiful pastebin. ([Demo](https://paste.scratchbook.ch/)) `GPL-3.0` `PHP` - [Sup3rS3cretMes5age](https://github.com/algolia/sup3rS3cretMes5age) - Very simple (to deploy and to use) secret message service using Hashicorp Vault as a secrets storage. `MIT` `Go` |