phenom1911 / autocrack

Automatically exported from code.google.com/p/autocrack
0 stars 0 forks source link

Corrupt CAB files #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run program
2.
3.

What is the expected output? What do you see instead?
0 IVs - Corrupt file?

Please use labels and text to provide additional information.

known bug, will be fixed in next upload, in the mean time you can fix it your 
self by looking for 2 lines "echo 'xterm -fn fixed -geom -0+0 -title "Packet 
Capture: $AIRESSID" -g -e "airodump-ng -c $AIRCHANNEL --bssid $AIRBSSID -w 
output $WIFI" 2>/dev/null &' >>startaircrack.sh"

and removing the "-g" so it should look like 

"echo 'xterm -fn fixed -geom -0+0 -title "Packet Capture: $AIRESSID" -e 
"airodump-ng -c $AIRCHANNEL --bssid $AIRBSSID -w output $WIFI" 2>/dev/null &' 
>>startaircrack.sh"

Original issue reported on code.google.com by esmith2...@gmail.com on 10 Aug 2011 at 4:51

GoogleCodeExporter commented 9 years ago
I fixed it by disabling GPS support. 

Original comment by esmith2...@gmail.com on 8 Sep 2011 at 5:25