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

@ -3,3 +3,9 @@
Scan targets with nmap, Scan targets with nmap,
compare with previous scan compare with previous scan
and send result by mail and send result by mail
## Dependencies
- nmap
- ndiff
- xsltproc

View File

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