Jump to content

Social Networking software


phpl33t

Recommended Posts

I am looking for any feedback that you guys can give that will help our software evolve. Design issues, I don't really care about, I am not a designer. But if you have suggestions I would greatly appreciate hearing them!

 

http://espsoftwaresolutions.com/core

 

Thank you guys!

Link to comment
https://forums.phpfreaks.com/topic/60653-social-networking-software/
Share on other sites

http://espsoftwaresolutions.com/admin/admin.php?page=1

 

and this I was prompted with a login (which had the username and pass there IDK if it was supposed to)

it's vulnerable to all sorts of nasty stuff.

 

 

http://espsoftwaresolutions.com/admin/moreinfo.php?id=-1

Full path disclosure.

 

http://espsoftwaresolutions.com/tsupport/

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.

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.

Archived

This topic is now archived and is closed to further replies.

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