PDA

View Full Version : vb winsock



b1ind_m4n
07-12-2007, 04:12 AM
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

Xore
07-16-2007, 05:26 AM
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
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.




http://img47*.imageshack.us/img47*/***8/4084505*kz0.png (http://imageshack.us)
Shot at 2007-07-*6



http://img*54.imageshack.us/img*54/*775/84766755qg0.png (http://imageshack.us)
Shot at 2007-07-*6



http://img5*4.imageshack.us/img5*4/*25*/427**2**qt8.png (http://imageshack.us)
Shot at 2007-07-*6



http://img5*4.imageshack.us/img5*4/886*/8042*08*cf*.png (http://imageshack.us)
Shot at 2007-07-*6



http://img2*4.imageshack.us/img2*4/22*0/677248**vz8.png (http://imageshack.us)
Shot at 2007-07-*6



http://img*2*.imageshack.us/img*2*/6222/*56*4*8*ft6.png (http://imageshack.us)
Shot at 2007-07-*6



http://img*2*.imageshack.us/img*2*/*0*/*0*2607*ob8.png (http://imageshack.us)
Shot at 2007-07-*6



http://img47*.imageshack.us/img47*/7*84/*86758*4hm6.png (http://imageshack.us)
Shot at 2007-07-*6



http://img2*4.imageshack.us/img2*4/*74*/6*428407gr*.png (http://imageshack.us)
Shot at 2007-07-*6



http://img2*4.imageshack.us/img2*4/8228/*0gy6.png (http://imageshack.us)
Shot at 2007-07-*6

b1ind_m4n
08-02-2007, 03:53 AM
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...