Skip to content

Commit

Permalink
Merge pull request #112 from blacksd/feat/swaks-tls
Browse files Browse the repository at this point in the history
feat(swaks): Add TLS support to SWAKS
  • Loading branch information
nicolaka authored Aug 16, 2022
2 parents 4a728d2 + 97a2713 commit f47dfab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ RUN set -ex \
git \
zsh \
websocat \
swaks
swaks \
perl-crypt-ssleay \
perl-net-ssleay

# Installing httpie ( https://httpie.io/docs#installation)
RUN pip3 install --upgrade httpie
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ To troubleshoot these issues, `netshoot` includes a set of powerful tools as rec
scapy
socat
strace
swaks
tcpdump
tcptraceroute
termshark
Expand Down Expand Up @@ -672,6 +673,7 @@ swaks --to [email protected] \
--from [email protected] --h-From: '"Fred Example" <[email protected]>' \
--auth CRAM-MD5 --auth-user [email protected] \
--header-X-Test "test email" \
--tls \
--data "Example body"
```

Expand Down

0 comments on commit f47dfab

Please sign in to comment.