Skip to content

oxasploits/spaste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

167 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A pure perl SSL encrypted port of fiche/termbin.com.

Notes

For the server I suggest adding an ssl group and spaste user, the systemd startup/respawn script if its a dedicated setup, and the crontab entry that removes expired pastes, for security purposes.

Deps

openssl or perl

Install

To install (this is a local install, no sudo needed), run:
./install.sh
or add the following line to your shell's startup file:
alias sp='timeout 3s openssl s_client -quiet -servername spaste.oxasploits.com -verify_return_error -connect spaste.oxasploits.com:8866 2>/dev/null | grep -v END | tr -d "\n"; echo'

Use

Useage:
echo "yes hello" | sp

Thanks

Thanks for a bugfix, brianx! Thanks to the creators of termbin.com for the general idea!

Releases

Packages

Contributors

Languages