-
[SERVICE] Patch Exploits/Leaks ect.. [TRYING]
How do you meen 'trying' well im not really 100% PRO so im also gonna test my skills here...
What i need to do?
Describe your situation and report what the scripters do.
For example:
My database is getting deleted
[Check before you report: apache/logs/acces.log]
Index me / me is getting redirected
[Check before you report: database]
All room names are suddenly changed
[Check before you report: database or apache/logs/acces.log]
etc .........
Notice! I can`t patch everything... but i can patch the most.
Sorry for my bad english, im dutch.
EXPLOITS RESOLVED:
Quote:
Originally Posted by
Habblet
its the checknametaken injection, ok first go to 'inc/class.users.php'
Look for
Code:
public function IsNameTaken($nm = '')
{
return ((mysql_num_rows(dbquery("SELECT null FROM users WHERE username = '" . $nm . "' LIMIT 1")) > 0) ? true : false);
}
replace that with
Code:
public function IsNameTaken($nm = '')
{
return ((mysql_num_rows(dbquery("SELECT null FROM users WHERE username = '" . mysql_real_escape_string(stripslashes($nm)) . "' LIMIT 1")) > 0) ? true : false);
}
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
so you will make it some kind of anti-hack stuff? well, goodluck marco?
Grr..
Arnii
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Don't need any help with it yet, but goodluck with this service :]
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Looks good, but to stop the database getting deleted, just put the database on another account on the SQL Server (not root) and remove the DELETE privileges..! Just thought I would say in case anyone wanted to know :P
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Doubt this will go far..
Posted via Mobile Device
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Hejula
Looks good, but to stop the database getting deleted, just put the database on another account on the SQL Server (not root) and remove the DELETE privileges..! Just thought I would say in case anyone wanted to know :P
Hmm, mostley on xampp can only localhost connect with root account, and to stop this really you need to patch.
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Habblet
Hmm, mostley on xampp can only localhost connect with root account, and to stop this really you need to patch.
I have multiple MySQL accounts on my XAMPP Development server, and they work fine, I tried deleting a database with the DELETE command and seeing as it was disabled on the MySQL account chosen, it wouldn't execute the command. This might not patch the exploit, but it renders it useless pretty much? I do see where you are coming from though!
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
How can anyone trust you?
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Space-Bar
How can anyone trust you?
There are more programmes and they can check it... or else im telling you the exploit/leak, and you can try it youreselfs.
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
right ok so your goin to patch first? the tcp connection of uberemu? ;)
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Hmm, i see. This thread is waste of space.
Posted via Mobile Device
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Hablet , thanks for this service but i think that no one needs this..
No one is posting anything
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
ntl200
right ok so your goin to patch first? the tcp connection of uberemu? ;)
More information, i dont know anything about this one...
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Direct hacking, some fággot keeps going in my database and edit everything he wants ..
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Eronisch
Direct hacking, some fággot keeps going in my database and edit everything he wants ..
i think its the checknametaken injection, ok first go to 'inc/class.users.php'
Look for
Code:
public function IsNameTaken($nm = '')
{
return ((mysql_num_rows(dbquery("SELECT null FROM users WHERE username = '" . $nm . "' LIMIT 1")) > 0) ? true : false);
}
replace that with
Code:
public function IsNameTaken($nm = '')
{
return ((mysql_num_rows(dbquery("SELECT null FROM users WHERE username = '" . mysql_real_escape_string(stripslashes($nm)) . "' LIMIT 1")) > 0) ? true : false);
}
-
I forgot to say that i am using phpretro
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by Space-Bar
How can anyone trust you?
All a matter of if you don't trust, don't post.
Anyway this seems like a good service. Thanks for doing this!
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Eronisch
I forgot to say that i am using phpretro
Hmm, do you got any idea how he did it, or you got logs on 'xampp/apache/logs/acces.log' look for article.php?id= things or shomething with ?thing=thing
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Habblet
Hmm, do you got any idea how he did it, or you got logs on 'xampp/apache/logs/acces.log' look for article.php?id= things or shomething with ?thing=thing
He said he was "direct hacking"
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
Eronisch
He said he was "direct hacking"
Send me a privet message and say our link and i will check for injections, than i know how to patch. thankyou. patch will be here in the thread!
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
i trust this guy known him for long.
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
You can search you cms for exploits by using a anti-virus program, etc. Norton, Avast, Normann ++ But there is always exploits in apache/ server languages, thats why theese service are ALWAYS updated
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
NewLights
You can search you cms for exploits by using a anti-virus program, etc. Norton, Avast, Normann ++ But there is always exploits in apache/ server languages, thats why theese service are ALWAYS updated
'le' excuse moi? (oh i sound so french) Scan for exploits? You probaly mean scan for a infected exe that people put in .zip folders as well. Finding these exploits is more like "find and destroy", aka debugging.
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Quote:
Originally Posted by
NewLights
You can search you cms for exploits by using a anti-virus program, etc. Norton, Avast, Normann ++ But there is always exploits in apache/ server languages, thats why theese service are ALWAYS updated
Lol, if that is right i download right now an Anti-virus program
-
Re: [SERVICE] Patch Exploits/Leaks ect.. [TRYING]
Erm lol? but maybe it's a good idea..
that people posts exploits and then I try to patch them,
for everyone is it useful ...