Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SSL support #104

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Added SSL support #104

wants to merge 2 commits into from

Conversation

DrRemorse
Copy link

Hi,

I added SSL support to fiche this weekend and thought others might find it useful.

Thank you for your consideration.

@soakes
Copy link

soakes commented Sep 25, 2024

Thank you @DrRemorse, will give it a test here.

@soakes
Copy link

soakes commented Sep 25, 2024

If anyone wants to apply this patch, its quite easy to do...

git clone https://github.com/solusipse/fiche.git /usr/src/fiche 
cd /usr/src/fiche 
git fetch origin pull/104/head:pr-104 
git checkout pr-104 
make
make install

Thanks agian @DrRemorse for making this possible.

To send data to the SSL version, you need to use ssl enabled version of netcat, nmap package contains ncat which has ssl support, then you you can use...

 ❯ echo moo | ncat --ssl termbin.example.com 9999
https://termbin.example.com/4yx4ct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants