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 # ###