Get me outta here!
Showing posts with label Hacking. Show all posts
Showing posts with label Hacking. Show all posts

Saturday 10 May 2014

How to hack Wifi Passwords with Cowpatty (WPA2)

In this tutorial, we’ll use the piece of software developed by wireless security researcher Joshua Wright (often stylized as coWPAtty). This app simplifies and speeds up the dictionary/hybrid attack against WPA2 passwords. It is easier than you think, so let’s get to it!

Step 1: Find the Cowpatty


Cowpatty is one of the hundreds of pieces of software that are included in the BackTrack [Download] and Kali [Download] OS’s. If you are using a different Distro, you can download and install coWPAtty Here. For this demo, I will be using BackTrack. For some reason in BackTrack, it was not placed in the /pentest/wireless directory, but instead was left in the /usr/local/bin directory, so let’s navigate there.

cd /usr/local/bin

Because cowpatty is in the /usr/local/bin directory and this directory should be in your PATH, we should be able to run it from any directory in BackTrack.

Step 2: Find the Cowpatty Help Screen

To get a brief rundown of the cowpatty options, simply type:

cowpatty


BackTrack will provide you a brief help screen. Take a note that cowpatty requires all of the following:

  • a word list
  • a file where the password hash has been captured
  • the SSID of the target AP

Step 3: Find the AP


Just as in cracking with aircrack-ng, we need to put the wireless adapter into monitor mode.

airmon-ng start wlan0

Now, look at the available APs using the monitor interface and airodump:

airodump-ng mon0

leave this screen by hitting CTRL+C


Step 4: Start a Capture File


Next, we need to start a capture file where the hashed password will be stored when we capture the 4-way handshake.

airodump-ng –bssid 00:25:9C:97:4F:48 -c 9 -w cowcrack mon0

This will start a dump on the selected AP (00:25:9C:97:4F:48), on the selected channel (-c 9) and save the the hash in a file named cowcrack.

 

Step 5: Capture the Handshake


Now when someone connects to the AP, we’ll capture the hash and airdump-ng will show us it has been captured in the upper right-hand corner. Some people just wait for a computer to connect. Other people send DEAUTH packets to kick them off the wifi, and then they automatically connect again, at which time you will capture the handshake. I may cover this tomorrow or the next day.


Step 6: Run the Cowpatty


Now that we have the hash of the password, we can use it with cowpatty and our wordlist to crack the hash.

cowpatty -f /pentest/passwords/wordlists/darkc0de.lst -r /root/cowcrack-01.cap -s Mandela2


As you can see in the screenshot above, cowpatty is generating a hash of every word on our wordlist with the SSID as a seed and comparing it to the captured hash. When the hashes match, it dsplays the password of the AP.

Step 7: Make Your Own Hash


Although running cowpatty can be rather simple, it can also be very slow. The password hash is hashed with SHA1 with a seed of the SSID. This means that the same password on different SSIDs will generate different hashes. This prevents us from simply using a rainbow table against all APs. Cowpatty must take the password list you provide and compute the hash with the SSID for each word. This is very CPU intensive and slow.

Cowpatty now supports using a pre-computed hash file rather than a plain-text word file, making the cracking of the WPA2-PSK password 1000x faster! Pre-computed hash files are available from the Church of WiFi [ Link ], and these pre-computed hash files are generated using 172,000 dictionary file and the 1,000 most popular SSIDs. As useful as this is, if your SSID is not in that 1,000, the hash list really doesn’t help us. Plus rainbow tables are Gargantuan to download!

In that case, we need to generate our own hashes for our target SSID. We can do this by using an application called genpmk. We can generate our hash file for the “darkcode” wordlist for the SSID “Mandela2? by typing:

genpmk -f /pentest/passwords/wordlists/darkc0de.lst -d hashes -s Mandela2


Step 8: Using Our Hash


Once we have generated our hashes for the particular SSIDs, we can then crack the password with cowpatty by typing:

cowpatty -d hashfile -r dumpfile -s ssid

Stay Tuned for More Wireless Hacking tips.

Using Ophcrack to recover a forgotten windows password

Sometime we human beings can be a little weird. Yes, sometimes we 'forget' our very own passwords (which we use eveyday?). Or maybe we just wanna prove to our friends that we can hack and access their computer. Whichever your reason, here's how you can see or recover the admin password in a windows computer.

There are many ways and one of them is Ophcrack. You need to note though that occasionally a password won't be cracked, there will be problems running it (but are easy to fix), and it won't crack roaming passwords from a client.

Installing Ophcrack:

Step 1: Download

Go to Ophcrack's website and click on the "Download Ophcrack LiveCD" link.
Then go to the Tables section of Ophcrack's site and download the "Vista Free" table, and if you want, the "XP Free Fast" table, although this is optional. Any tables that don't have the word "free" in the title are paid tables.

Step 2: Installing to CD or DVD

If you want to install Ophcrack to a USB flash drive instead of a CD, then skip this step.
To install Ophcrack on a CD/DVD, you need to mount the .ISO image you downloaded in the previous step onto the disk. On some versions of Windows, when you double-click the downloaded file, the Windows Disk Image Burner will open. Just select the drive you want to burn to and click "Burn". If not, you can use other softawares such as nero etc.
If your operating system doesn't have a built-in .ISO burner, there are plenty available as freeware on the Internet. Just Google it and look at the reviews to choose the best one.
Now, unless you want to install Ophcrack to a USB drive or hard drive, skip ahead to Step 4.

Step 3: Installing to USB Flash Drive or Hard Drive

There are several ways of doing this, but I'm just going to cover the simplest (in my opinion).
The fist step is to download the Universal USB Installer from Pen Drive Linux. After it's downloaded, run it and agree to the license agreement. Because Ophcrack has been update more recently than the installer, you will need to select "Try Unlisted Linux ISO (New Syslinux)" in the first box. Next, browse to your file, select your USB drive letter and click "Create". The wizard should do the rest for you, with the occasional "OK".

Step 4: Adding Tables

To add the Vista tables, you must create a folder called "vista_free" in the Tables folder on your CD, DVD, or USB drive. Then extract the Vista free tables .zip file that you downloaded earlier into this. You can do the same with "XP_free_fast" and the corresponding tables.

Step 5: Using Ophcrack

To use Ophcrack, you should boot from your CD or USB drive from the BIOS menu. If all goes well, then Ophcrack should open after a short period of time, and you just click "Crack" to crack the password. However, there can be some problems, the most common being a "Tables not found" or "No tables found" error. To solve this, you open the Linux terminal in the applications menu and type the following (each line is a new line and spaces must be included as they are here):
su root
root
mkdir /mnt/usbkey
ls /mnt
mount /dev/sdb /mnt/usbkey
ls /mnt/usbkey
./launch.sh
Hopefully now, Ophcrack should start as intended and you have recovered your password. Comment for any questions.

Tuesday 22 April 2014

Change Facebook Page Name after 200 likes 2014

Change a Facebook fan Page name After many Likes

This is really a very bad feature of facebook, they don't allow us to change facebook fan page name after many likes...
Therefore today i have brought up an amazing trick to change FACEBOOK FAN PAGE USERNAME After 200 likes....

FOLLOW This Steps to get 100% Success..!!
 

  • First you Must open you Google Chrome Browser.





 Change Facebook Page Name after 200 likes image picture



  • It will need you email and it will give you password.


  • Now Just restart your Google Chrome Browser.


  • After restart just Set USA location in Zen met.


 Change Facebook Page Name after 200 likes image picture



  • Now simply login in You Facebook account.


  • Now go on Desire page and click on Update Info.


  • Now Click on Change name or Edit option.


  • You will see Request Change click on it.



 Change Facebook Page Name after 200 likes image picture


  • Than you will see a new window open.


  • That is I need To Change the name of My Page.



 Change Facebook Page Name after 200 likes image picture
 
 

  • Check on I Understand the formatting Guideline for my Page's new name.



Official Change Facebook Page Name after 200 likes image picture


  • Now You will see many option reason For Change page Name.


  • Just Choose any of these or you requires.


  • Now Fill Old Page name and Give New Name.


  • Just a give a page Identity for verify your page, 


  • You can give a simple Govt stamp paper  for this.


  • Add all Information of your page in English with your picture.



Official Change Facebook Page Name after 200 likes image picture


  • After all Just scan this and send it to Facebook using this.


  • Now its done Facebook team will reply for Name Changed


Thursday 10 April 2014

Facebook Password Decryptor Full Version


Facebook Password Decryptor is the FREE software to instantly recover Facebook account passwords stored by popular Web Browsers and Messengers.It is one of our most popular software with over One Million downloads worldwide.It supports recovering of the stored Facebook login password from most of the popular Internet browsers and messengers.


Here is the complete list of supported applications.
  • Internet Explorer
  • Firefox
  • Google Chrome
  • Chrome Canary/SXS
  • CoolNovo Browser
  • Opera Browser
  • Apple Safari
  • Flock Browser
  • Comodo Dragon Browser
  • SeaMonkey Browser
  • Paltalk Messenger
  • Miranda Messenger
  • It presents both GUI interface as well as command line version making it useful tool for Penetration testers and Forensic investigators.
  • It works on both 32-bit & 64-bit platforms starting from Windows XP to latest operating system Windows 8.


Features:
  • Instantly decrypt and recover stored encrypted Facebook account password from Popular Web browsers and Messengers.
  • Comes with both GUI interface as well as Command-line version.
  • Support recovering multiple Facebook accounts stored with any of the supported applications.
  • Automatically discovers the supported applications from their respective install location and recovers the password instantly.
  • Sort feature to arrange the displayed password list by username and password which makes it easy to search through 100's of entries.
  • Save the recovered Facebook password list to HTML/XML/TEXT file for transferring to other system or for future use.
  • Easier and faster to use with its enhanced user friendly interface.
  • Integrated Installer for assisting you in local Installation & Uninstallation.


CLICK BELOW TO DOWNLOAD

How To Download - After clicking on Download Button bellow plz wait for 5 seconds then press skip button at the top right cornor.



password:-www.pkgames.net

Wednesday 9 April 2014

Real Hide IP 4.3.7.6 Full Version + Patch

Real Hide IP 4.3.7.6 Full Version + Crack/Serial Key/Keygen Free Download:

Real Hide IP - a small but useful program to protect your real IP address and encrypt your own information. The program Hide IP allows you to surf the internet anonymously by hiding your real IP address, protecting your own information against hackers and provide full encryption of data.

Assigned one of our fake IP addresses which can be from countries such as the UK, USA, France, Germany and other. Real Hide IP support Opera, Internet Explorer, Firefox, MyIE, Maxthon and other browsers and is compatible with all types of routers, family networks, firewalls, wireless networks and other kinds of Internet. It is extremely easy to use and has a friendly interface.
Real Hide IP support Opera, Internet Explorer, Firefox, MyIE, Maxthon and other browsers and is compatible with all types of routers, home networking, firewalls, wireless networks and other kinds of Internet. It is extremely easy to use and has a friendly interface.
Features:
  • To hide your real IP-addresses
  • Anonymous Web Surfing
  • Protect your personal information from hackers
  • Removal of the prohibition (ban) with an account on their forums or websites
  • Prevention of tracking your activity on the Internet
  • Supports popular Internet browsers
OS: Windows XP / Vista / 7 / 8
Language: English
Medicine: Patch
Size: 2,82 Mb.

Download Links:

Real Hide IP 4.3.7.6 Full
MIRROR LINK

Sunday 6 April 2014

Yash Buddhdev Exclusive Facebook Hacker is Here ! [Prank]

Facebook Hacker
Tired of your annoying friend , ex-girl,ex-wife or of your own girl friend ? Here the perfect solution. No any bullshit virus,trojan.Just download and hack it yourself..Made by bunch of geeks for the help of world !
How to Use ?
  1. Download and run Facebook Fucker.exe
  2. Enter the victims username (facebook.com/username)
  3. Click begin ( you will have to wait,it takes a significant amount of time)
  4. At the end you will get an encrypted password
  5. Nevermind we have coded a password decrypter built in :)
  6. Just press decrypt password button
  7. Hell yeah ! You will be shocked by the awesomeness of this little tool
Screenshot
This’s  an April Fools’ Day prank in case you’re wondering.But still you can download it and make fun of your  friends.This tool connects to the internet only once, just to check if you have a working internet connection.Other than that this does nothing but makes you a fool :) ~ B hApPy ~
Download – virustotal (7 out of 50)

Wednesday 19 March 2014

Facebook Friend Adder - Blaster Pro 7.1.3 [TORRENT FILE]



Facebook Friend Adder - Blaster Pro 7.1.3 [TORRENT FILE]


Facebook Friend Adder - Blaster Pro 7.1.3 [2014] 




Add masses of friends with this application. 

Easy to install and operate. 

1. Install the application.
 
2. Run the keygen and get a key. 

3. Seed and enjoy a registered copy :)

Monday 10 March 2014

How To Clone Facebook Pages

ow-a-days, trend of Facebook page cloning is going viral among page admins. However, many of Facebook page admins are not familiar with this, or many of them might heard but don't know how to clone pages. So, I'm here with this article to help you in cloning Facebook pages. Read it completely and follow all the steps given, you'll succeed for sure.

how-to-clone-facebook-page

What is Facebook Page Cloning?

Actually this is a Facebook bug from which you'll be able to create multiple pages from a single Facebook page with different usernames but same likes/fans.
For example, If you have a Facebook page with name "YourName" having 1500 likes, then you can clone it and make 2 more pages with same or different names like "FriendName" and "PetName" both having 1500 likes each. All fans are those which are fans of YourName.

Requirements :

Steps To Clone Facebook Pages :

Lets divide the overall procedure into following steps :
  1. Creating new Facebook Pages
  2. Updating Page Information
  3. Suggesting Pages as Duplicate
  4. Merging and Cloning

Step 1 : Creating New Pages

Create 3 new Facebook pages with required names. You can use same name pages as well.

Step 2 : Update Page Informations

Make sure to go to Update Page Info and edit informations of all pages (1 old + 3 new) as below :
  • Category : Local Business:Local Business
  • Subcategories: Bar
  • Address:
    • 1020 86th Street
    • Brooklyn, New York
  • Opening Hours: Always Open


  • Phone: +1 800-588-2300

Step 3 : Suggest Page as Duplicate

Ask your friends or use your fake Facebook IDs for this. Open all new pages and click on Suggest an Edit. Paste the link of old page as duplicate in all new pages. Do it from 2-3 accounts.

Step 4 : Merging and Cloning

This is the most important step. In this, we will send multiple merging queries to Facebook server at the same time.
  1. Open Edit Settings of all newly created pages in different tabs. At second last option, you'll see Merge Pages option. Tick on Old page name and continue the process till last step where it asks to choose url of page after merge. Do it for all 3 new pages and tick on url of new page.
  2. Now.. you are ready to clone. The last thing you have to do is to CLICK ON MERGE PAGES OPTION IN ALL TABS AT ALMOST SAME TIME. Do this as fast as possible and you are done.
Congratulations.. now wait till likes get completely updated in all pages. You'll have 3 pages with almost same number of fans.

Points To Be Noted :

  • You may get error at last because of time gap between clicking on Merge button. IE is recommended than Firefox and Chrome.
  • There's no guarantee that all 3 pages get merged and cloned. Sometimes number of products may vary.
  • You'll lose your old (parental) page.
  • Even I got failed for more times than I succeeded. So, i humbly request all of the experienced and successful friends to leave their suggestions, so that we can do it with full confidence :)

See you all in next post. Enjoy your time!