From 78fdb54bda678c93651672c0b7585fdfab89ae0d Mon Sep 17 00:00:00 2001 From: Elliot Chernofsky Date: Thu, 19 Dec 2024 12:49:06 -0500 Subject: [PATCH] Remove double console when opening fakenet --- packages/fakenet-ng.vm/fakenet-ng.vm.nuspec | 2 +- packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec b/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec index dacce7012..0354336a3 100755 --- a/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec +++ b/packages/fakenet-ng.vm/fakenet-ng.vm.nuspec @@ -2,7 +2,7 @@ fakenet-ng.vm - 3.3.0.20241124 + 3.3.0.20241219 FakeNet-NG is a dynamic network analysis tool. Mandiant diff --git a/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 b/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 index aa6f46d51..4aca8473d 100755 --- a/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 +++ b/packages/fakenet-ng.vm/tools/chocolateyinstall.ps1 @@ -32,7 +32,7 @@ try { $toolDir = Join-Path $toolDir $dirList[0].Name -Resolve $executablePath = Join-Path $toolDir "$toolName.exe" -Resolve - VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -executableDir $toolDir -consoleApp $true + VM-Install-Shortcut -toolName $toolName -category $category -executablePath $executablePath -executableDir $toolDir Install-BinFile -Name $toolName -Path $executablePath # Replace `default.ini` with our modified one that includes change for 'internet_detector'.