airdrop-ng
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| airdrop-ng [2010/05/24 04:02] – created thex1le | airdrop-ng [2010/11/21 16:29] (current) – typos sleek | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| Dependencies: | Dependencies: | ||
| - | [*] lorcon-old aka lorcon version 1 (already installed on BT4 final) | + | |
| - | + | * pylorcon | |
| - | [*] pylorcon | + | * A lorcon supported wireless card with monitor mode and injection |
| - | + | ||
| - | [*] A lorcon supported wireless card with monitor mode and injection | + | |
| Optional Dependencies: | Optional Dependencies: | ||
| - | [*] pysco JIT | + | |
| - | ********************** | + | =====Installing lorcon===== |
| - | * Installing | + | Currently we only support the older version of lorcon |
| - | ********************** | + | |
| - | + | ||
| - | Currently we only support the older version of lorcon you can download | + | |
| - | + | ||
| - | these files from the following svn link: | + | |
| - | + | ||
| - | [*] svn co http:// | + | |
| If pylorcon reports import errors you need to run the following command: | If pylorcon reports import errors you need to run the following command: | ||
| - | [*] ln -s / | + | |
| This will create a symlink to the directory that pylorcon looks in for | This will create a symlink to the directory that pylorcon looks in for | ||
| Line 44: | Line 36: | ||
| ===== Usage ===== | ===== Usage ===== | ||
| - | | + | |
| ^Option^Param.^Description^ | ^Option^Param.^Description^ | ||
| Line 54: | Line 46: | ||
| |-d|Driver|Injection driver. Default is mac80211| | |-d|Driver|Injection driver. Default is mac80211| | ||
| |-s|sleep|Time to sleep between sending each packet| | |-s|sleep|Time to sleep between sending each packet| | ||
| - | |-b|debug| Turn on Rule Debugging| | + | |-b|debug|Turn on Rule Debugging| |
| |-l|key|Enable Logging to a file, if file path not provided airdrop will log to default location| | |-l|key|Enable Logging to a file, if file path not provided airdrop will log to default location| | ||
| |-n|nap| Time to sleep between loops| | |-n|nap| Time to sleep between loops| | ||
| ===== Usage Examples ===== | ===== Usage Examples ===== | ||
| + | Start airdrop-ng on mon0 reading from airodump.csv and kick on the rules in rulefile.txt | ||
| + | airdrop-ng -i mon0 -t airodump.csv -r rulefile.txt | ||
| - | The following removes the wireless headers from an open network (no WEP) | + | ===== Rule File Configuration Examples |
| - | capture: | + | |
| - | airdecap-ng -b 00: | + | |
| - | + | ||
| - | The following decrypts a WEP-encrypted capture using a hexadecimal WEP | + | |
| - | key: | + | |
| - | airdecap-ng -w 11A3E229084349BC25D97E2939 wep.cap | + | |
| - | + | ||
| - | The following decrypts a WPA/WPA2 encrypted capture using the | + | |
| - | passphrase: | + | |
| - | airdecap-ng -e 'the ssid' -p passphrase | + | |
| - | + | ||
| - | ===== Usage Tips ===== | + | |
| - | + | ||
| - | Rule File Configuration Examples | + | |
| - | + | ||
| - | # | + | |
| - | #All lines in this page are commented out | + | |
| - | # The # symbol at the front of a line denotes a commented line | + | |
| - | # | + | |
| - | #a is allow | + | |
| - | #d is deny | + | |
| - | #format is (a or d)/ | + | |
| - | + | ||
| - | #it is not wise to mix rule types for example | + | |
| - | # | + | |
| - | #While i may work i have no idea result it will have and at this time is not recomended | + | |
| - | + | ||
| - | #EX d/ | + | |
| - | + | ||
| - | #MORE EXAMPLE RULES | + | |
| - | # | + | |
| - | #deny rule with a single client | + | |
| - | + | ||
| - | # | + | |
| - | #a deny rule for several clients on any AP | + | |
| - | + | ||
| - | # | + | |
| - | #a global deny any any rule | + | |
| - | + | ||
| - | # | + | |
| - | #an allow rule with multiple clients | + | |
| - | + | ||
| - | # | + | |
| - | #another deny rule with a differnt mac format | + | |
| - | + | ||
| - | # | + | |
| - | #a bssid deny any client rule | + | |
| - | + | ||
| - | # | + | |
| - | #a global allow, no idea why you would wanna use this ;) | + | |
| - | + | ||
| - | #oui examples | + | |
| - | + | ||
| - | # | + | |
| - | # | + | |
| - | + | ||
| - | # | + | |
| - | + | ||
| - | # | + | |
| - | + | ||
| - | # | + | |
| - | + | ||
| - | # | + | |
| - | # | + | # |
| + | #All lines in this page are commented out | ||
| + | # The # symbol at the front of a line denotes a commented line | ||
| + | # | ||
| + | #a is allow | ||
| + | #d is deny | ||
| + | #format is (a or d)/ | ||
| + | |||
| + | #it is not wise to mix rule types for example | ||
| + | # | ||
| + | #While it may work i have no idea result it will have and at this time is not recommended | ||
| + | |||
| + | #EX d/ | ||
| + | |||
| + | #MORE EXAMPLE RULES | ||
| + | # | ||
| + | #deny rule with a single client | ||
| + | |||
| + | # | ||
| + | #a deny rule for several clients on any AP | ||
| + | |||
| + | # | ||
| + | #a global deny any any rule | ||
| + | |||
| + | # | ||
| + | #an allow rule with multiple clients | ||
| + | |||
| + | # | ||
| + | #another deny rule with a different mac format | ||
| + | |||
| + | # | ||
| + | #a bssid deny any client rule | ||
| + | |||
| + | # | ||
| + | #a global allow, no idea why you would wanna use this ;) | ||
| + | |||
| + | #oui examples | ||
| + | |||
| + | # | ||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | # | ||
| + | |||
| + | | ||
airdrop-ng.1274666548.txt.gz · Last modified: by thex1le
