[INFORMATION] SQL Injection (ingame)

09/18/2016 17:43 LastThief*#61
Quote:
Originally Posted by Locklyon View Post
Yeah by putting packets and changing the name and yet it'll perform a lil better so it's still shit, you know what I mean. But who cares, 99% of the filters in SRO are actually re-coded filters.
Where did I mention "changing the name" as long as you can improve the base, re-inventing the wheel is completely bullshit

Quote:
Originally Posted by Timlock View Post
I did that....
You could have improved a currently released base. You just took the long way to do something someone already achieved.
09/18/2016 22:24 ​Exo#62
Quote:
Originally Posted by Locklyon View Post
Fixing a bad source is idiotic, creating a good one is easier. But yes, you can always have something that works at a low cost.
Quote:
Originally Posted by LastThief* View Post
Building from scratch is fucking idiotic to be honest, do not re-invent the wheel, if it works it works.
Both are good practice and actually fun :S unless it's all async stuff where you can't debug. Fun turns into cancer.
09/24/2016 02:46 @$$#63
Disable this Npc tab who cares about it daufq
09/24/2016 12:04 Syloxx#64
Quote:
Originally Posted by @$$ View Post
Disable this Npc tab who cares about it daufq
readd in client and gg
09/24/2016 19:25 pushipu#65
Quote:
Originally Posted by @$$ View Post
Disable this Npc tab who cares about it daufq
In client can be re-added, better to disable in database ( IntroductionModificationPermission ).
09/24/2016 23:02 -Luffy-#66
How can we get rid of this exploit? Seems kinda senseless to bring up a server with this working..
09/26/2016 06:28 QuantumRising#67
Quote:
Originally Posted by -Luffy- View Post
How can we get rid of this exploit? Seems kinda senseless to bring up a server with this working..
There are a few solutions already posted in this thread. Just read ^^
09/26/2016 07:41 -Luffy-#68
Quote:
Originally Posted by QuantumRising View Post
There are a few solutions already posted in this thread. Just read ^^
Heh, lazyness. I found a few thanks :mofo:
10/01/2016 22:45 ​Goofie​#69
Quote:
Originally Posted by -Luffy- View Post
Heh, lazyness. I found a few thanks :mofo:
KRYLFILTER :D
10/04/2016 09:50 -Luffy-#70
Quote:
Originally Posted by Syloxx View Post
readd in client and gg
Pack/encrypt your media.pk2 and gg
10/04/2016 13:43 Syloxx#71
Isn't hard to unpack specifically since a blowfish reader DLL is released (by Cherno if I remember right)

So I wouldn't secure my server by a client side storaged password
And what stops u using another client just for that action?

Before you come up with an idea please make sure it's Safe to use...
10/04/2016 14:15 EdwardTeach+-#72
party finish?
10/05/2016 11:20 gmroske#73
Quote:
Originally Posted by ​Goofie​ View Post
Fix for packet filters
PHP Code:
            #region 0x705E_CLIENT_EXPLOIT
            
if(_pck.Opcode == 0x705E)
            {
                
string message _pck.ReadAscii();
                if(
message.Contains("'"))
                {
                    
//message;
                    
continue;
                } else if(
message.Contains("\""))
                {
                    
//message;
                    
continue;
                } else if(
message.Contains("-"))
                {
                    
//message;
                    
continue;
                }
            }
            
#endregion 
i Need Fix This Problem
Can You Told Me How ?
10/07/2016 15:40 ​Goofie​#74
Quote:
Originally Posted by gmroske View Post
i Need Fix This Problem
Can You Told Me How ?
Private message + usd
01/03/2017 13:26 geheimerbauer#75
But it is just possible to get access to SRO_VT_SHARD.dbo or can i get access to SRO_VT_ACCOUNT.dbo too?