Update config.toml
This commit is contained in:
351
config.toml
351
config.toml
@@ -1,95 +1,298 @@
|
|||||||
main.name = "pwnagotchi"
|
[main]
|
||||||
main.lang = "fr"
|
name = "peepoodo"
|
||||||
main.whitelist = [
|
lang = "fr"
|
||||||
"Gallifrey",
|
mon_start_cmd = "/usr/bin/monstart"
|
||||||
"Tardis"
|
mon_stop_cmd = "/usr/bin/monstop"
|
||||||
|
whitelist = [
|
||||||
|
"EXAMPLE_NETWORK",
|
||||||
|
"ANOTHER_EXAMPLE_NETWORK",
|
||||||
|
"fo:od:ba:be:fo:od",
|
||||||
|
"fo:od:ba",
|
||||||
|
"Galligrey"
|
||||||
]
|
]
|
||||||
|
confd = "/etc/pwnagotchi/conf.d/"
|
||||||
|
custom_plugin_repos = [
|
||||||
|
"https://github.com/jayofelony/pwnagotchi-torch-plugins/archive/master.zip",
|
||||||
|
"https://github.com/Sniffleupagus/pwnagotchi_plugins/archive/master.zip",
|
||||||
|
"https://github.com/NeonLightning/pwny/archive/master.zip",
|
||||||
|
"https://github.com/marbasec/UPSLite_Plugin_1_3/archive/master.zip",
|
||||||
|
"https://github.com/wpa-2/Pwnagotchi-Plugins/archive/master.zip",
|
||||||
|
"https://github.com/cyberartemio/wardriver-pwnagotchi-plugin/archive/main.zip",
|
||||||
|
"https://github.com/evilsocket/pwnagotchi-plugins-contrib/archive/master.zip",
|
||||||
|
]
|
||||||
|
custom_plugins = "/usr/local/share/pwnagotchi/custom-plugins/"
|
||||||
|
#iface = "wlan0mon"
|
||||||
|
mon_max_blind_epochs = 5
|
||||||
|
no_restart = false
|
||||||
|
log.path = "/etc/pwnagotchi/log/pwnagotchi.log"
|
||||||
|
log.path-debug = "/etc/pwnagotchi/log/pwnagotchi-debug.log"
|
||||||
|
log.rotation.enabled = true
|
||||||
|
log.rotation.size = "10M"
|
||||||
|
|
||||||
main.plugins.grid.enabled = true
|
[main.plugins.auto-tune]
|
||||||
main.plugins.grid.report = true
|
enabled = true
|
||||||
main.plugins.grid.exclude = [
|
show_hidden = false
|
||||||
|
reset_history = true
|
||||||
|
extra_channels = 3
|
||||||
|
|
||||||
|
[main.plugins.auto_backup]
|
||||||
|
enabled = false
|
||||||
|
interval = "daily"
|
||||||
|
max_tries = 0
|
||||||
|
backup_location = "/home/pi/"
|
||||||
|
files = [
|
||||||
|
"/root/settings.yaml",
|
||||||
|
"/root/client_secrets.json",
|
||||||
|
"/root/.api-report.json",
|
||||||
|
"/root/.ssh",
|
||||||
|
"/root/.bashrc",
|
||||||
|
"/root/.profile",
|
||||||
|
"/home/pi/handshakes",
|
||||||
|
"/root/peers",
|
||||||
|
"/etc/pwnagotchi/",
|
||||||
|
"/usr/local/share/pwnagotchi/custom-plugins",
|
||||||
|
"/etc/ssh/",
|
||||||
|
"/home/pi/.bashrc",
|
||||||
|
"/home/pi/.profile",
|
||||||
|
"/home/pi/.wpa_sec_uploads",
|
||||||
|
]
|
||||||
|
exclude = [ "/etc/pwnagotchi/logs/*",]
|
||||||
|
commands = [ "tar cf {backup_file} {files}",]
|
||||||
|
|
||||||
|
[main.plugins.bt-tether.devices.ios-phone]
|
||||||
|
enabled = true
|
||||||
|
search_order = 1
|
||||||
|
mac = "88:A9:B7:EC:A9:02"
|
||||||
|
ip = "172.20.10.6"
|
||||||
|
netmask = 24
|
||||||
|
interval = 1
|
||||||
|
scantime = 15
|
||||||
|
max_tries = 10
|
||||||
|
share_internet = true
|
||||||
|
priority = 10
|
||||||
|
|
||||||
|
[main.plugins.bt-tether]
|
||||||
|
enabled = true
|
||||||
|
phone-name = ""
|
||||||
|
mac = ""
|
||||||
|
phone = ""
|
||||||
|
ip = ""
|
||||||
|
|
||||||
|
[main.plugins.fix_services]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[main.plugins.gps]
|
||||||
|
enabled = true
|
||||||
|
speed = 19200
|
||||||
|
device = "/dev/ttyUSB0"
|
||||||
|
|
||||||
|
[main.plugins.gps_listener]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[main.plugins.grid]
|
||||||
|
enabled = true
|
||||||
|
report = true
|
||||||
|
exclude = [
|
||||||
"Gallifrey"
|
"Gallifrey"
|
||||||
]
|
]
|
||||||
|
|
||||||
main.plugins.auto-update.enabled = true
|
[main.plugins.memtemp]
|
||||||
main.plugins.auto-update.install = true
|
enabled = true
|
||||||
main.plugins.auto-update.interval = 1
|
scale = "celsius"
|
||||||
|
orientation = "horizontal"
|
||||||
|
|
||||||
main.plugins.ups_lite.enabled = true
|
[main.plugins.pisugarx]
|
||||||
main.plugins.ups_lite.shutdown = 5
|
enabled = true
|
||||||
|
rotation = false
|
||||||
|
default_display = "percentage"
|
||||||
|
lowpower_shutdown = true
|
||||||
|
lowpower_shutdown_level = 10
|
||||||
|
max_charge_voltage_protection = false
|
||||||
|
|
||||||
main.log.path = "/var/log/pwnagotchi.log"
|
[main.plugins.ups_lite]
|
||||||
main.log.rotation.enabled = true
|
enabled = true
|
||||||
main.log.rotation.size = "10M"
|
shutdown = 2
|
||||||
|
|
||||||
ui.display.enabled = true
|
[main.plugins.webcfg]
|
||||||
ui.display.rotation = 180
|
enabled = true
|
||||||
ui.display.type = "waveshare_2"
|
|
||||||
ui.display.color = "black"
|
|
||||||
|
|
||||||
ui.web.enabled = true
|
[main.plugins.onlinehashcrack]
|
||||||
ui.web.address = "0.0.0.0"
|
enabled = true
|
||||||
ui.web.username = "changeme"
|
email = ""
|
||||||
ui.web.password = "changeme"
|
dashboard = ""
|
||||||
ui.web.origin = ""
|
single_files = false
|
||||||
ui.web.port = 8080
|
whitelist = []
|
||||||
ui.web.on_frame = ""
|
|
||||||
|
|
||||||
main.plugins.net-pos.enabled = true
|
[main.plugins.wpa-sec]
|
||||||
main.plugins.net-pos.api_key = "test"
|
enabled = true
|
||||||
|
api_key = ""
|
||||||
|
api_url = "https://wpa-sec.stanev.org"
|
||||||
|
download_results = false
|
||||||
|
whitelist = []
|
||||||
|
show_pwd = false
|
||||||
|
|
||||||
main.plugins.gps.enabled = true
|
[main.plugins.auto-update]
|
||||||
main.plugins.gps.speed = 19200
|
enabled = true
|
||||||
main.plugins.gps.device = "/dev/ttyUSB0"
|
install = true
|
||||||
|
interval = 1
|
||||||
|
|
||||||
main.plugins.webgpsmap.enabled = true
|
[main.plugins.gdrivesync]
|
||||||
|
enabled = false
|
||||||
|
backupfiles = [ "",]
|
||||||
|
backup_folder = "PwnagotchiBackups"
|
||||||
|
|
||||||
main.plugins.onlinehashcrack.enabled = true
|
[main.plugins.gpio_buttons]
|
||||||
main.plugins.onlinehashcrack.email = ""
|
enabled = false
|
||||||
main.plugins.onlinehashcrack.dashboard = ""
|
|
||||||
main.plugins.onlinehashcrack.single_files = false
|
|
||||||
main.plugins.onlinehashcrack.whitelist = []
|
|
||||||
|
|
||||||
main.plugins.wpa-sec.enabled = true
|
[main.plugins.logtail]
|
||||||
main.plugins.wpa-sec.api_key = ""
|
enabled = false
|
||||||
main.plugins.wpa-sec.api_url = "https://wpa-sec.stanev.org"
|
max-lines = 10000
|
||||||
main.plugins.wpa-sec.download_results = false
|
|
||||||
main.plugins.wpa-sec.whitelist = []
|
|
||||||
|
|
||||||
main.plugins.wigle.enabled = true
|
[main.plugins.ohcapi]
|
||||||
main.plugins.wigle.api_key = ""
|
enabled = false
|
||||||
main.plugins.wigle.whitelist = []
|
api_key = "sk_your_api_key_here"
|
||||||
main.plugins.wigle.donate = true
|
receive_email = "yes"
|
||||||
|
|
||||||
main.plugins.bt-tether.enabled = true
|
[main.plugins.pwndroid]
|
||||||
|
enabled = false
|
||||||
|
display = false
|
||||||
|
display_altitude = false
|
||||||
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.enabled = true
|
[main.plugins.session-stats]
|
||||||
main.plugins.bt-tether.devices.ios-phone.search_order = 2
|
enabled = false
|
||||||
main.plugins.bt-tether.devices.ios-phone.mac = ""
|
save_directory = "/var/tmp/pwnagotchi/sessions/"
|
||||||
main.plugins.bt-tether.devices.ios-phone.ip = "172.20.10.6"
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.netmask = 24
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.interval = 5
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.scantime = 20
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.max_tries = 0
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.share_internet = true
|
|
||||||
main.plugins.bt-tether.devices.ios-phone.priority = 999
|
|
||||||
|
|
||||||
main.plugins.memtemp.enabled = true
|
[main.plugins.ups_hat_c]
|
||||||
main.plugins.memtemp.scale = "celsius"
|
enabled = false
|
||||||
main.plugins.memtemp.orientation = "horizontal"
|
label_on = true
|
||||||
|
shutdown = 5
|
||||||
|
bat_x_coord = 140
|
||||||
|
bat_y_coord = 0
|
||||||
|
|
||||||
ai.enabled = true
|
[main.plugins.webgpsmap]
|
||||||
ai.path = "/root/brain.nn"
|
enabled = false
|
||||||
ai.laziness = 0.1
|
|
||||||
|
[main.plugins.wigle]
|
||||||
|
enabled = false
|
||||||
|
api_key = ""
|
||||||
|
donate = false
|
||||||
|
|
||||||
|
[main.plugin.gdrivesync]
|
||||||
|
interval = 1
|
||||||
|
|
||||||
|
[ui]
|
||||||
|
invert = true
|
||||||
|
cursor = true
|
||||||
|
fps = 1
|
||||||
|
display.enabled = true
|
||||||
|
display.type = "waveshare_4"
|
||||||
|
display.rotation = 180
|
||||||
|
|
||||||
|
[ui.font]
|
||||||
|
name = "DejaVuSansMono"
|
||||||
|
size_offset = 0
|
||||||
|
|
||||||
|
[ui.faces]
|
||||||
|
look_r = "( ⚆_⚆)"
|
||||||
|
look_l = "(☉_☉ )"
|
||||||
|
look_r_happy = "( ◕‿◕)"
|
||||||
|
look_l_happy = "(◕‿◕ )"
|
||||||
|
sleep = "(⇀‿‿↼)"
|
||||||
|
sleep2 = "(≖‿‿≖)"
|
||||||
|
awake = "(◕‿‿◕)"
|
||||||
|
bored = "(-__-)"
|
||||||
|
intense = "(°▃▃°)"
|
||||||
|
cool = "(⌐■_■)"
|
||||||
|
happy = "(•‿‿•)"
|
||||||
|
excited = "(ᵔ◡◡ᵔ)"
|
||||||
|
grateful = "(^‿‿^)"
|
||||||
|
motivated = "(☼‿‿☼)"
|
||||||
|
demotivated = "(≖__≖)"
|
||||||
|
smart = "(✜‿‿✜)"
|
||||||
|
lonely = "(ب__ب)"
|
||||||
|
sad = "(╥☁╥ )"
|
||||||
|
angry = "(-_-')"
|
||||||
|
friend = "(♥‿‿♥)"
|
||||||
|
broken = "(☓‿‿☓)"
|
||||||
|
debug = "(#__#)"
|
||||||
|
upload = "(1__0)"
|
||||||
|
upload1 = "(1__1)"
|
||||||
|
upload2 = "(0__1)"
|
||||||
|
png = false
|
||||||
|
position_x = 0
|
||||||
|
position_y = 34
|
||||||
|
|
||||||
|
[ui.web]
|
||||||
|
enabled = true
|
||||||
|
address = "::"
|
||||||
|
auth = true
|
||||||
|
username = "admin"
|
||||||
|
password = "admin"
|
||||||
|
origin = ""
|
||||||
|
port = 8080
|
||||||
|
on_frame = ""
|
||||||
|
|
||||||
|
[bettercap]
|
||||||
|
handshakes = "/home/pi/handshakes"
|
||||||
|
silence = [
|
||||||
|
"ble.device.new",
|
||||||
|
"ble.device.lost",
|
||||||
|
"ble.device.service.discovered",
|
||||||
|
"ble.device.characteristic.discovered",
|
||||||
|
"ble.device.disconnected",
|
||||||
|
"ble.device.connected",
|
||||||
|
"ble.connection.timeout",
|
||||||
|
"wifi.client.new",
|
||||||
|
"wifi.client.lost",
|
||||||
|
"wifi.client.probe",
|
||||||
|
"wifi.ap.new",
|
||||||
|
"wifi.ap.lost",
|
||||||
|
"mod.started",
|
||||||
|
]
|
||||||
|
|
||||||
|
[fs.memory]
|
||||||
|
enabled = true
|
||||||
|
|
||||||
|
[fs.memory.mounts.log]
|
||||||
|
enabled = true
|
||||||
|
mount = "/etc/pwnagotchi/log/"
|
||||||
|
size = "50M"
|
||||||
|
sync = 60
|
||||||
|
zram = true
|
||||||
|
rsync = true
|
||||||
|
|
||||||
|
[fs.memory.mounts.data]
|
||||||
|
enabled = true
|
||||||
|
mount = "/var/tmp/pwnagotchi"
|
||||||
|
size = "10M"
|
||||||
|
sync = 3600
|
||||||
|
zram = true
|
||||||
|
rsync = true
|
||||||
|
|
||||||
|
[ai]
|
||||||
|
enabled = true
|
||||||
|
path = "/root/brain.nn"
|
||||||
|
laziness = 0.1
|
||||||
ai.epochs_per_episode = 50
|
ai.epochs_per_episode = 50
|
||||||
|
|
||||||
ai.params.gamma = 0.99
|
[personality]
|
||||||
ai.params.n_steps = 1
|
advertise = true
|
||||||
ai.params.vf_coef = 0.25
|
deauth = true
|
||||||
ai.params.ent_coef = 0.01
|
associate = true
|
||||||
ai.params.max_grad_norm = 0.5
|
channels = []
|
||||||
ai.params.learning_rate = 0.001
|
min_rssi = -200
|
||||||
ai.params.alpha = 0.99
|
ap_ttl = 120
|
||||||
ai.params.epsilon = 0.00001
|
sta_ttl = 300
|
||||||
ai.params.verbose = 1
|
recon_time = 30
|
||||||
ai.params.lr_schedule = "constant"
|
max_inactive_scale = 2
|
||||||
|
recon_inactive_multiplier = 2
|
||||||
|
hop_recon_time = 10
|
||||||
|
min_recon_time = 5
|
||||||
|
max_interactions = 3
|
||||||
|
max_misses_for_recon = 5
|
||||||
|
excited_num_epochs = 10
|
||||||
|
bored_num_epochs = 15
|
||||||
|
sad_num_epochs = 25
|
||||||
|
bond_encounters_factor = 20000
|
||||||
|
throttle_a = 0.4
|
||||||
|
throttle_d = 0.9
|
Reference in New Issue
Block a user