Files
seraph/seraph/Seraph.Components/Exfiltration/Network/Network.cs

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.");
}
}