Snippets

Ronald van Heugten Pwnogatchi

Created by Ronald van Heugten last modified
main:
    name: 'WaaaghOtchi' #Name
    plugins:
        grid:
            enabled: true
            exclude:
              - NET-A
              - NET-B
            report: true
        auto-update:
            enabled: true
            install: true
            interval: 1 # every 1 hour
        onlinehashcrack:
            enabled: true
            email: XX@XX.com
        wpa-sec:
            enabled: true
            api_key: XXXX
            api_url: "https://wpa-sec.stanev.org"
        quickdic:
            enabled: true
        ups_lite:
            enabled: true
        bt-tether:
            enabled: true # if you want to use this, set ui.display.web.address to 0.0.0.0
            devices:
              ios-phone:
                enabled: true
                search_order: 1 # search for this second
                mac: XX:XX:XX:XX:XX:XX # mac of your bluetooth device
                ip: '172.20.10.6' # ip from which your pwnagotchi should be reachable
                netmask: 14
                interval: 1 # check every 5 minutes for device
                scantime: 30
                max_tries: 10 # infinity
                share_internet: true
                priority: 999 # routing priority
        memtemp:
            enabled: true
            scale: celsius
            orientation: vertical # horizontal/vertical
        gpio_buttons:
            enabled: true
            #The following is a list of the GPIO number for your button, and the command you want to run when it is pressed
            gpios:
              5: 'touch /root/.pwnagotchi-auto && systemctl restart pwnagotchi'
              6: 'rm -rf /root/.pwnagotchi-auto && systemctl restart pwnagotchi'
    whitelist:
        - NET-A
        - NET-B
ui:
    display:
        enabled: true
        type: 'waveshare27inch'
        rotation: 0
        color: 'black'
    web:
        username: USERNAME
        password: TROLLING

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.