Upload of project source code files.

This commit is contained in:
2026-02-17 04:22:40 +01:00
parent c488e05d28
commit 6fd5c2f1cf
105 changed files with 1302 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace seraph.Seraph.Components.Exfiltration.Network;
public class Network : Seraphian.Seraphh
{
public override void Run()
{
Console.WriteLine("Network Exfiltration Running.");
}
}