This commit is contained in:
Anonymous
2023-07-29 23:37:10 +05:30
parent c6c629437c
commit 85f5411b6e
158 changed files with 220479 additions and 4 deletions

12
Stealer/Password.cs Normal file
View File

@@ -0,0 +1,12 @@
namespace Stealer;
public class Password : Item
{
public string sUrl { get; set; }
public string sUsername { get; set; }
public string sPassword { get; set; }
public string Target { get; set; }
}