Upload of project source code files.
This commit is contained in:
9
seraph/Seraph.Components/Exfiltration/Network/Network.cs
Normal file
9
seraph/Seraph.Components/Exfiltration/Network/Network.cs
Normal 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.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user