fitzgeralddaniel / Base_Covert_Channel

Basic TCP & UDP channel integrated into Cobalt Strike to use as a starting point for developing External C2 covert channels.
2 stars 2 forks source link

IPv4 vs IPv6 #1

Open fitzgeralddaniel opened 3 years ago

fitzgeralddaniel commented 3 years ago

UDP does not allow for protocol-agnostic sockets. A choice between IPv4 and IPv6 should be included as an argument passed to both programs.

This may not be needed as IPv6 is not desired by user.

fitzgeralddaniel commented 2 years ago

IPv6 dev branch