-
-
Notifications
You must be signed in to change notification settings - Fork 147
Step 3 Configuration
Pwnagotchi works on a default configuration, which you can customize to your liking. The default configuration file can be found at /etc/pwnagotchi/defaults.toml
.
As mentioned you can customize your Pwnagotchi with a custom config file.
You can do this easily when you have an SSH connection made.
While you are connected through SSH you can run the wizard:
sudo pwnagotchi --wizard
This will start the configuration wizard and ask questions to set up a basic configuration file.
The final file is stored as /etc/pwnagotchi/config.toml
.
sudo cat /etc/pwnagotchi/config.toml
This will show the contents of the created file. If you feel up to it, you can now edit it if you want to.
Your custom configuration file can also be edited manually:
sudo nano /etc/pwnagotchi/config.toml
This will open a file editor, and create the file (config.toml
) if it does not exist.
Make any adjustments as you see fit.
-
CTRL + S
will save the file -
CTRL + X
will close the file, if any changes have been made and not yet saved it will ask you if you want to save the changes.
Previous: Installation Next up: Customization
Written by Jayofelony. All rights reserved.