|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
ioncube decode request |
|
Posted: Fri Dec 06, 2013 11:01 am |
|
|
Secret35 |
Regular user |
|
|
Joined: Feb 14, 2013 |
Posts: 23 |
|
|
|
|
|
|
|
|
|
|
|
|
Re: ioncube decode request |
|
Posted: Fri Dec 06, 2013 3:32 pm |
|
|
vv456 |
Advanced user |
|
|
Joined: Aug 24, 2012 |
Posts: 190 |
|
|
|
|
|
|
|
Code: | <?php
/**
Power Decoder Ioncube-Zend 6.5
Member: vv456
Official site: http://www.waraxe.us/forum-userprofile-8669.html
**/
function trsil( $tr )
{
$bul = array( "Z", "X", "C", "V", "B", "N", "M", "A", "S", "D", "F", "G", "H", "J", "K", "L", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "|" );
$degis = array( "z", "x", "c", "v", "b", "n", "m", "a", "s", "d", "f", "g", "h", "j", "k", "l", "q", "w", "e", "r", "t", "y", "u", "ý", "o", "p", " " );
$sef = str_replace( $bul, $degis, $tr );
$bul = array( "’", ".", "Ä°", "Ç", "Ãœ", "ü", "Ö", "ö", "ÅŸ", "Åž", "ÄŸ", "Äž", "ç", "ı", " ", "ý", "Ý", "ç", "Ç", "Ü", "ü", "Ö", "ö", "þ", "Þ", "ð", "Ð", "(", ")", "&" );
$degis = array( "-", "-", "i", "c", "u", "u", "o", "o", "s", "s", "g", "g", "c", "i", "-", "i", "i", "c", "c", "u", "u", "o", "o", "s", "s", "g", "g", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
$bul = array( """, "&", "\\r\\n", "\\n", "/", "\\", "+", "<", ">" );
$sef = str_replace( $bul, "-", $sef );
$bul = array( "é", "è", "ë", "ê", "É", "È", "Ë", "Ê" );
$sef = str_replace( $bul, "e", $sef );
$bul = array( "/[^a-z0-9\\-<>]/", "/[\\-]+/", "/<[^>]*>/" );
$repl = array( "", "-", "" );
$sef = preg_replace( $bul, $repl, $sef );
$bul = array( "---", "--", "----", "-----", "-----" );
$degis = array( "-", "-", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
return $sef;
}
function get_data( $url )
{
$ch = curl_init( );
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt( $ch, CURLOPT_COOKIEFILE, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_COOKIEJAR, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_COOKIESESSION, true );
curl_setopt( $ch, CURLOPT_REFERER, "googlebot" );
curl_setopt( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" );
$data = curl_exec( $ch );
curl_close( $ch );
return $data;
}
function resimal( $baglanti, $game )
{
$nereye = "/images/";
$nereye = $_SERVER[DOCUMENT_ROOT].$nereye;
$olustur = $nereye.$game.".jpg";
$veri = get_data( $baglanti );
$dosya = fopen( $olustur, "w+" );
$ayar_yaz = "".$veri."";
fwrite( $dosya, $ayar_yaz );
fclose( $dosya );
}
function sil( $abc )
{
$abc = preg_replace( "#<(.*?)>#si", "", $abc );
$abc = str_replace( "</a>", "", $abc );
$abc = str_replace( "’", "'", $abc );
return $abc;
}
function temizle( $abc )
{
$abc = preg_replace( "#<div(.*?)>#si", "", $abc );
$abc = str_replace( "</div>", "", $abc );
return $abc;
}
function wp_resim_ekle( $url, $pid, $bas = null, $ozelalan = null )
{
$filename = $bas.".jpg";
$filename = remove_accents( $filename );
if ( function_exists( "mb_strtolower" ) )
{
$filename = mb_strtolower( $filename, "UTF-8" );
}
$filename = utf8_uri_encode( $filename );
$filetype = wp_check_filetype( $url );
extract( $filetype );
if ( !$type )
{
$type = "";
}
$upload = wp_upload_bits( $filename, $filetype, @file_get_contents( @$url ) );
if ( !empty( $upload['error'] ) )
{
return "Resim eklenemedi!<br />Hata: ".$upload['error']."<br />";
}
$neyim = $upload['file'];
$attachment = array( "guid" => $upload['url'], "post_mime_type" => $type, "post_title" => $bas, "post_content" => "", "post_type" => "attachment", "post_parent" => $pid );
require( ABSPATH."wp-admin/includes/image.php" );
$attach_id = wp_insert_attachment( $attachment, $neyim, $pid );
$attach_data = wp_generate_attachment_metadata( $attach_id, $neyim );
wp_update_attachment_metadata( $attach_id, $attach_data );
add_post_meta( $pid, "_thumbnail_id", $attach_id, true );
$nane = $neyim;
return $nane;
}
$varmilan = "http://".$_SERVER['HTTP_HOST']."";
$varmiadres = file_get_contents( $varmilan );
$hoho = explode( "<a href=\"http://www.cinee-izle.net/\" title=\"film izle\">film izle</a>", $varmiadres );
if ( count( $hoho ) - 1 < 1 )
{
exit( "<a href=\"http://www.cinee-izle.net/\" title=\"film izle\">film izle</a> kodunu ana sayfanýza ekleyiniz." );
}
include( "../wp-config.php" );
?>
|
|
|
|
|
|
|
|
Re: ioncube decode request |
|
Posted: Fri Dec 06, 2013 5:58 pm |
|
|
Secret35 |
Regular user |
|
|
Joined: Feb 14, 2013 |
Posts: 23 |
|
|
|
|
|
|
|
vv456 wrote: |
Code: | <?php
/**
Power Decoder Ioncube-Zend 6.5
Member: vv456
Official site: http://www.waraxe.us/forum-userprofile-8669.html
**/
function trsil( $tr )
{
$bul = array( "Z", "X", "C", "V", "B", "N", "M", "A", "S", "D", "F", "G", "H", "J", "K", "L", "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P", "|" );
$degis = array( "z", "x", "c", "v", "b", "n", "m", "a", "s", "d", "f", "g", "h", "j", "k", "l", "q", "w", "e", "r", "t", "y", "u", "ý", "o", "p", " " );
$sef = str_replace( $bul, $degis, $tr );
$bul = array( "’", ".", "Ä°", "Ç", "Ãœ", "ü", "Ö", "ö", "ÅŸ", "Åž", "ÄŸ", "Äž", "ç", "ı", " ", "ý", "Ý", "ç", "Ç", "Ü", "ü", "Ö", "ö", "þ", "Þ", "ð", "Ð", "(", ")", "&" );
$degis = array( "-", "-", "i", "c", "u", "u", "o", "o", "s", "s", "g", "g", "c", "i", "-", "i", "i", "c", "c", "u", "u", "o", "o", "s", "s", "g", "g", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
$bul = array( """, "&", "\\r\\n", "\\n", "/", "\\", "+", "<", ">" );
$sef = str_replace( $bul, "-", $sef );
$bul = array( "é", "è", "ë", "ê", "É", "È", "Ë", "Ê" );
$sef = str_replace( $bul, "e", $sef );
$bul = array( "/[^a-z0-9\\-<>]/", "/[\\-]+/", "/<[^>]*>/" );
$repl = array( "", "-", "" );
$sef = preg_replace( $bul, $repl, $sef );
$bul = array( "---", "--", "----", "-----", "-----" );
$degis = array( "-", "-", "-", "-", "-" );
$sef = str_replace( $bul, $degis, $sef );
return $sef;
}
function get_data( $url )
{
$ch = curl_init( );
curl_setopt( $ch, CURLOPT_URL, $url );
curl_setopt( $ch, CURLOPT_COOKIEFILE, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_COOKIEJAR, "delcerez.txt" );
curl_setopt( $ch, CURLOPT_RETURNTRANSFER, true );
curl_setopt( $ch, CURLOPT_COOKIESESSION, true );
curl_setopt( $ch, CURLOPT_REFERER, "googlebot" );
curl_setopt( $ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" );
$data = curl_exec( $ch );
curl_close( $ch );
return $data;
}
function resimal( $baglanti, $game )
{
$nereye = "/images/";
$nereye = $_SERVER[DOCUMENT_ROOT].$nereye;
$olustur = $nereye.$game.".jpg";
$veri = get_data( $baglanti );
$dosya = fopen( $olustur, "w+" );
$ayar_yaz = "".$veri."";
fwrite( $dosya, $ayar_yaz );
fclose( $dosya );
}
function sil( $abc )
{
$abc = preg_replace( "#<(.*?)>#si", "", $abc );
$abc = str_replace( "</a>", "", $abc );
$abc = str_replace( "’", "'", $abc );
return $abc;
}
function temizle( $abc )
{
$abc = preg_replace( "#<div(.*?)>#si", "", $abc );
$abc = str_replace( "</div>", "", $abc );
return $abc;
}
function wp_resim_ekle( $url, $pid, $bas = null, $ozelalan = null )
{
$filename = $bas.".jpg";
$filename = remove_accents( $filename );
if ( function_exists( "mb_strtolower" ) )
{
$filename = mb_strtolower( $filename, "UTF-8" );
}
$filename = utf8_uri_encode( $filename );
$filetype = wp_check_filetype( $url );
extract( $filetype );
if ( !$type )
{
$type = "";
}
$upload = wp_upload_bits( $filename, $filetype, @file_get_contents( @$url ) );
if ( !empty( $upload['error'] ) )
{
return "Resim eklenemedi!<br />Hata: ".$upload['error']."<br />";
}
$neyim = $upload['file'];
$attachment = array( "guid" => $upload['url'], "post_mime_type" => $type, "post_title" => $bas, "post_content" => "", "post_type" => "attachment", "post_parent" => $pid );
require( ABSPATH."wp-admin/includes/image.php" );
$attach_id = wp_insert_attachment( $attachment, $neyim, $pid );
$attach_data = wp_generate_attachment_metadata( $attach_id, $neyim );
wp_update_attachment_metadata( $attach_id, $attach_data );
add_post_meta( $pid, "_thumbnail_id", $attach_id, true );
$nane = $neyim;
return $nane;
}
$varmilan = "http://".$_SERVER['HTTP_HOST']."";
$varmiadres = file_get_contents( $varmilan );
$hoho = explode( "<a href=\"http://www.cinee-izle.net/\" title=\"film izle\">film izle</a>", $varmiadres );
if ( count( $hoho ) - 1 < 1 )
{
exit( "<a href=\"http://www.cinee-izle.net/\" title=\"film izle\">film izle</a> kodunu ana sayfanýza ekleyiniz." );
}
include( "../wp-config.php" );
?>
|
|
Thank you |
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB 2001-2008 phpBB Group
|
|
|
|
|