Skip to content

Added SSL support#104

Open
DrRemorse wants to merge 2 commits intosolusipse:masterfrom
DrRemorse:master
Open

Added SSL support#104
DrRemorse wants to merge 2 commits intosolusipse:masterfrom
DrRemorse:master

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