From charlesreid1

Revision as of 08:03, 26 February 2017 by Admin (talk | contribs) (Created page with "=Hello World Script= </pre> # This example is a simple 'hello world' for scapy-fakeap. # An open network will be created that can be joined by 802.11 enabled devices. from f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Hello World Script

  1. This example is a simple 'hello world' for scapy-fakeap.
  2. An open network will be created that can be joined by 802.11 enabled devices.

from fakeap import *

ap = FakeAccessPoint('wlan0', 'hello1') ap.run()