whenever i do a port scan on my mahcines at home or any machine for that matter i see that ports 139 and 135 are open always..
now if i were to wriet a program,say in C or VC++, to exploit that port so as to obtain information regarding that share or even the machine,what would the code read like??
for example in linux i have written a C program that will connect to the finger port..here i write the name of a person to the socket and then read back the information returned by the server from the same socket...
similarly what i am i supposed to do to exploit port 139 ...