https://github.com/oxagast/spaste
Securely paste from the command line (like an SSL termbin.com)
https://github.com/oxagast/spaste
paste pastebin pastebin-client pastebin-service pastebinalternative secure ssl
Last synced: 4 months ago
JSON representation
Securely paste from the command line (like an SSL termbin.com)
- Host: GitHub
- URL: https://github.com/oxagast/spaste
- Owner: oxagast
- License: gpl-3.0
- Created: 2021-03-29T04:05:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T15:06:11.000Z (7 months ago)
- Last Synced: 2025-01-11T21:07:16.468Z (5 months ago)
- Topics: paste, pastebin, pastebin-client, pastebin-service, pastebinalternative, secure, ssl
- Language: HTML
- Homepage: https://spaste.oxasploits.com/
- Size: 1020 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Security: SECURITY
Awesome Lists containing this project
README
A pure perl SSL encrypted port of https://github.com/solusipse/fiche termbin.com in perl.
Install: `echo "alias sp='openssl s_client -verify_return_error -servername spaste.oxasploits.com -quiet -connect spaste.oxasploits.com:8888 2>/dev/null'" >> ~/.bashrc && source ~/.bashrc`
Useage: `echo "yes hello" | sp`
Notes: This also works with ncat from the nmap package if you have that installed but for some odd reason not openssl.
Thanks to brianx for finding a bug in the openssl version where certs were not being verified, and the wrong cert was being served up, thus MITM was possible. Since it has been fixed.