Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.87 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.87 KB

Warwalker

A simple little device to war walk around the neighborhood.

Requirements

My hardware configuration consists of:

Tested on and built for Ubuntu 20.04 LTS.

Instructions

These instructions assume the user is familiar with building a Raspberry Pi and navigating through a Linux environment.

Follow the instructions below after putting together the Raspberry Pi.

  1. Download the Ubuntu Server 20.04.2 LTS for for Raspberry Pi
  2. Use balenaEtcher (or another tool) to flash the pre-installed OS to the SD card
  3. Determine if the device will be administered or wireless

Once the device is ready, update the inventory file for the IP address or FQDN before executing the playbook.

  1. Update the inventory file for the IP address or FQDN
  2. ssh into the device and change the default password ubuntu:ubuntu, then exit
  3. Copy an ssh public key using the new password
  4. Execute the playbook:
$ ansible-playbook install.yml -i inventory

Update and reboot the device as needed. Kismet server will start on boot and begin capturing networks.

Roadmap

Update the playbook to include Fedora IoT.