NewbieContest

Divers => Hacking => Discussion démarrée par: loadhack le 04 Septembre 2012 à 06:02:12



Titre: Petit Probleme avec Msql
Posté par: loadhack le 04 Septembre 2012 à 06:02:12
Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /homez.501/fandofus/www/contact.php on line 37

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /homez.501/fandofus/www/contact.php on line 37

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /homez.501/fandofus/www/contact.php on line 38

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /homez.501/fandofus/www/contact.php on line 38

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /homez.501/fandofus/www/contact.php on line 39

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /homez.501/fandofus/www/contact.php on line 39

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /homez.501/fandofus/www/contact.php on line 40

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /homez.501/fandofus/www/contact.php on line 40

Warning: mysql_select_db() [function.mysql-select-db]: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /homez.501/fandofus/www/contact.php on line 43

Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /homez.501/fandofus/www/contact.php on line 43

Warning: mysql_query() expects at most 2 parameters, 5 given in /homez.501/fandofus/www/contact.php on line 44

Warning: mysql_close(): no MySQL-Link resource supplied in /homez.501/fandofus/www/contact.php on line 45




j'ai mis un <script>alert('...')</script dans le formulaire de contact de mon site que je nommera pas, mais il y a le code d'erreur en haut qui est apparu sur la page et je voudrais savoir si ya une faille ou non

( je veut pas savoir la méthode comment l'exploiter )
merci


Titre: Re : Petit Probleme avec Msql
Posté par: Ge0 le 04 Septembre 2012 à 07:33:03
Non, tu n'es juste pas connecté au serveur mysql et du coup tu te fais poliment insulter par PHP...

Si tu tiens à te protéger du HTML - ce qui est normal en passant - je t'invite à consulter http://uk3.php.net/htmlentities ou http://uk3.php.net/htmlspecialchars. :)


Titre: Re : Petit Probleme avec Msql
Posté par: loadhack le 04 Septembre 2012 à 07:39:27
ok merci beaucoup