• White Hat Hacker

    White-hat hackers are the opposite of the black-hat hackers.They’re experts in compromising computer security systems who use their abilities for good, ethical, and legal purposes rather than bad, unethical, and criminal purposes.

  • Black Hat Hacker

    Black-hat hackers violate computer security for personal gain(such as stealing credit card numbers or harvesting personal data for sale to identity thieves) or for pure maliciousness.

  • Grey Hat Hacker

    A gray-hat hacker falls somewhere between a black hat and a white hat.A gray hat doesn’t work for their own personal gain or to cause carnage, but they may technically commit crimes and do arguably unethical things.

Monday, 30 December 2013

0

How to Hack Into a Windows XP Computer Without Changing the Password

We have previously talked about how to Hack Window XP which allows you to bypass the login screen by administrator account. Kon-Boot is another fantastic tool for doing this and there are free and paid versions available that will allow access to Windows XP, Vista, 7, 8 and even Linux without knowing the password. Kon-Boot is also present on the great Hiren’s Boot CD rescue disc. The hacking method described below works only on Windows XP.


Steps to Hack into a Windows XP Computer without changing password:
1. Get physical access to the machine. Remember that it must have a CD or DVD drive.
3. Unzip the downloaded dpl.zip with the password raymond and you’ll get a dpl.ISO image.
4. Burn the ISO using a burning program that is capable of burning ISO images.
5. After you have the disc, boot it from the CD or DVD drive. You will see Windows 2000 Setup and it will load some files.
Windows 2000 Setup
6. Press “R” to install DreamPackPL. 
7. Press “C” to install DreamPackPL by using the recovery console.
8. Select the Windows installation that is currently on the computer (Normally is “1” if you only have one Windows installed).
Log on to Windows installation
9. Backup your original sfcfiles.dll by typing:
ren C:\Windows\System32\sfcfiles.dll sfcfiles.lld
10. Copy the hacked file from CD to System32 folder. Type the following (assuming your CD drive is D:):
copy D:\i386\pinball.ex_ C:\Windows\System32\sfcfiles.dll
11. Type “exit“, take out disk and reboot to Windows normally.
12. In the user password field, type “dreamon” (without quotes) and the DreamPack menu will appear.
13. Click the top gray graphic in the DreamPack window and you will get a menu popup. Go to Commands -> Commands Settings
Hack Windows Login Dreamon
14. In the Commands Settings window, enable the God-Password by putting a tick in its box. Click OK.
Bypass and hack user account passwords
15. Now type “god” into the user password field to get in Windows.
You can also go to the DreamPackPL Passwords menu and select “Logon with wrong password and hash”. This option allows you to login with ANY password instead of using god everytime.
logon with wrong password and hash
Note: We were unable to bring up the DreamPackPL for the first time because Kaspersky Anti-Virus was already running in background. Most antivirus software today has already labeled this tool as a Hack-Tool. A Hack-Tool is NOT a virus. DreamPackPL merely helps you bypass the Windows Login screen and it is not destructive. For your information, files that are not detected aren’t necessarily 100% safe because there are private crypter tools being sold in underground forums that can make a detected file fully undetected by any antivirus.

Friday, 27 December 2013

0

How to bypass pattern lock from an locked by any app

After lot of Research i have found a bug that can bypass any lock if it is locked by an app.

Lets Get Started:
1-Go to Menu and click on Settings
2-Now click on Apps

3-And then click on Manage Apps

4-Now look on the Right Top corner, you"ll see "Kill all Applications" and click on it

5-A popup will appear on your screen of  App Lock (or any other app the victim has installed to lock) ignore it. (By pressing menu button) 

6-Do it until Applock disappear from the list

7-Now go to FileBrowser and see password has been removed.

8-Now lock again by opening the applock so that victim cannot know, what you did?

0

Hack & Read Whatspp conversation on PC

Let’s Get Started 

Have your victim locked his whatsapp? or you want all his conversation on your PC. Generally for security reasons WhatsApp encrypt Conversation while taking backup in SD Card or Phone Memory.But i have found a tool on XDA that claims to decrypt all the whatsapp conversation down to your PC.



If you have some access over his device you can also send files from Bluetooth to your device and later read all the conversations.
This tool is called WhatsApp Xtract
Some general advice on how to backup Whatsapp and get the database file:

  1. You need to copy the whatsapp database.

    On Android, either get this file:

    /sdcard/WhatsApp/Databases/msgstore.db.crypt
    (crypted database on SD card, can be created by starting backup from whatsapp advanced settings: settings - more - Backup Chats)

    or these files:
    /data/data/com.whatsapp/databases/msgstore.db and wa.db
    (for this you need root access. detailed instructions in the bottom of this file. the advantage is that the corresponding contact names of phone numbers will be displayed.)

    On IPhone, get this file:

    net.whatsapp.WhatsApp/Documents/ChatStorage.sqlite
    (You can use an Iphone Backup Tool to get the file, e.g. I-Twin or Iphone Backup Extractor. Make sure to create an unencrypted backup with Itunes, as these tools can't handle encrypted backups. Another possibility are forensic tools like UFED Physical Analyzer.)
  2. Extract this archive (Whatsapp_Xtract....zip) to a certain folder on your computer, e.g. C:\WhatsApp Xtract.
  3. Now copy msgstore.db.crypt and paste in Whatsapp Xtract folder
  4. You need Python and (for Android msgstore.db.crypt decryption) the PyCrypto library

    The easiest way is to install ActivePython 
    !! on Windows choose 32bit/x86 version even if you have 64bit windows (if not you will get an "requires Business Edition subscription" error!):
    http://www.activestate.com/activepython/downloads
    It's available for Windows, Linux and Mac. However in my HowTo, I focus on Windows.

    and then install pyCrypto.bat (contained in this archive. The best is to right click on it and choose "run as administrator".)

    If you have troubles installing pyCrypto this way, then please try to install it using an installation package from this site: http://www.voidspace.org.uk/python/m...shtml#pycrypto
  5. Open whatsapp_xtract_android.bat or whatsapp_xtract_android_crypted.bat or whatsapp_xtract_iphone.bat

    OR simply drag and drop the database file(s) to whatsapp_xtract_drag'n'drop_database(s)_here.bat

    OR whatsapp_xtract_console.bat and then manually specify the input file with one of these commands:

    COMMAND LINE OPTIONS:

    Quote:
    For Android DB:
    python whatsapp_xtract.py msgstore.db -w wa.db
    OR (if wa.db is unavailable)
    python whatsapp_xtract.py msgstore.db
    OR (for crypted db)
    python whatsapp_xtract.py msgstore.db.crypt

    For iPhone DB: (-w option is ignored)
    python whatsapp_xtract.py ChatStorage.sqlite
    Once finished, your browser will open and show the chats.
    The resulting file size of the .html file will be slightly bigger than the size of the .db database.