cobbr / Covenant

Covenant is a collaborative .NET C2 framework for red teamers.
https://cobbr.io/Covenant.html
GNU General Public License v3.0
4.16k stars 769 forks source link

[Feature Request] Support IPV6 #27

Open ldesauln opened 5 years ago

ldesauln commented 5 years ago

It appears that Covenant does not supprt IPV6.

~/Covenant/Covenant$ dotnet run --username XXX --password XXXX -c [9000:470:b2b5:cafe:XXXX:XXXX:XXX:XXX] Using launch settings from /home/covi/Covenant/Covenant/Properties/launchSettings.json... Failed to initialize CoreCLR, HRESULT: 0x80070057

ldesauln commented 5 years ago

Maybe just changing the profile would fix the issue. I have not been able to succeed.

cobbr commented 5 years ago

Thanks @ldesauln, I'll look into this