Jump to content

Social Networking software


phpl33t

Recommended Posts

I forgot, teh admin link that had the user/passw with it was for another demo. I have 3 suites on that domain. I don't mind if people try the admin demo on that, I disabled banning and such.

Link to comment
Share on other sites

How you figure?

 

I use funcitons like this to validate ALL data:

 

function vdata($value) {

$value = htmlspecialchars(mysql_real_escape_string(trim(strip_tags($value))));

return $value;

}

 

I verify that all numerics remain numerics, ect. I you found that the software is vulnerable to sql injections, then show me where, because I am not seeing it.

Link to comment
Share on other sites

Oh, and logging into an admin demo, is not hacking peeps. Typing "hackable" into a form is not hacking. Of course you have admin rights in a live admin demo, which I did not ask you to test to begin with. duh. Last time I come here to ask for help, you do silly things and call it hacking, when it is actually doing what it is meant to do.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

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.