BruteShark
BruteShark copied to clipboard
Improve Installer: Enforce .NET Core SDK As Prerequisites Of BrueSharkDesktop
Edit BruteSharkInstaller project so it will enforce existence / installation of .NET Core SDK before installing BruteSharkDesktop.
NOTE: BruteSharkInstaller is a WiX Toolset project, if you are not familiar with this type projects it's worth to learn how to use WiX Toolset before working on this issue.
I installed the SDK as a pre-requisite, and then installed BruteShark on Windows. It doesn't work however, double clicking the .Exe and/or shortcut does nothing. Right click > Run as Admin does nothing either. Could not get it to work. Any help is appreciated.
Hi @shittyfollower Have you installed .net framework or .net core? What version of .net core? Do you have Wireshark (or npcap installed) ?
Hey, Thanks for the response!
- https://dotnet.microsoft.com/download
.NET 5.0 (recommended)
- I install NPCAP from Nmap.org
@shittyfollower You need to instal .Net Core. E.g https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-3.1.406-windows-x64-installer
That is embarrassing. Thanks.
@shittyfollower Thats cool Cheers 🙂