Jump to content
  • 0

Exploits


xT0DESS0LD4T

Question

  • Answers 11
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

11 answers to this question

Recommended Posts

  • 0

Yes.

This shared in epvp:

input_main.cpp

Search this function:

LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

 

search this:

if (!ch->IsPC())
    return SubPacketLen;

 

replace with this:

if (!newmember->IsPC())
    return SubPacketLen;


Have sql inject: -EDIT-

By: MartPwnS


And last fix p2p

Edited by Shisui
Link removed - Read Board Rules
Link to comment
Share on other sites

  • 0
8 hours ago, Proteus said:

Yes.

This shared in epvp:

input_main.cpp

Search this function:

LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

 

search this:

if (!ch->IsPC())
    return SubPacketLen;

 

replace with this:

if (!newmember->IsPC())
    return SubPacketLen;


Have sql inject: -EDIT-

By: MartPwnS


And last fix p2p

input_main.cpp

Search this function:

LPCHARACTER newmember = CHARACTER_MANAGER::instance().Find(vid);

 

search this:

if (!ch->IsPC())
    return SubPacketLen;

 

replace with this:

if (!newmember->IsPC())
    return SubPacketLen;

 

 


What Exploit is that?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.