From 6134243cc6d02044cef394fe22567bc586487ab9 Mon Sep 17 00:00:00 2001 From: William Metcalf Date: Tue, 24 Nov 2009 22:04:47 -0600 Subject: [PATCH] shellcode ports var should be negated --- oisf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oisf.yaml b/oisf.yaml index 9f139851ee..4ed278a59e 100644 --- a/oisf.yaml +++ b/oisf.yaml @@ -96,7 +96,7 @@ vars: HTTP_PORTS: "80:81,88" - SHELLCODE_PORTS: 80 + SHELLCODE_PORTS: "!80" ORACLE_PORTS: 1521