pwnagotchi icon indicating copy to clipboard operation
pwnagotchi copied to clipboard

Question about /handshakes#

Open azrael-tzel opened this issue 1 year ago • 5 comments

edit. found it

First of all, i really love this pwnagotchi project, and i find it very amusing and educative.

Now i run the ssh in terminal.

I managed to get the root

Found the acces to the handshakes, at least it seems so.

It went from Root@pwnagotchi:/home/pi# To Root@pwnagotchi :~/ handshakes#

Now i cant find what command to type next.

Maybe i just look over something here and miss it out.

But if someone could help me a bit that would be nice.

I love to learn

azrael-tzel avatar Sep 28 '23 17:09 azrael-tzel

Hi what do you want to do? Copy handshakes to your host pc? if so, you can use scp or mount pwnagotchis root and copy through file manager ( fails on my mashine as i seem to not be able to set a root password)

Nannk avatar Sep 28 '23 18:09 Nannk

Hello, i want to run the command from this setting to reveal and save the handshakes trough ssh in my terminal

azrael-tzel avatar Sep 28 '23 19:09 azrael-tzel

What commands do i run if i want to use what youre saying?

Can you give an example?

Thanks alot

azrael-tzel avatar Sep 28 '23 19:09 azrael-tzel

To list directory contents you can use ls check ls --help for available flags. For openssh copy you can use scp [OPTION] [user@]SRC_HOST:]file1 [user@]DEST_HOST:]file2 (source). I would advise to check pwnagotchi tutorials, for example this one, it explains how to use scp with windows.

Nannk avatar Sep 29 '23 03:09 Nannk

Thankyou, will try.

azrael-tzel avatar Sep 29 '23 09:09 azrael-tzel