9 lines
205 B
C#
9 lines
205 B
C#
namespace seraph.Seraph.Components.Exfiltration.Network;
|
|
|
|
public class Network : Seraphian.Seraphh
|
|
{
|
|
public override void Run()
|
|
{
|
|
Console.WriteLine("Network Exfiltration Running.");
|
|
}
|
|
} |