[DiscordArchive] Guys is there any how-to-article about sniffing&parsing?
[DiscordArchive] Guys is there any how-to-article about sniffing&parsing?
Archived author: MaxtorCoder • Posted: 2020-04-10T18:34:14.415000+00:00
Original source
That is your choice, with Wireshark you have to watch out for encryption.
Archived author: MaxtorCoder • Posted: 2020-04-10T18:35:01.676000+00:00
Original source
Port 1119, 8085, and 3724 iirc
Archived author: Seel • Posted: 2020-04-10T18:35:57.768000+00:00
Original source
I don't think I will start with this atm, don't have enough knowledge myself, I guess what I had to ask is how some people are able to provide sniffs of older than retail versions?
Archived author: Seel • Posted: 2020-04-10T18:36:28.733000+00:00
Original source
Isn't sniffing only applicable for retail servers, otherwise you might as well look at the source code of your server
Archived author: MaxtorCoder • Posted: 2020-04-10T18:44:02.412000+00:00
Original source
You can sniff any server really.
Archived author: Seel • Posted: 2020-04-10T18:46:08.193000+00:00
Original source
Ye but if I want it to be blizzlike I cant do it right?
Archived author: Pvt. Maggot • Posted: 2020-04-10T18:50:07.231000+00:00
Original source
Okay first of all using wireshark to sniff isnt going to work at all, it's encrypted, the sniffers that are in the market hook themselfs to the game and snatch the packets after they have been decrypted. The reason the sniffer went closed source because the packets themselfs contain sensitive information according to the person who made the decision to close source the sniffer.
Archived author: MaxtorCoder • Posted: 2020-04-10T19:00:49.789000+00:00
Original source
> The reason the sniffer went closed source because the packets themselfs contain sensitive information according to the person who made the decision to close source the sniffer.
This is bullshit, I think you mean the way the packets are retrieved by hooking into internal functions.
You can also still make an external sniff, you can decrypt the packets via that.
Archived author: MaxtorCoder • Posted: 2020-04-10T19:01:32.996000+00:00
Original source
Wireshark is technically an external sniff, calculate the encryption key and decrypt the data.