|
|||||||
| Wireless Specific topics related to the attack & defense of wireless systems |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
![]() This sounds like a nice proggie. Will have to hook up a couple spare routers to test this. |
|
|||
|
Quote:
It shouldn't be that difficult to troubleshoot this. On line 1147, it is trying to open a file, the output of airodump. Seems like there is no output at all. Did you check your interface if it is actually present?? You said you're using the same card as mine (r8187). When you start the script, the card being used should appear opposite the "MODE: crack ----> using: wlan0 == 00:C0:xx:xx:xx Quote:
In the program, the way I'm auto detecting the interface is by reading the /proc/net/wireless (not sure if every linux distro has that file though). The program gets either the first, or the last, in case you have multiple interfaces. Also, some cards require few more commands before you can start them up. It shouldn't be that difficult to write a function that takes an interface name as an argument and execute the necessary commands to set the card before proceeding. e.g, "iwpriv rfmontx 1" etc. In my case with alfa (r8187) i don't have to do anything but to make sure the driver is loaded. Don't even have to put it in monitor mode since airodump does this automatically. Others can really contribute to this if they have different cards than mine. Last edited by balding_parrot; 06-02-2009 at 05:33 PM. |
|
|||
|
Quote:
It doesn't matter whether the AP is using 64 bit or 128. Cracking begins whenever the min_iv count variable has been reached. By default it was set to 15k IVs because some 64 bit APs can be cracked with as little as that. The side effect of this however when facing a 128bit AP, IV counting (IV counts being displayed)will stop and aircrack-ng does its thing in the background. So you won't have any idea how many IVs you have collected so far until the key is found. Quote:
Last edited by wif1bust3r; 07-07-2009 at 09:42 PM. |
|
||||
|
Nope no network manager, Its definitely clean its a live distro received same error "killed"
again no "using: wlan0 == xx:xx:xx:xx:xx" to be seen anywhere How about exact instructions on how you do it from terminal from unzipping to executing.
__________________
In spite of the cost of living, it's still popular. Last edited by killadaninja; 06-02-2009 at 05:41 PM. |
|
|||
|
Quote:
The following setup is guaranteed to work: 1. Ubuntu Linux. (whether inside vmware or not) 2. Latest aircrack-ng (with modifications to aircrack-ng.c/airodump-ng.h) 3. Alfa AWUS036H with driver (r8187, old not the new linux kernel built-in) obtained from aircrack-ng.org 4. macchanger 5. Term::ReadKey (obtained from search.cpan.org) 6. DHCLIENT (optional if you're only cracking) 6. Root privilege 7. Writable directory |
|
||||
|
Exactly but you do realize how many users of backtrack use it live don't you? Ill see if I can change some paths in the script and get back to you. P.S Pureh@te it doesnt look like it will getting built in to live as of yet. Further P.S anyone with some spare time should jump aboard this little project, would be a nice little feature, for demo purposes. Hey client watch this every ap in your dumb ass business crumbling before my almighty alfa
__________________
In spite of the cost of living, it's still popular. Last edited by killadaninja; 06-02-2009 at 06:26 PM. |
|
|||
|
This is why I have created a thread like this here, and released it as a beta version. If you can help, everyone will surely benefit. Make sure to document everything you've done. Including your test environment, the equipments used, errors encountered, work arounds (if you have discovered any), etc. As the admin said, this program might make it to the next release of backtrack, so everyone must help if we want to make it on time. I only have limited equipments to test. The program should work without a glitch if you have a proper wireless card, that has been set up prior to running the program. It also calls aircrack-ng programs by the names and not by exact path so adjustments should be made, e.g, add this directory to the list of executable directories for your shell, etc. It shouldn't be that difficult to understand what each portion of the code is doing, as I have put as much comments in it as I could.
Last edited by wif1bust3r; 06-02-2009 at 06:24 PM. |
|
||||
|
Quote:
If this can be modified for use with the live cd and any adapter i think you should consider combining the 2. Would be nice to have a 1script wonder for all WAP testing. CUPP could also be easily integrated. One more thing, cybrsniper has a nice little wep auto hack script you might want to take a look at. There might be some things you can cut and paste to make this more versatile. I'd offer my help but sadly this is completely out of my range for the moment.
__________________
Using backtrack for the first time is like being 10 years old again with the keys to a Ferrari. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|