• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Tibia 11-12+ Packet Sniffer (RL & OT)

Cjaker

[0xDEADBEEF] EXCEPTION_ACCESS_VIOLATION
Joined
Oct 17, 2016
Messages
56
Solutions
1
Reaction score
137
Location
0xDEADBEEF
Hail otland!
Today i'm releasing this tool where he can track every byte and your structures to files.

What i can do with this tool?
A: You can use it to get the new bytes of cipsoft/otservers protocol from new client (version 11+)

Requirements
VC++ 2017 Redistributable
Injector .dll
Battleye disabled (you can login in zunera/zuna if you are trying in cipsoft servers)

Tutorial
1. Create a folder at C:/ called "outputcip" (C:/outputcip)
2. Open your injector and prepare the dll (don't matter the injection method)
3. Open client.exe
4. Inject the dll and login
5. Enjoy

Attention!
Inside C:/outputcip he will log the files with the packet bytes.
Inside client.exe folder the dll will store the structures of bytes and packet headers in file log.txt.
Use at your own risk! I don't know if cipsoft is banning for using this tool or something else.

Credits
@Cjaker developer
@alissonfgp for testing the tool

Pictures
Screenshot_5.pngScreenshot_1.png
 

Attachments

  • TibiaSnifferDLL.rar
    17.7 KB · Views: 305 · VirusTotal
Last edited:
Hello Tony,

no, you probably cannot send packets with this distribution if you have no idea about reverse engineering and / or code-cave, CJ could but start another distribution which would be able to send bytes though.

Best Wishes,
Okke
 
@Cjaker Any plan to release the source code for users to learn from and/or contribute to?

Nonetheless, thank you for the contribution. I’m excited to take a look.

Red
 
@Red i'm thinking about only one thing: have peoples to contribute?
and my code isn't organized (fast project to personal use), but in future i will release xD

EDIT
Now i'm doing an ipchanger for client 11+ (all versions, by hook method) and discovering about Tibia 8.60 gui, if someone have advances to share, i'm thinking about bring client 11 features to 8.60 client, so... send a message to me xD
 
Very smart and useful tool. Personally I use network proxy to get those structures byte-by-byte but this may help with some messages too.

Also there is no rule anymore regarding the requirement of releasing sources too?
 
Very smart and useful tool. Personally I use network proxy to get those structures byte-by-byte but this may help with some messages too.

Also there is no rule anymore regarding the requirement of releasing sources too?

It's not an OTServ distribution but a tool, if I recall correctly it's not defined that tools need to be open-source, I believe that such sources wouldn't do good to the community as most people hanging around are doing stuff for purely money purposes or greed. The dangers it brings with open-sourcing this is just that everyone will be able to damage other servers with ease, which is something we don't want to happen :)

Best Wishes,
Okke
 
If someone have suggestions or feedback feel free to reply this thread!
 
Nice dll, thank you! :) There is any chance that you can put timestamp for output.log lines? It will be easier dig into packets.

@Cjaker
 
Yes! no problem.
I will do that today :)
Post automatically merged:

@ParrotPL Thanks for suggestion.
New update!

Code:
// Changelog - 03/01/2020
- Added timestamp date for every log buffer in log.txt
 

Attachments

Last edited:
Back
Top