monitor file access
+ Reply to Thread
Results 1 to 3 of 3

Thread: vb winsock

  1. #1
    Join Date
    Jul 2007
    Posts
    4

    vb winsock

    I have bee working on creating a small program in visual basic using winsock and I am tring to figure out how to make the program do a few things
    *. upload files to the server.
    2. download the computer information that the server is on.
    *. create a screen shot of the servers computer.
    4. turn off the computer that the server is on.
    I know, I know Visual Basic is a lame program, but my interest in programing only started about a week ago, and visual basic was easy to learn and I am hoping to expand my knowledge into C++ and Delphi.
    The program I have been working on so far consists of only a chat box that the two users can use to communicate to each other.
    Any help at all with winsock would be greatly appreciated.
    Peace

  2. #2
    Join Date
    Jul 2007
    Posts
    7
    Well, first do you know how to even use winsock to transmit data?

    *. Upload files to the server? So you mean you send a file to the victim? Well, in C++ ( sorry, I don't fuck with VB ), one could iterate through the bytes of the file, and send them.
    2. What exactly are you wanting? I suppose you could use registry values for a large portion of them and then send what you get from that to the client side.
    *. Google for the answer on that.
    4. You would need to send a command that your server recognizes, and make it execute
    Code:
    ExitWindows EWX_SHUTDOWN, &HFFFFFFFF
    or some shit like that.


    When I was learning ( actually quiet a long time ago now ), I started with C++, that way I got straight the point, although it did take a while to learn. But now I do C++, ASM ( I use that for quiet a bit, mainly right now for RE thought ). BTW, I've been coding for several years now .


    I really don't know what else I can help you with the winsock, you have to be more specific.


    Here are some screenshots of an old project. Only a few, I don't want to upload that many pics.




    [URL=http://imageshack.us][IMG]http://img47*.imageshack.us/img47*/***8/4084505*kz0.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img*54.imageshack.us/img*54/*775/84766755qg0.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img5*4.imageshack.us/img5*4/*25*/427**2**qt8.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img5*4.imageshack.us/img5*4/886*/8042*08*cf*.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img2*4.imageshack.us/img2*4/22*0/677248**vz8.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img*2*.imageshack.us/img*2*/6222/*56*4*8*ft6.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img*2*.imageshack.us/img*2*/*0*/*0*2607*ob8.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img47*.imageshack.us/img47*/7*84/*86758*4hm6.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img2*4.imageshack.us/img2*4/*74*/6*428407gr*.png[/IMG][/URL]
    Shot at 2007-07-*6



    [URL=http://imageshack.us][IMG]http://img2*4.imageshack.us/img2*4/8228/*0gy6.png[/IMG][/URL]
    Shot at 2007-07-*6

  3. #3
    Join Date
    Jul 2007
    Posts
    4

    Thanks

    I figured out my how to accomplish what I was trying to accomplish. I just lacked the knowledge and needed to work with the code a little more. I am digging a little deeper into C++, but progress is slow and painful. I am far to impatient...

+ Reply to 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