Installing
- 
2. Enabling .NET RepositoryAdd .NET Repository for Kali GNU/Linux Follow the Debian Buster setup. 
- 
3. Installing DependenciesNext to Install Required Package 
 Simply play:sudo apt install -y apt-transport-https 
- 
4. Installing .NET CoreThen to Install .NET Core 6 on Kali 
 For the Dotnet SDK play:sudo apt install -y dotnet-sdk-6 And instead for ASP.NET Core Runtime (Already included in the SDK): sudo apt install -y dotnet-runtime-6.0 Authenticate with the User Admin Pass. 
 If Got “User is Not in Sudoers file” then see: How to Enable sudo
Contents
