I have iPad 2 3G matches the requirement
I can test anything ( I have 5.1.1 blobs )
but the steps in the read me is not clear for me
can anyone make it simpler
Let's see if I can help you.
01 - Jailbrake your device.
02 - Install OpenSSH server from Cydia (and change your passwords, this is for security reasons).
03 - Install Python from Cydia.
04 - Install libpcap library from Cydia.
05 - Install tcpdump from Cydia.
06 - Download patcher directory from the github repository to your device.
07 - Download tools/iOS/server/ioctl.py from the github repository to your device.
08 - Download tools/iOS/aeropuerto.py from the github repository to your device.
09 - Download tools/monitor_mode_magic_pcap.py from the github repository to your device.
10 - From a terminal on the device execute bcm-patcher.py to patch the firmware. Check the usage help when executing the script with no parameters.
11 - Execute aeropuerto.py to disable MPC and set the channel.
# ./aeropuerto.py start 6
12 - Start executing tcpdump.
# tcpdump -i en0 -s 65535 -w monitor.cap ether host 88:88:88:88:88:88
13 - Once we stop tcpdump execute monitor_mode_magic_pcap.py to create a valid 802.11 pcap capture file.
# /monitor_mode_magic_pcap.py monitor.cap test.cap
14 - Execute aeropuerto.py to enable MPC. MPC means Minimal Power Consumption and if it's not restore after sniffing the battery is going to consume faster than usual.
# ./aeropuerto.py stop
15 - Execute aircrak-ng with the test.pcap file that was created by monitor_mode_magic_pcap.py scritp.
# aircrack-ng test.pcap
Hope this was helpful.