36 lines
851 B
C#
36 lines
851 B
C#
// Decompiled with JetBrains decompiler
|
|
// Type: StoredClient
|
|
// Assembly: Raton, Version=0.4.0.0, Culture=neutral, PublicKeyToken=null
|
|
// MVID: 36C4E416-7F8D-4D23-930F-B5CCB0D810E7
|
|
// Assembly location: C:\Users\user\Desktop\v3.8.0 Deluxe Plugins (v4.0.0) cracked\Raton.exe
|
|
|
|
#nullable disable
|
|
public class StoredClient
|
|
{
|
|
public string UID { get; set; }
|
|
|
|
public string Password { get; set; }
|
|
|
|
public string IP { get; set; }
|
|
|
|
public string Group { get; set; }
|
|
|
|
public string UserMachine { get; set; }
|
|
|
|
public string OS { get; set; }
|
|
|
|
public string Version { get; set; }
|
|
|
|
public string Executing { get; set; }
|
|
|
|
public string AV { get; set; }
|
|
|
|
public string Status { get; set; }
|
|
|
|
public string Clock { get; set; }
|
|
|
|
public string Payload { get; set; }
|
|
|
|
public string Country { get; set; }
|
|
}
|