Basically what i am trying to achieve is cloning/replicating the Black ops server for psn, i will be doing this using a variety of tools such as wireshark: for observing the unencrypted network packets and protocols, Dwcryptonet: this is used to analyze and unencrypt encrypted network packets and protocols, it has been designed specifically for the Demonware server(which PS3 black ops server uses). however i would need to modify the coding of the program, in order for it to be compatible with analyzing ps3 protocols (as it was intended for PC servers), (i am working on it at the moment).
Some findings of mine about the black ops PSN server:
PC black ops servers, and PS3 black ops servers have same protocols (request and answers are the same)
Measures used to prevent Reverse engineering and sniffing of protocols: SSLv3 and TLSv1
> data -> packetization -> compression -> encryption
hopefully it should be up and running soon
DOWNLOA
You must login or register to view this content.