dependencies

This commit is contained in:
Adrien MALINGREY 2021-11-04 00:47:22 +01:00
parent 2fdc7626d7
commit b2a2437f16
2 changed files with 10 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# nmail
Scan targets with nmap,
compare with previous scan
and send result by mail
Scan targets with nmap,
compare with previous scan
and send result by mail
## Dependencies
- nmap
- ndiff
- xsltproc

View File

@ -9,7 +9,7 @@
# compare with previous scan
# and send result by mail
#
# Depends : nmap (with ndiff) and xsltproc
# Dependencies : nmap, ndiff and xsltproc
#
###