wifipumpkin3/config/app/config.ini

134 lines
2.8 KiB
INI
Raw Normal View History

2018-09-22 17:15:41 +00:00
[Class-A-Address]
2020-01-03 23:01:58 +00:00
broadcast=10.0.0.255
2018-09-22 17:15:41 +00:00
leasetimeDef=600
leasetimeMax=7200
netmask=255.0.0.0
range=10.0.0.20/10.0.0.50
2020-01-03 23:01:58 +00:00
router=10.0.0.1
subnet=10.0.0.0
2018-09-22 17:15:41 +00:00
[Class-B-Address]
2020-01-03 23:01:58 +00:00
broadcast=172.16.0.255
2018-09-22 17:15:41 +00:00
leasetimeDef=600
leasetimeMax=7200
netmask=255.240.0.0
range=172.16.0.100/172.16.0.150
2020-01-03 23:01:58 +00:00
router=172.16.0.1
subnet=172.16.0.0
2018-09-22 17:15:41 +00:00
[Class-C-Address]
2020-01-03 23:01:58 +00:00
broadcast=192.168.0.255
2018-09-22 17:15:41 +00:00
leasetimeDef=600
leasetimeMax=7200
netmask=255.255.255.0
range=192.168.0.100/192.168.0.150
2020-01-03 23:01:58 +00:00
router=192.168.0.1
subnet=192.168.0.0
2018-09-22 17:15:41 +00:00
2020-04-02 22:58:35 +00:00
# not implemented
[mana]
mana_hostapd_path=./plugins/bin/hostapd-mana/hostapd
enable_mana=true
mana_loud=false
mana_macl=false
2020-04-02 22:58:35 +00:00
# not implemented
[karma]
karma_hostapd_path=./plugins/bin/hostapd-karma/hostapd
[static]
static_hostapd_path=/usr/sbin/hostapd
[docker]
docker_hostapd_path=/usr/sbin/hostapd
2020-11-13 22:04:52 +00:00
[restapi]
restapi_hostapd_path=/usr/sbin/hostapd
[ap_mode]
karma=false
mana=false
static=true
docker=false
2020-11-13 22:04:52 +00:00
restapi=false
2020-01-03 23:01:58 +00:00
[accesspoint]
enable_security=false
wpa_algorithms=TKIP
wpa_sharedkey=1234567890
wpa_type=2
2020-01-03 23:01:58 +00:00
bssid=BC:F6:85:03:36:5B
channel=11
2020-04-02 22:58:35 +00:00
ssid=WiFi Pumpkin 3
interface=None
2020-01-03 23:01:58 +00:00
checkConnectionWifi=true
check_support_ap_mode=true
current_session=None
path_pydns_server_zones=core/config/app/dns_hosts.ini
2020-01-03 23:01:58 +00:00
persistNetwokManager=true
pydhcp_server=true
pydns_server=true
2020-04-09 15:24:44 +00:00
status_ap=false
2020-01-03 23:01:58 +00:00
timer_update_info=2000
2020-10-04 23:40:30 +00:00
ap_max_inactivity=3600
2020-01-03 23:01:58 +00:00
2020-01-14 02:31:40 +00:00
[colors_log]
generic=light-white, #000000
pumpkinproxy=light-red, #000000
2020-01-14 02:31:40 +00:00
pydns_server=light-blue, #000000
responder3=light-green, #000000
2020-03-21 21:42:06 +00:00
sniffkin3=light-yellow, #000000
2020-03-26 03:11:02 +00:00
captiveflask=light-cyan, #000000
pydhcp_server=light-magenta, #000000
2020-01-14 02:31:40 +00:00
2020-01-03 23:01:58 +00:00
[dhcp]
broadcast=10.0.0.255
classtype=A
2018-09-22 17:15:41 +00:00
leasetimeDef=600
leasetimeMax=7200
netmask=255.0.0.0
2020-01-03 23:01:58 +00:00
range=10.0.0.20/10.0.0.50
router=10.0.0.1
subnet=10.0.0.0
[dhcpdefault]
2018-09-22 17:15:41 +00:00
broadcast=10.0.0.255
2020-01-03 23:01:58 +00:00
leasetimeDef=600
leasetimeMax=7200
netmask=255.0.0.0
2018-09-22 17:15:41 +00:00
range=10.0.0.20/10.0.0.50
2020-01-03 23:01:58 +00:00
router=10.0.0.1
subnet=10.0.0.0
2018-09-22 17:15:41 +00:00
[iptables]
path_binary=/sbin/iptables
iptables_0_masq=-w -P FORWARD ACCEPT
iptables_A_masq=-w -t nat -A POSTROUTING --out-interface $inet -j MASQUERADE
iptables_B_forward="-w -A FORWARD -i $inet --out-interface $wlan -j ACCEPT -m state --state RELATED,ESTABLISHED"
iptables_C_foracept=-w -A FORWARD -i $wlan --out-interface $inet -j ACCEPT
iptables_D_accept=-w -A OUTPUT --out-interface $inet -j ACCEPT
iptables_E_accpet=-w -A INPUT --in-interface $wlan -j ACCEPT
2020-01-03 23:01:58 +00:00
[mitm_modules]
responder3=false
responder3_config=/.config/wifipumpkin3/config/plugins/responder3/examples/config.py
2020-03-21 21:42:06 +00:00
sniffkin3=true
[proxy_plugins]
noproxy=false
2020-03-21 21:42:06 +00:00
pumpkinproxy=true
2020-03-26 03:11:02 +00:00
captiveflask=false
2020-03-21 21:42:06 +00:00
pumpkinproxy_config_port=8080
2020-01-03 23:01:58 +00:00
[settings]
2020-01-14 02:31:40 +00:00
log_colorize=true
log_serialize=true
2020-11-13 22:04:52 +00:00
[rest_api_settings]
SQLALCHEMY_DATABASE_URI="sqlite:///wp3.db"
SECRET_KEY="9f539056-0bc9-11eb-aee7-94e979fa917b"
PASSWORD_SCHEMES=['pbkdf2_sha512', 'md5_crypt']
EXTENSIONS="blueprints.restapi:init_app", "ext.database:init_app", "ext.auth:init_app"
USERNAME=wp3admin
PASSWORD=admin
public_id=""