VenomRat
This commit is contained in:
12
Stealer/BrsType.cs
Normal file
12
Stealer/BrsType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Stealer;
|
||||
|
||||
public class BrsType
|
||||
{
|
||||
public const string Chrome = "Chrome";
|
||||
|
||||
public const string Firefox = "Firefox";
|
||||
|
||||
public const string IE = "IE";
|
||||
|
||||
public const string Edge = "Edge";
|
||||
}
|
||||
Reference in New Issue
Block a user