G-Earth/README.md

34 lines
723 B
Markdown
Raw Normal View History

2018-03-29 19:31:24 +02:00
# G-Earth
2018-03-29 19:46:36 +02:00
Habbo packet logger & manipulator for Linux distributions (for now).
- Requires Java 8
- Byte to string & string to byte encoding is slightly different from the Habbo PacketLogger standards. (on purpose)
Execution command (temporary, verified in Ubuntu):
2018-03-29 19:47:17 +02:00
2018-03-29 19:46:36 +02:00
$ sudo -E java -jar G-Earth.jar
2018-03-29 19:47:17 +02:00
2018-03-29 19:46:36 +02:00
FEATURES:
* Client side packet logging & injection
* Easily blocking & replacing packets (not yet in the UI)
* Packet expressions
* Responsive UI
* Encoding/decoding
2018-03-29 19:47:17 +02:00
2018-03-29 19:46:36 +02:00
WORKING ON:
* Using IPtables instead of editting the hosts file
* Auto detect hotel
* Retrieve the RC4 key from memory in order to be a third-party to the outgoing messages
2018-03-29 19:47:17 +02:00
2018-03-29 19:46:36 +02:00
TO-DO:
* Scheduler
* Block incoming packets from UI
* Extension support