From b2a2437f167da7b7e196d4139c9984682c92ac9b Mon Sep 17 00:00:00 2001 From: adrien Date: Thu, 4 Nov 2021 00:47:22 +0100 Subject: [PATCH] dependencies --- README.md | 12 +++++++++--- nmail.sh | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e45fa2..8f5603a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # nmail -Scan targets with nmap, -compare with previous scan -and send result by mail \ No newline at end of file +Scan targets with nmap, +compare with previous scan +and send result by mail + +## Dependencies + +- nmap +- ndiff +- xsltproc \ No newline at end of file diff --git a/nmail.sh b/nmail.sh index 0789588..c58a36a 100755 --- a/nmail.sh +++ b/nmail.sh @@ -9,7 +9,7 @@ # compare with previous scan # and send result by mail # -# Depends : nmap (with ndiff) and xsltproc +# Dependencies : nmap, ndiff and xsltproc # ###