# # Download and Install AirSnort # # # 31-May-04 amo Date-of-Birth # 30-Oct-05 amo Download airsnort-0.2.7e.tar.gz # # # # http://sourceforge.net/projects/airsnort # # AirSnort ONLY works with cards that pass their monitor mode # packets up via the PF_PACKET interface (and thus can be read by libpcap) # # http://easynews.dl.sourceforge.net/sourceforge/airsnort/airsnort-0.2.7e.tar.gz # # # cd /usr/local/src/ # # tar zxpvf airsnort-0.2.4a.tar.gz # cd airsnort-0.2.4a # ./autogen.sh # make # make install # # # First use un-encrypted packets ( WEP key off ) # than, try to capture/view encrypted packets # # airsnort # # # # To Put the card into monitor mode # ---------------------------------- # iwconfig ath0 mode monitor # # - airsnort does NOT seem to log madwifi driver packets # # # # End of file