SkillAgentSearch skills...

FWAP

Flight-Weight Access Point, a minimal, very lightweight access point implementation using netlink to communicate with cfg80211, tested with ath9k driver, should work with all nl80211 compatible drivers.

Install / Use

/learn @szehl/FWAP
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

+++++++++ Install:+ +++++++++

  • make

+++++++++ Run: + +++++++++

  1. ifconfig [wlanX] down
  2. ifconfig [wlanX] hw ether D0:0E:A4:81:FC:00
  3. ifconfig [wlanX] up -> If 3. fails because of rfkill, unblock your device with: -> 3.1 rfkill list (look for the number of your device -> 3.2 rfkill unblock 0 (replace 0 with the number of your device found at 3.1) -> 3.3 ifconfig [wlanX] up
  4. run as root ./fwap
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated1y ago
Forks2

Languages

C

Security Score

70/100

Audited on Oct 12, 2024

No findings