aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 10:50:20 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 10:50:20 +1300
commitbbf65a3cb12c5d41f5e87352a9da8a8111740a20 (patch)
tree6ab12ea052503e77fd1cba9a9461a621ae4457d5
parentShow only --open ports (diff)
downloadnwatch-bbf65a3cb12c5d41f5e87352a9da8a8111740a20.tar.gz
nwatch-bbf65a3cb12c5d41f5e87352a9da8a8111740a20.zip
Update croncrypt(1) recommendation
Mail::Run::Crypt is probably a better bet.
-rw-r--r--README.markdown4
-rwxr-xr-xbin/nwatch5
-rw-r--r--share/man/man1/nwatch.17
3 files changed, 9 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown
index 5514321..f1c5a3a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -19,8 +19,8 @@ intended to be called from `cron(8)`:
0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
I recommend you use
-[`croncrypt(1)`](https://sanctum.geek.nz/cgit/croncrypt.git/about/), so you
-don't leak your network information in plain text in your email.
+[Mail::Run::Crypt](https://metacpan.org/pod/Mail::Run::Crypt), so you don't
+leak your network information in plain text in your email.
Please also consider whether your scan actually requires root privileges, and
could not instead be run by a dedicated user with appropriately limited
diff --git a/bin/nwatch b/bin/nwatch
index 3579c9b..eb28a52 100755
--- a/bin/nwatch
+++ b/bin/nwatch
@@ -13,8 +13,9 @@
# intended to be called from cron(8):
# 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
#
-# I recommend you use croncrypt(1), so you don't leak your network information
-# in plain text in your email: <https://sanctum.geek.nz/cgit/croncrypt.git/about>
+# I recommend you use Mail::Run::Crypt, so you don't leak your network
+# information in plain text in your email:
+# <https://metacpan.org/pod/Mail::Run::Crypt>
#
# Please also consider whether your scan actually requires root privileges, and
# could not instead be run by a dedicated user with appropriately limited
diff --git a/share/man/man1/nwatch.1 b/share/man/man1/nwatch.1
index 9414e0e..109d891 100644
--- a/share/man/man1/nwatch.1
+++ b/share/man/man1/nwatch.1
@@ -23,14 +23,15 @@ for running from cron(8):
.PP
0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
.PP
-I recommend you use croncrypt(1), so you don't leak your network information in
-plain text in your email: https://sanctum.geek.nz/cgit/dotfiles.git/about/
+I recommend you use Mail::Run::Crypt, so you don't leak your network
+information in plain text in your email:
+https://metacpan.org/pod/Mail::Run::Crypt
.PP
Please also consider whether your scan actually requires root privileges, and
could not instead be run by a dedicated user with appropriately limited
privileges.
.SH SEE ALSO
-nmap(1), ndiff(1), croncrypt(1)
+nmap(1), ndiff(1), runcrypt(1), Mail::Run::Crypt(3)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>