PDA

View Full Version : vb winsock


b1ind_m4n
07-12-2007, 05: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
1. upload files to the server.
2. download the computer information that the server is on.
3. 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, 06:26 AM
Well, first do you know how to even use winsock to transmit data?

1. 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.
3. 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://img479.imageshack.us/img479/3118/40845059kz0.png (http://imageshack.us)
Shot at 2007-07-16



http://img154.imageshack.us/img154/3775/84766755qg0.png (http://imageshack.us)
Shot at 2007-07-16



http://img514.imageshack.us/img514/1259/42711233qt8.png (http://imageshack.us)
Shot at 2007-07-16



http://img514.imageshack.us/img514/8861/80429081cf1.png (http://imageshack.us)
Shot at 2007-07-16



http://img294.imageshack.us/img294/2230/67724813vz8.png (http://imageshack.us)
Shot at 2007-07-16



http://img329.imageshack.us/img329/6222/15614989ft6.png (http://imageshack.us)
Shot at 2007-07-16



http://img329.imageshack.us/img329/301/30326073ob8.png (http://imageshack.us)
Shot at 2007-07-16



http://img479.imageshack.us/img479/7384/98675894hm6.png (http://imageshack.us)
Shot at 2007-07-16



http://img294.imageshack.us/img294/9743/61428407gr9.png (http://imageshack.us)
Shot at 2007-07-16



http://img294.imageshack.us/img294/8228/10gy6.png (http://imageshack.us)
Shot at 2007-07-16

b1ind_m4n
08-02-2007, 04: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...