Sunday, August 25, 2013

BackTrack 5 Released

The BackTrack Dev team has worked furiously in the past months on BackTrack 5, code name “revolution”. Today, we are proud to release our work to the public, and then rest for a couple of weeks.

This new revision has been built from scratch, and boasts several major improvements over all our previous releases.
BackTrack 5 released

Based on Ubuntu Lucid LTS. Kernel 2.6.38, patched with all relevant wireless injection patches. Fully open source and GPL compliant. Head down to our downloads page to get your copy now!

We would like to take this opportunity to thank several key individuals who have helped make this release possible:
  • Offensive-Security who have played a major role in development and funding of our project.
  • Devon Kearns – A new member in our BackTrack team who single-handedly covered more packages than the whole team put together. At some stage we considered renaming the release to “dookie-track”.
  • Shadz – Master of the dragon and creator of the promo movie. Check him out at http://www.zusedesign.com/
  • Digip – Master of our website and dang good artist – http://ticktockcomputers.com
  • Elwood – For getting an awesome forensics environment up. Thanks!
  • Mister_X – For going through our wireless setup and making sure everything was sparkling.
  • Bolexxx – our torrent and download master. Your download is due to him.
I would also like to personally thank each member of the BackTrack Dev team for putting the effort required to make this great release. Stay tuned to our Forums and Wiki for updates, howtos and bug fixes for BackTrack 5. These resources will grow significantly in the next couple of weeks.

Head down to the downloads page and get your copy of BackTrack 5!

Saturday, August 24, 2013

Samsung Phones - Reset security code


If you have forgotten your Samsung security code, there's a way to reset it! Solution

Please use one of the below Samsung secret codes to format your phone:

There are actually two codes that you can actually use to reset All the Phone settings,clear phone memory and password. Below are these codes. Please dial them up and have the problem solved.

Please BackUp all the contents of phone before RESET

*2767*3855#
*2767*2878#


This mean the security code will be reset to 0000. This will allow you to format the phone easily.

How to execute an app during Windows startup


 

Do you always open the same app after restarting your computer? You can automatically run a program when Windows starts, here’s different ways to do this.

Method 1: Using the Startup Folder located at the Start Menu

The startup folder located at users Start Menu let’s you configure applications to run when windows starts. You just need to create a shortcut of the program into the folder.

Startup folder of the Current User

C:\Users\[username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Startup folder for all users

C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

-Works with Windows 8, 7 and Vista-

Method 2: Using your Windows Registry to create a string value for the program

At Windows Registry, any program can be configure to run at startup by creating a string value and putting the path of the program.



Right-Click any space for the Registry Folder locations below –> Choose the Menu New String Value -> write the name of the program or any –> double click the created string value and input the File Path of the program

Windows Registry Folder Locations

For the Current User

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

For All Users

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run

Running the program Once after Windows Starts

- Current User

HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

- For All Users

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce

That’s it! Keep on reading!

 

How to make a disk drive invisible or hidden using Windows Registry and Command Prompt


 

Want to hide your personal files by making your hard disk invisible to other users? Having some problem with your privacy if you have a common PC with your family?

Here’s how to create an “invisible” hard disk drives – the easy way using only the built-in tools in your computer.

 

HIDE ANY HARD DRIVE USING THE COMMAND PROMPT 

Press the Win key, at search type “cmd” and press CTRL+SHIFT+ENTER to run the command prompt as administrator.

Once the command prompt interpreter is open, we’ll use the tool diskpart to remove and hide the drive. Here’s the summary of commands:

- diskpart

- list vol     (to display the list of drives available in the system)

- select volume [number]  => the command selects the drive that you want to hide

- remove letter=[drive letter]   => the command removes the drive letter and later hides the drive.

DISKPART> list vol

  Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
--------    ---  ----------  -----  ---------  -------  ---------  ------
  Volume 0     H                          DVD-ROM         0 B  No Media
 
Volume 1     D     Disk       NTFS   Partition     34 GB  Health    
Volume 2     E                NTFS    Partition     41 GB  Healthy   
               Volume  3    C                   NTFS   Partition     73 GB  Healthy   System

DISKPART> select volume 1

Volume 1 is the selected volume.

DISKPART> remove letter=d

DiskPart successfully removed the drive letter or mount point.

The trick should hide the disk drive as shown above.

 

TO UNHIDE THE DISK DRIVE

Repeat the steps above and use the following command to re-assign the driver letter and later, unhide the hard drive.

DISKPART> assign letter=d

 

USING WINDOWS REGISTRY TO HIDE DRIVES (regedit.exe)

Windows registry data name NoDrives can hide any drives or set of drives at the same time using the registry folder below:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Create a new dword value named NoDrives and use the value of 8 in decimal for the Drive D as shown below. To take-effect, restart your computer.

To get the other drives, here’s how to calculate the Data in decimal form:

n is the position of the drive according to alphabet

For example the drive F, since it is in 6th position at the alphabet, we can know the No Drives decimal value by using the formula above

(6 - 1)  = 5    and 2 raise to 5 is 32

To Hide drive F, just use the value 32.

That’s it!

How about hiding two or more drives using Windows Registry?

It’s easy! Just add the two or more values: Let’s try drive F and I.

(9 – 1) = 8   and 2 raise to 8 is 256

Therefore, F + I = 32 + 256 = 288

Using the value of 288 it will hide the Drive F and I.

 

Note: Remember to set the value in Decimal.

Another example is hiding the drives C and E => 4 + 16 = 20

Thursday, August 22, 2013

How about hiding two or more drives using Windows Registry?

 

It’s easy! Just add the two or more values: Let’s try drive F and I.

(9 – 1) = 8   and 2 raise to 8 is 256

Therefore, F + I = 32 + 256 = 288

Using the value of 288 it will hide the Drive F and I.

 

Note: Remember to set the value in Decimal.

Another example is hiding the drives C and E => 4 + 16 = 20

Monday, August 5, 2013

Configure Windows System Key Protection


To Configure Windows System Key Protection, follow these steps:
  1. At a command prompt, type syskey, and then press ENTER.
  2. In the Securing the Windows Account Database dialog box, note that the Encryption Enabled option is selected and is the only option available. When this option is selected, Windows will always encrypt the SAM database.
  3. Click Update.
  4. Click Password Startup if you want to require a password to start Windows. Use a complex password that contains a combination of upper case and lower case letters, numbers, and symbols. The startup password must be at least 12 characters long and can be up to 128 characters long.

    Note If you must remotely restart a computer that requires a password (if you use the Password Startup option), a person must be at the local console during the restart. Use this option only if a trusted security administrator will be available to type the Startup password.
  5. Click System Generated Password if you do not want to require a startup password.

    Select either of the following options:
    • Click Store Startup Key on Floppy Disk to store the system startup password on a floppy disk. This requires that someone insert the floppy disk to start the operating system.
    • Click Store Startup Key Locally to store the encryption key on the hard disk of the local computer. This is the default option.
    Click OK two times to complete the procedure.

    Remove the SAM encryption key from the local hard disk by using the Store Startup Key on Floppy Disk option for optimum security. This provides the highest level of protection for the SAM database.

    Always create a back-up floppy disk if you use the Store Startup Key on Floppy Disk option. You can restart the system remotely if someone is available to insert the floppy disk into the computer when it restarts