From 519e2dfa7f2131ff92d5094d411980ed8738dc19 Mon Sep 17 00:00:00 2001 From: netico Date: Mon, 14 Feb 2022 18:44:33 +0100 Subject: [PATCH] tcp-investigation.sh doc --- Network/Investigation/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network/Investigation/README.md b/Network/Investigation/README.md index ef2690e..9e291f2 100644 --- a/Network/Investigation/README.md +++ b/Network/Investigation/README.md @@ -33,7 +33,7 @@ You can use **git**. git clone https://git.lattuga.net/netico/code-library.git -And then look for the script **tcp-investigation.sh**. +and then look for the script **tcp-investigation.sh**. ### Post installation @@ -62,7 +62,7 @@ The script requires **root privileges**. Run Sending e-mail in a shell environment is not as easy as it sounds. It is even more complicated to send HTML instead of plain text. **mutt** and some versions of **mailx** support sending HTML, but require a working mail server. -To work around these problems, the script attempts to build a standards-compliant message so that it can be passed to a **Sendmail** wrapper (there are wrappers for **Exim**, **Postfix**, **qmail**) or [sent by **curl](https://everything.curl.dev/usingcurl/smtp) (also read [Using curl to send email](https://stackoverflow.com/questions/14722556/using-curl-to-send-email)). +To work around these problems, the script attempts to build a standards-compliant message so that it can be passed to a **Sendmail** wrapper (there are wrappers for **Exim**, **Postfix**, **qmail**) or [sent by curl](https://everything.curl.dev/usingcurl/smtp) (also read [Using curl to send email](https://stackoverflow.com/questions/14722556/using-curl-to-send-email)). Some recommended reading on email message format: [RFC822](https://datatracker.ietf.org/doc/html/rfc822), [RFC2822](https://www.rfc-editor.org/rfc/rfc2822).