vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have downloaded the Auditor cd and think it is really good but I would like to get my Gentoo Linux install to be able to use airodump and aireplay. I have a Prism 2.5 based network card. The steps to use aireplay according to the Auditor tool is: 1. Switch-to-wlanng (which basically copies a bunch of pcmcia config files) and resets cardmgr so you reinitialize the card. 2. monitor.wlan <devicename> <channel> which is supposed to set the card into monitor mode. Essentially the script does the following: a) wlanctl-ng "${DEV}" lnxreq_wlansniff "channel=${CH}" enable=true prismheader=false wlanheader=false stripfcs=true keepwepflags=true b) echo p2CnfWEPFlags=0,4,7 | wlancfg set "${DEV}" The catch is that since I am using 2.6.11-gentoo-r9 I can't emerge the wlan-ng package without doing a "-sandbox" and using the ebuild rather than "emerge wlan-ng". Any suggestions? Thanks Chris |