Sunday 3 July 2016

A Big List of hacked Paypal Accounts "Openly Posted without survey"





After A Long Time We Post Our New Hack List After posting Free Steam Cards This Time We Post Paypal Accounts , So Don't Wait Follow the Instructions And Get your Paypal with $$ €€


How o get it ? 

1:- Read the post carefully before done
2:- go to this 👉 Link Verify your account And Like us on
3:- Download The Paypal Account List From Our Facebook page.




👏 PROOF

Feel free for comment if you face any problem :-
Don't forget to share our post:- 

Sunday 1 November 2015

How To Hack WIFI Network WPA password From Reaver

How to Crack a Wi-Fi Network's WPA Password with Reaver
Your Wi-Fi network is your conveniently wireless gateway to the internet, and since you're not keen on sharing your connection with any old hooligan who happens to be walking past your home, you secure your network with a password, right? Knowing, as you might, how easy it is to crack a WEP password, you probably secure your network using the more bulletproof WPA security protocol.
Here's the bad news: A new, free, open-source tool called Reaver exploits a security hole in wireless routers and can crack most routers' current passwords with relative ease. Here's how to crack a WPA or WPA2 password, step by step, with Reaver—and how to protect your network against Reaver attacks.
In the first section of this post, I'll walk through the steps required to crack a WPA password using Reaver. You can follow along with either the video or the text below. After that, I'll explain how Reaver works, and what you can do to protect your network against Reaver attacks.


First, a quick note: As we remind often remind readers when we discuss topics that appear potentially malicious: Knowledge is power, but power doesn't mean you should be a jerk, or do anything illegal. Knowing how to pick a lock doesn't make you a thief. Consider this post educational, or a proof-of-concept intellectual exercise. The more you know, the better you can protect yourself.

What You'll Need

You don't have to be a networking wizard to use Reaver, the command-line tool that does the heavy lifting, and if you've got a blank DVD, a computer with compatible Wi-Fi, and a few hours on your hands, you've got basically all you'll need. There are a number of ways you could set up Reaver, but here are the specific requirements for this guide:


How to Crack a Wi-Fi Network's WPA Password with Reaver
  • The BackTrack 5 Live DVD. BackTrack is a bootable Linux distribution that's filled to the brim with network testing tools, and while it's not strictly required to use Reaver, it's the easiest approach for most users. Download the Live DVD from BackTrack's download page and burn it to a DVD. You can alternately download a virtual machine image if you're using VMware, but if you don't know what VMware is, just stick with the Live DVD. As of this writing, that means you should select BackTrack 5 R3 from the Release drop-down, select Gnome, 32- or 64-bit depending on your CPU (if you don't know which you have, 32 is a safe bet), ISO for image, and then download the ISO.
  • A computer with Wi-Fi and a DVD drive. BackTrack will work with the wireless card on most laptops, so chances are your laptop will work fine. However, BackTrack doesn't have a full compatibility list, so no guarantees. You'll also need a DVD drive, since that's how you'll boot into BackTrack. I used a six-year-old MacBook Pro.
  • A nearby WPA-secured Wi-Fi network. Technically, it will need to be a network using WPA security with the WPS feature enabled. I'll explain in more detail in the "How Reaver Works" section how WPS creates the security hole that makes WPA cracking possible.
  • A little patience. This is a 4-step process, and while it's not terribly difficult to crack a WPA password with Reaver, it's a brute-force attack, which means your computer will be testing a number of different combinations of cracks on your router before it finds the right one. When I tested it, Reaver took roughly 2.5 hours to successfully crack my password. The Reaver home pagesuggests it can take anywhere from 4-10 hours. Your mileage may vary.

Let's Get Crackin'

At this point you should have BackTrack burned to a DVD, and you should have your laptop handy.

Step 1: Boot into BackTrack

To boot into BackTrack, just put the DVD in your drive and boot your machine from the disc. (Google around if you don't know anything about live CDs/DVDs and need help with this part.) During the boot process, BackTrack will prompt you to to choose the boot mode. Select "BackTrack Text - Default Boot Text Mode" and press Enter.
Eventually BackTrack will boot to a command line prompt. When you've reached the prompt, type startx and press Enter. BackTrack will boot into its graphical interface.

Step 2: Install Reaver

Update: This step is no longer necessary, as Reaver comes pre-installed on Backtrack 5 R3. Skip down to Step 3.
Reaver has been added to the bleeding edge version of BackTrack, but it's not yet incorporated with the live DVD, so as of this writing, you need to install Reaver before proceeding. (Eventually, Reaver will simply be incorporated with BackTrack by default.) To install Reaver, you'll first need to connect to a Wi-Fi network that you have the password to.
  1. Click Applications > Internet > Wicd Network Manager
  2. Select your network and click Connect, enter your password if necessary, click OK, and then click Connect a second time.
Now that you're online, let's install Reaver. Click the Terminal button in the menu bar (or click Applications > Accessories > Terminal). At the prompt, type:
apt-get update
And then, after the update completes:
apt-get install reaver
If all went well, Reaver should now be installed. It may seem a little lame that you need to connect to a network to do this, but it will remain installed until you reboot your computer. At this point, go ahead and disconnect from the network by opening Wicd Network Manager again and clicking Disconnect. (You may not strictly need to do this. I did just because it felt like I was somehow cheating if I were already connected to a network.)

Step 3: Gather Your Device Information, Prep Your Crackin'

In order to use Reaver, you need to get your wireless card's interface name, the BSSID of the router you're attempting to crack (the BSSID is a unique series of letters and numbers that identifies a router), and you need to make sure your wireless card is in monitor mode. So let's do all that.
Find your wireless card: Inside Terminal, type:
iwconfig
Press Enter. You should see a wireless device in the subsequent list. Most likely, it'll be named wlan0, but if you have more than one wireless card, or a more unusual networking setup, it may be named something different.
How to Crack a Wi-Fi Network's WPA Password with Reaver
Put your wireless card into monitor mode:Assuming your wireless card's interface name is wlan0, execute the following command to put your wireless card into monitor mode:
airmon-ng start wlan0
This command will output the name of monitor mode interface, which you'll also want to make note of. Most likely, it'll be mon0, like in the screenshot below. Make note of that.
How to Crack a Wi-Fi Network's WPA Password with Reaver
Find the BSSID of the router you want to crack: Lastly, you need to get the unique identifier of the router you're attempting to crack so that you can point Reaver in the right direction. To do this, execute the following command:
airodump-ng wlan0
(Note: If airodump-ng wlan0 doesn't work for you, you may want to try the monitor interface instead—e.g., airodump-ng mon0.)
You'll see a list of the wireless networks in range—it'll look something like the screenshot below:
How to Crack a Wi-Fi Network's WPA Password with Reaver
When you see the network you want, press Ctrl+C to stop the list from refreshing, then copy that network's BSSID (it's the series of letters, numbers, and colons on the far left). The network should have WPA or WPA2 listed under the ENC column

Now, with the BSSID and monitor interface name in hand, you've got everything you need to start up Reaver.

Step 4: Crack a Network's WPA Password with Reaver

Now execute the following command in the Terminal, replacing bssid and moninterface with the BSSID and monitor interface and you copied down above:
reaver -i moninterface -b bssid -vv
For example, if your monitor interface was mon0 like mine, and your BSSID was 8D:AE:9D:65:1F:B2 (a BSSID I just made up), your command would look like:
reaver -i mon0 -b 8D:AE:9D:65:1F:B2 -vv
Press Enter, sit back, and let Reaver work its disturbing magic. Reaver will now try a series of PINs on the router in a brute force attack, one after another. This will take a while. In my successful test, Reaver took 2 hours and 30 minutes to crack the network and deliver me with the correct password. As mentioned above, the Reaver documentation says it can take between 4 and 10 hours, so it could take more or less time than I experienced, depending. When Reaver's cracking has completed, it'll look like this:
How to Crack a Wi-Fi Network's WPA Password with Reaver
A few important factors to consider: Reaver worked exactly as advertised in my test, but it won't necessarily work on all routers (see more below). Also, the router you're cracking needs to have a relatively strong signal, so if you're hardly in range of a router, you'll likely experience problems, and Reaver may not work. Throughout the process, Reaver would sometimes experience a timeout, sometimes get locked in a loop trying the same PIN repeatedly, and so on. I just let it keep on running, and kept it close to the router, and eventually it worked its way through.
Also of note, you can also pause your progress at any time by pressing Ctrl+C while Reaver is running. This will quit the process, but Reaver will save any progress so that next time you run the command, you can pick up where you left off-as long as you don't shut down your computer (which, if you're running off a live DVD, will reset everything).

How Reaver Works

Now that you've seen how to use Reaver, let's take a quick overview of how Reaver works. The tool takes advantage of a vulnerability in something called Wi-Fi Protected Setup, or WPS. It's a feature that exists on many routers, intended to provide an easy setup process, and it's tied to a PIN that's hard-coded into the device. Reaver exploits a flaw in these PINs; the result is that, with enough time, it can reveal your WPA or WPA2 password.

Saturday 17 October 2015

Get the Android Marshmallow Quick Start Guide free from the Play Store

Do some quality reading to get ready for your new Nexus phone or a Marshmallow update.

150817 google marshmallow 06
A statue for Google's Android Marshmallow operating system sits on the Google campus in Mountain View on August 17, 2015. 

Doing the reading before class may not have been the highest priority while you were in school.
But here’s some text you may actually want to dive into: a primer on all the cool, new features of Android Marshmallow.

quick start guide
Browse through all the new features to be found in Android Marshmallow.
You’ll need to have the Google Play Books app to read it on your phone or tablet.
There may not be a ton of new stuff if you follow Android news regularly (especially if you’ve read our Marshmallow review), but it might be worth keeping the book around in case you run into a question or want extra information about how a feature works.
Why this matters: This is another example of Google’s efforts to be more customer-service friendly with its products. Better support may give some who are on the fence a reason to stay with Android instead of switching over to the iPhone. Along with Nexus Protect and theGoogle Store, the company has evolved into a much friendlier face for customers.

Report: US Government will require drone owners to register

According to NBC News, the US Government could have a registration system in place by Christmas.

China's Tianjin is latest disaster zone to attract drones
Lawmakers and the FAA are concerned about the reckless use of drones
 Credit: Tim HornyakHornyak
The days of largely unregulated hobbyist drone flights in the United States seem to be quickly coming to an end.NBC News reported Friday evening that the US Government will soon require all drone buyers to register their new toy—just as you would register your car with your state’s DMV (though hopefully, without the lines).
According to NBC, the Government will “[require] anyone buying a drone to register the device with the U.S. Department of Transportation.” According to the report, the Government will work with drone makers to set up a registration system that could be in place by Christmas.

The report is unclear whether existing owners would need to register along with those purchasing new drones, but we may not have to wait long to find out—NBC News says the Government plans to announce its proposal on Monday.
The new regulations, NBC says, are in response to several incidents in which drones interfered with the flight of other aircraft.
Over the summer, as PBS reported at the time, hobbyists flying a drones hampered efforts by firefighters to quell multiple wildfires in Southern California. The NBC report also highlights multiple instances where drones got too close to commercial aircraft. The proposed regulations seem to be a step toward addressing these sorts of run-ins.
The story behind the story: Regulating consumer-level drones has been a topic of debate for at least a couple of years. Back in 2013, Amazon proposed a delivery-by-drone service, but said it couldn’t actually launch the service until the FAA had regulations in place for commercial drone flight. (Earlier this year, the FAA proposed rules that would allow for some commercial drone uses, but not drone deliveries.)
Meanwhile, just last week, Senator Barbara Boxer introduced a bill that would make it a federal misdemeanor to “knowingly operate a drone within 2 miles of a fire, an airport or any other restricted airspace,” as our John Ribeiro explained. Violators would be subject to a fine or up to one year in jail.

HOW TO CLONE A SIM CARD


NOTE: Following information is for educational purposes only!
The following guide enables us to make clones of SIM used in India that means you can use one number with two SIM cards at the same time.
Before i start off with this guide ,i would like to make one thing clear SIM CLONING is illegal. So please use this guide for personal purpose only,do not use this guide for cheating.
First off a little introduction about SIM CARD:
Our sim cards contain two secret codes or keys called (imsi value and ki value) which enables the operator to know the mobile number and authenticate the customer ,these codes are related to our mobile numbers which the operators store in their vast data base,it is based on these secret keys that enables the billing to be made to that customer. now what we do in sim cloning is extract these two secret codes from the sim and programme it into a new blank smart card often known as wafer, since the operator
authentication on sims is based on these values,it enables us to fool the operators in thinking that its the
original sim,this authentication is a big flaw concerning GSM technology
Now which sim cards can be cloned:
Sim cards are manufactured on the basis of 3 algorithms COMP128v1,COMP128v2 and COMP128v3
now an important note currently only COMP128v1 version sim cards can be
cloned ,since this is the only algorithm which has been cracked by users, bear in mind that 70% of all the sim cards we use are COMP128v1 .
OK thats it about the background….. now lets get to the Main Part
1. Buy a Sim card Reader
2.Need a Blank sim card or super sim card
5. Install programs.
6. go in phone tools, select sim card, then select unlock sim, it will promt for a code.
7 call network provider, they will ask for your phone number, your account info, name and security code,
then they will ask why you want to unlock your simcard, just tell them you need to unlock your sim to get it
to work with your overseas phone or something.
8. Once they give you the sim unlock code, enter it, and it will say sim unlocked.
9. remove the sim from your phone, place it in the cardreader, click read from card in magic sim program.
10. once it says connected, select crack sim in the toolbar. click strong ki and clink all of the other find options and then click start.
11. Once your ki is found and the crack is finished, click file, save as and save your cracked sim info to a that file.
12. IMPORTANT!!! you must click disconnect from the file menu or you will ruin your simcard. once it says
disconnected, remove the sim. put it in your phone and see if it still works, it should. if not, you either did not unlock your sim, or you tried to copy it instead of crack and save.
13. insert black 3g card Use other program, not magic sim at this point.
14. click connect
15. it will say no info found if it is truly blank.
16. select write to sim, it will promt you to select a dat file, select the one you saved before, now click start, it will take about 10 minutes to write it, once it is complete, it will ask for a security code, enter the security code network provider gave you, then click finish.
17. your card is cloned. if you try to make 2 calls at the same time, one will go through, the other will say call failed, and both phones will get the same messages, text and voice, and both will recieve the same calls, but only one can talk at a time.

Hack And Grab Any Android Phone Contacts from OSE

This tool can grab and hack all contacts,mms,call list,call logs and other type of information from victim android device.This android forensics tool apk is size is less than 30KB.But this forensics tool can work greater than other.

About this tool

AFLogical™ is a top-rated free Android forensics tool developed by viaForensics.
AFLogical™ performs a logical acquisition of any Android device running Android 1.5 or later. The extracted data is saved to the examiner’s SD Card in csv format (comma separated values) which easily imports into popular spreadsheet software, making it simple to extract and analyze Android data.

AFLogical™ Open Source Edition (OSE)

AFLogical™ Open Source Edition is a free version of our software available through Google Code. It pulls all available MMS, SMS, Contacts, and Call Logs from your Android device.

AFLogical™ OSE is also built into Santoku-Linux, the Open Source community driven OS dedicated to mobile forensics, malware analysis, and security testing.

This hacking and forensics android tool is made for forensics department.But this lite version is public so anyone can download this tool from official website.

How can you use this tool for Hacking contacts from Android Smartphone.


First Install Aflogical OSE Forensics Tool in Android Smartphone.
Open AFE Logical OSE Android Forensics Tool and click on check all.


Now Click on Capture Button

A new dialog box open and show a message data extraction completed.
Your victim android contacts complete extract in sdcard folder named Forensics

Open Your File Manager Find a Folder named Forensics.
Open Folder,You see another folder,now open this folder.
You see many txt or csv format file.These file extracted contacts ,call logs,sms,mms and mobile information.


Open this file to read contacts from es note editor or any other editor.


You transfer this folder to any device for later analyzing these contacts and call logs.This is forensics use not for hacking use.If you do this  for any  illegal purpose So I will not responsible for that.