mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
- Update pkg-message.in - Update haproxy dependency to 2.4.x - Fix permission issues with some caldera directories - Bump PORTREVISION
11 lines
303 B
Bash
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'
|