Evil Twin/Setup: Difference between revisions
From charlesreid1
(Created page with "=Setup= ==The Machines== A note on machine names. kronos is the sheep. mars is the attacker. ==Goodies== On the attacking machine: <pre> mars $ apt-get install bridge-u...") |
No edit summary |
||
| Line 16: | Line 16: | ||
mars $ apt-get install bridge-utils | mars $ apt-get install bridge-utils | ||
</pre> | </pre> | ||
=Procedure= | |||
==Connect Sheep to Good Twin== | |||
First step is to connect the sheep to the good twin: | |||
<pre> | |||
$ iw dev wlan1 scan | |||
$ wpa_supplicant -D nl80211,wext -i wlan1 -c <(wpa_passphrase "YourESSIDHere" "YourPassphraseHere") | |||
</pre> | |||
==Device Information== | |||
Get info about your devices: | |||
<pre> | |||
mars $ iwconfig | |||
</pre> | |||
==AP Information== | |||
Get info about the Good Twin AP: | |||
<pre> | |||
mars $ airodump-ng wlan0 | |||
</pre> | |||
==Kick Sheep Off Good Twin== | |||
==Connecting Sheep to Evil Twin== | |||
==Confusing Sheep== | |||
==Wayne's World== | |||
Revision as of 04:33, 23 August 2015
Setup
The Machines
A note on machine names.
kronos is the sheep.
mars is the attacker.
Goodies
On the attacking machine:
mars $ apt-get install bridge-utils
Procedure
Connect Sheep to Good Twin
First step is to connect the sheep to the good twin:
$ iw dev wlan1 scan $ wpa_supplicant -D nl80211,wext -i wlan1 -c <(wpa_passphrase "YourESSIDHere" "YourPassphraseHere")
Device Information
Get info about your devices:
mars $ iwconfig
AP Information
Get info about the Good Twin AP:
mars $ airodump-ng wlan0