From e72a0e31f124db72108023b377293d3d66925189 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 24 May 2018 05:27:12 +0200 Subject: [PATCH] - Bare in mind 6666 if a high port marked as dangerous on chrome --- misp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misp.json b/misp.json index 839e141..a13f3d1 100644 --- a/misp.json +++ b/misp.json @@ -30,7 +30,7 @@ ["modifyvm", "{{.Name}}", "--natpf1", "ssh,tcp,,2222,0.0.0.0,22" ], ["modifyvm", "{{.Name}}", "--natpf1", "http,tcp,,8080,,80" ], ["modifyvm", "{{.Name}}", "--natpf1", "dashboard,tcp,,8001,0.0.0.0,8001" ], - ["modifyvm", "{{.Name}}", "--natpf1", "misp-modules,tcp,,6666,0.0.0.0,6666" ], + ["modifyvm", "{{.Name}}", "--natpf1", "misp-modules,tcp,,1666,0.0.0.0,6666" ], ["modifyvm", "{{.Name}}", "--vram", "32"] ],