summaryrefslogtreecommitdiff
path: root/network/nikto/nikto.sh
diff options
context:
space:
mode:
Diffstat (limited to 'network/nikto/nikto.sh')
-rw-r--r--network/nikto/nikto.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/nikto/nikto.sh b/network/nikto/nikto.sh
new file mode 100644
index 0000000000..c722c9a993
--- /dev/null
+++ b/network/nikto/nikto.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/lib/nikto
+exec /usr/bin/perl nikto.pl "$@"