ports/security/caldera4/files/patch-plugins_access_data_payloads_scanner.sh
Jose Alonso Cardenas Marquez 68d46afaba
security/caldera4: Repocopy from security/caldera
- Update pkg-message.in
- Update haproxy dependency to 2.4.x
- Fix permission issues with some caldera directories
- Bump PORTREVISION
2024-02-17 16:20:14 -05:00

11 lines
303 B
Bash

--- plugins/access/data/payloads/scanner.sh.orig 2021-10-01 14:07:40 UTC
+++ plugins/access/data/payloads/scanner.sh
@@ -1,5 +1,5 @@
-#!/bin/bash
+#!/bin/sh
echo '[+] Starting basic NMAP scan'
nmap -Pn $1
-echo '[+] Complete with module'
\ No newline at end of file
+echo '[+] Complete with module'