pwnagotchi
pwnagotchi copied to clipboard
Question about /handshakes#
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
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)
Hello, i want to run the command from this setting to reveal and save the handshakes trough ssh in my terminal
What commands do i run if i want to use what youre saying?
Can you give an example?
Thanks alot
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.
Thankyou, will try.