Unknown user after flash "travis"
I downloaded pwnagotchi-raspbian-lite-v1.5.5.zip from https://github.com/evilsocket/pwnagotchi/releases.
After flashing the .img to my SDcard and booting in my Raspberry Pi Zero W, there is a user named "travis" that appears at /home/travis.
Its only content are a tmp file inside .ansible at: ~/home/travis/.ansible/tmp
But i cant get into the tmp file. "cd tmp" returns permission denial, "sudo cd tmp" returns a error the the command "cd" is not found.
What is this, why is it happening... Did a contributor leave a user on the .img, or should i look into this further?
you might wanna try sudo su, you will become root user (be careful with /home/pi). With this option you could go to /tmp and get a look at te file. However, it's Linux (debian 12), the file in /tmp can be in use bij some daemon and therefore not always accessible.