Jump to content

Recommended Posts

  • Replies 11
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

18 minutes ago, Mind Rapist said:

Hey I'm looking for these exploits too... I know 2 of them for now the Sql Injection and P2P... I know fixes for the both of them but you may already have them fixed they are very popular exploits. If you haven't fix them, reply here and I will share the fixes :)

Have some exploit.

Link to comment
Share on other sites

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.