pwnagotchi icon indicating copy to clipboard operation
pwnagotchi copied to clipboard

Unknown user after flash "travis"

Open GopherLoc opened this issue 7 months ago • 1 comments

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?

Image

GopherLoc avatar May 09 '25 00:05 GopherLoc

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.

HanSyt avatar May 29 '25 16:05 HanSyt