Results 1 to 10 of 10
  1. #1
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused

    Could i get some help for an Injector that injects a dll from ftp?

    Hay everyone!
    I need your Help.
    Because i need to create an programm that injects the .dll from an ftp server without that user user can see the .dll.
    It might be like the ****loader.But i only need the Load part.

  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    I don't know. I would just download it to a hidden location and delete it afterwards...dno how to inject a streamed file without saving it.



  3. #3
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Blubb1337 View Post
    I don't know. I would just download it to a hidden location and delete it afterwards...dno how to inject a streamed file without saving it.
    I mean that it be like the ****loader.
    The user dont can see the dll and he cant get the .dll.
    Thanks for your help

    Can the user see the hidden file ??Or can he find it??
    Cant i dowload the .dll toa hidden place and then inject it?
    Thanks in advance
    Last edited by Sydney; 06-28-2010 at 11:59 PM.

  4. #4
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Add it to resource of your project, then write the file to the harddrive as hidden.

    Then just inject it.
    -Rest in peace leechers-

    Your PM box is 100% full.

  5. #5
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Zoom View Post
    Add it to resource of your project, then write the file to the harddrive as hidden.

    Then just inject it.
    Can you describe it a bit more?
    Thanks in advance

  6. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    He described it well enough. You may figure out on your own.

    You will not be able to update your .dlls like that though.



  7. #7
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Blubb1337 View Post
    He described it well enough. You may figure out on your own.

    You will not be able to update your .dlls like that though.
    So the dll will bei in the Programm.That you dont have to search for an dll.(Browse)

  8. #8
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by Blubb1337 View Post
    You will not be able to update your .dlls like that though.
    Yeah you can if you just re-upload a different .dll in the same directory, it'll still work.

    To download a file just do this:

    Code:
      Dim FTPRequest As System.Net.FtpWebRequest = DirectCast(System.Net.WebRequest.Create(FTPServer & "something.dat"), System.Net.FtpWebRequest)
    FTPRequest.Credentials = New System.Net.NetworkCredential(FTPUsername, FTPPassword)
    FTPRequest.Method = System.Net.WebRequestMethods.Ftp.DownloadFile
    (Not my code, found on the internets).

    Then change the file's attributes to hidden.

  9. #9
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    I'm talking about resources.



  10. #10
    Lolland's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Lolland!
    Posts
    3,156
    Reputation
    49
    Thanks
    868
    My Mood
    Inspired
    Quote Originally Posted by Blubb1337 View Post
    I'm talking about resources.
    Oh shit sorry I misread it lol.

Similar Threads

  1. Could i get some help for Login System
    By Sydney in forum Visual Basic Programming
    Replies: 26
    Last Post: 06-28-2010, 09:21 PM
  2. [Help]Well could i get some help for a loader like the **** loader
    By qddW$#%^jtyjtyj in forum Visual Basic Programming
    Replies: 20
    Last Post: 06-24-2010, 10:07 PM
  3. Need some help for my bypass.
    By tmha in forum C++/C Programming
    Replies: 14
    Last Post: 10-26-2009, 12:48 PM
  4. Can I get some help please?
    By rashidul1994 in forum Combat Arms Hacks & Cheats
    Replies: 3
    Last Post: 05-28-2009, 06:27 PM
  5. can i get some help!!
    By najo22 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 11-20-2007, 01:43 PM