PDA

View Full Version : HOW TO: Install Airdrop-ng



testingresults
2013-07-10, 20:30
STEP 1: Download and Install all Dependencies


Install lorcon:


cd /usr/src
apt-get install libpcap0.8-dev libnl-dev
git clone https://code.google.com/p/lorcon
cd lorcon
./configure
make
make install


Install pylorcon:


cd pylorcon2
python setup.py build
python setup.py install


Integrate lorcon's ruby extensions:


cd ../ruby-lorcon/
ruby extconf.rb
make
make install





STEP 2: Download, Install, and Update Airdrop-ng

Store it:


cd ~/Desktop
wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta1.tar.gz
tar -zxvf aircrack-ng-1.2-beta1.tar.gz
cd aircrack-ng-1.2-beta1/scripts/airdrop-ng
make install
airodump-ng-oui-update

Devil_D
2013-10-12, 07:32
STEP 1: Download and Install all Dependencies


Install lorcon:


cd /usr/src
apt-get install libpcap0.8-dev libnl-dev
git clone https://code.google.com/p/lorcon
cd lorcon
./configure
make
make install


Install pylorcon:


cd pylorcon2
python setup.py build
python setup.py install


Integrate lorcon's ruby extensions:


cd ../ruby-lorcon/
ruby extconf.rb
make
make install





STEP 2: Download, Install, and Update Airdrop-ng

Store it:


cd ~/Desktop
wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta1.tar.gz
tar -zxvf aircrack-ng-1.2-beta1.tar.gz
cd aircrack-ng-1.2-beta1/scripts/airdrop-ng
make install
airodump-ng-oui-update


real good guide :) many tnx
but if running the command

ruby extconf.rb
should appear the following error

root@kali:~/lorcon/ruby-lorcon# ruby extconf.rb
/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- mkmf (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from extconf.rb:2:in `<main>'


installing the package ruby1.9.1-dev

apt-get install ruby1.9.1-dev

venom
2013-11-18, 21:33
need lil help here how to make rule file for attack with airdrop-ng ?

zimmaro
2013-11-19, 14:10
need lil help here how to make rule file for attack with airdrop-ng ?
if this can help
my-basic-mode:
after installed you have airdrop-ng folder (my is in /root) inside you have doc folder && inside you have dropRules.conf.example!
move or copy & rename it where do you want (my is /root/rules.txt)
open it with txt editor && change that to your liking (obviously reading the screen of airodump-ng)

venom
2013-12-01, 12:16
if this can help
my-basic-mode:
after installed you have airdrop-ng folder (my is in /root) inside you have doc folder && inside you have dropRules.conf.example!
move or copy & rename it where do you want (my is /root/rules.txt)
open it with txt editor && change that to your liking (obviously reading the screen of airodump-ng)

nope i didn't find it not in root and also not in bin directory

zimmaro
2013-12-01, 15:34
nope i didn't find it not in root and also not in bin directory
I feel sorry for you
but in """"MY""""" installation-method of airdrop-ng (I do not know if it's right) there is a /airdrop-ng/doc/dropRules.conf.example
https://vimeo.com/80721825


PS: however, you can create the rules.txt ....
bye