Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Connecting to Pi and getting saved pcaps #4

Open
elin05 opened this issue Jun 5, 2020 · 3 comments
Open

Connecting to Pi and getting saved pcaps #4

elin05 opened this issue Jun 5, 2020 · 3 comments

Comments

@elin05
Copy link

elin05 commented Jun 5, 2020

How can we connect to the RPi to access the saved pcaps (assuming they're saved)?

Is it configured as an AP, or do we need to modify config files to input an SSID/passphrase for it to connect to a network as a STA?

@jacob-baines
Copy link
Contributor

I use a microusb to ethernet adapater to connect the Pi to my LAN and then SSH in.

@chrismanahan
Copy link

Or you can create a wpa_supplicant.conf file at the root of the boot directory on your SD card. When that file is present, the pi uses it to connect to your wifi

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="NETWORK-NAME"
    psk="NETWORK-PASSWORD"
}

@Recurs1v
Copy link

Hello, I have the same question as OP, I got the pi working as shown but after stopping and a clean shutdown, I am not seeing any saved pcap files on the sd card. Do you need to enable the pcap file to be saved somewhere?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants