Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[PlusEMU] Disabling Packetloggers
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Damien" data-source="post: 448726" data-attributes="member: 72299"><p>It's impossible to block packet loggers permanently. You're better off investing more time sanitising the data that gets sent from the client, rather than trying to block the use of these applications. I've posted various fixes for some of them. But just check over all the incoming events and just make sure you have checks for all the data that's getting sent from the client.</p><p></p><p>Example: does the item id exist? is the room category legit? is the room name legit, does it contain null or white spaces?</p><p></p><p>Just look at the data and think about how it can be altered. With proper checks you can really limit what people can do with these injection tools.</p></blockquote><p></p>
[QUOTE="Damien, post: 448726, member: 72299"] It's impossible to block packet loggers permanently. You're better off investing more time sanitising the data that gets sent from the client, rather than trying to block the use of these applications. I've posted various fixes for some of them. But just check over all the incoming events and just make sure you have checks for all the data that's getting sent from the client. Example: does the item id exist? is the room category legit? is the room name legit, does it contain null or white spaces? Just look at the data and think about how it can be altered. With proper checks you can really limit what people can do with these injection tools. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[PlusEMU] Disabling Packetloggers
Top