Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

APfaker not working #2

Open
lolzdatguy opened this issue Apr 13, 2021 · 1 comment
Open

APfaker not working #2

lolzdatguy opened this issue Apr 13, 2021 · 1 comment

Comments

@lolzdatguy
Copy link

[WARNING] No route found for IPv6 destination :: (no default route?)
Returned when the plugin is supposed to load, I have installed scapy and it is working fine. F- shows up at the top of the display.
Several others have had this issue too, if changes to config.toml need to be made we would greatly appreciate knowing what we'd need to add.

@lomelo-x
Copy link

lomelo-x commented Feb 8, 2024

[WARNING] No route found for IPv6 destination :: (no default route?) Returned when the plugin is supposed to load, I have installed scapy and it is working fine. F- shows up at the top of the display. Several others have had this issue too, if changes to config.toml need to be made we would greatly appreciate knowing what we'd need to add.

@lolzdatguy
apfaker.py has a default setting that should be working if set up properly.
config.toml settings are as follows:

# Enable the APFaker plugin
main.plugins.apfaker.enabled = true
# Set the list of SSIDs (fake Wi-Fi network names) to be broadcasted
main.plugins.apfaker.ssids = [
     'Test Network 001',
     'Test Network 002',
     'Test Network 003',
]
# Set the maximum number of fake APs to create
main.plugins.apfaker.max = 2
# Set whether the SSID list should be repeated to create more fake APs
main.plugins.apfaker.repeat = true
# Set whether the fake APs should be password protected
main.plugins.apfaker.password_protected = false

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants