InfamousSYN / rogue

An extensible toolkit providing penetration testers an easy-to-use platform to deploy Access Points during penetration testing and red team engagements.
https://the-rogue-toolkit.readthedocs.io/en/latest/
GNU General Public License v3.0
285 stars 52 forks source link

add control of macaddr_acl files #11

Closed InfamousSYN closed 5 years ago

InfamousSYN commented 5 years ago

Currently when the macaddr-acl switch is enabled, the rogue does not automatically manage the MAC address files for hostapd-wpe.

# Accept/deny lists are read from separate files (containing list of # MAC addresses, one per line). Use absolute path name to make sure that the # files can be read on SIGHUP configuration reloads. #accept_mac_file=/etc/hostapd.accept #deny_mac_file=/etc/hostapd.deny

InfamousSYN commented 5 years ago

Issue fixed in commit cbd9493 and merged into codebase in pull request 13