you may be able to do a man-in-the-middle type attack where you intercept the whole conversation and act as a relay between the client and server, and write automated modifications of the packets that you specifically want modified.
I dont have acces to server. so i just sniff conversations between server and client
it uses TCP/IP protocol to connect and establish a connection on server:2002 via socket so no HTTP request. it has no encryption just plain XML
the problems with "intercepting the whole conversation and act as a relay between the client and server" is that i cannot fool the client in conneting to me .. he connects directly to server via IP adress. if i could fool him connecting to my local machine then i can play the intercepting game. but ..
For Apllo: i want to change the packets values, the actually contents of it. (xml) an modify some values and then release them to server
I also tried to make my own client but its actually harder coz i dont know how to interpret every commnand sent from server to client.
Anyway. another question is there a way of hajacking the opened socket connection?
also the man-in-the-middle type attack is a very interesting point but still i need the client to force to connect to me it would be great