Skip to content

Latest commit

 

History

History
executable file
·
121 lines (90 loc) · 6.68 KB

README.md

File metadata and controls

executable file
·
121 lines (90 loc) · 6.68 KB

Pi.Alert

💻🔍 WIFI / LAN intruder detector.

Scans for devices connected to your WIFI / LAN and alerts you if new and unknown devices are found.

Main screen

🐳 Docker image

Docker GitHub Committed Docker Size Docker Pulls Docker Pushed

🐳 Docker hub | 📄 Dockerfile | 📚 Docker instructions

🔍 Scan Methods

The system continuously scans the network for, New devices, New connections (re-connections), Disconnections, "Always Connected" devices down, Devices IP changes and Internet IP address changes. Scanning methods are:

  • Method 1: arp-scan. The arp-scan system utility is used to search for devices on the network using arp frames.
  • Method 2: Pi-hole. This method is optional and complementary to method 1. If the Pi-hole DNS server is active, Pi.Alert examines its activity looking for active devices using DNS that have not been detected by method 1.
  • Method 3. dnsmasq. This method is optional and complementary to the previous methods. If the DHCP server dnsmasq is active, Pi.Alert examines the DHCP leases (addresses assigned) to find active devices that were not discovered by the other methods.

🧩 Notification Integrations

🔐 Security

  • Configurable login to prevent unauthorized use.
  • Set PIALERT_WEB_PROTECTION = True in pialert.conf to enable.
  • The default password is 123456.
  • To change password run /home/pi/pialert/back/pialert-cli

📑 Features

  • Display:
    • Sessions, Connected devices, Favorites, Events, Presence, Concurrent devices, Down alerts, IP's
    • Manual Nmap scans, Optional speedtest for Device "Internet"
    • Simple Network relationship display
  • Maintenance tasks and Settings like:
    • Status Infos (active scans, database size, backup counter)
    • Theme Selection (blue, red, green, yellow, black, purple) and Light/Dark-Mode Switch
    • Language Selection (English, German, Spanish)
    • Pause arp-scan
    • DB maintenance, Backup, Restore tools and CSV Export / Import
  • Help/FAQ Section
Screen 1 Screen 2
Screen 3 Screen 4
Screen 5 Screen 6
Report 1 Report 2

📥 Installation

⚠ This fork (jokob-sk) is only tested as a docker container. Check out leiweibau's fork if you want to install Pi.Alert on the server directly.

Instructions for pucherot's original code can be found here

🔗 Other

Alternatives

  • WatchYourLAN - Lightweight network IP scanner with web GUI (Open source)
  • Fing - Network scanner app for your Internet security (Commercial, Phone App, Proprietary hardware)

Old docs

License

GPL 3.0

🥇 Special thanks

This code is a collaborative body of work, with special thanks to: