-
-
Notifications
You must be signed in to change notification settings - Fork 225
/
Copy pathexample.cnf
31 lines (21 loc) · 964 Bytes
/
example.cnf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This is default config file
# This file must be saved as /usr/share/wef/wef.cnf
# Then you can edit it to make it much more flexible and to adapt to your requirements
# Default lenguage to use. Values: en, es
lang=en
# Colorize output (recommended to be enabled)
use_colors=true
# Enable/disable verbose by default (recommended to be enabled)
verbose=true
# Automatically enable monitor mode during launch
auto_enable_monitor=false
# Wifi band in which to scan access points. Values: 2.4, 5, auto
frequency_band=auto
# Scan nearby access points each time you decide to perform an attack
scan_on_each_attack=true
# Identify vendor of each nearby device found, based on a database (i.e. TP-LINK)
identify_devices=false
# Execute 'airmon check kill' when you enable monitor mode (disable it on headless device)
airmon_check_kill=true
# Create a graph of every single scan you perform using airgraph-ng to see target devices and AP info
create_graph=false