Skip to content

πŸ’»πŸ” WIFI / LAN intruder detector. Scans for devices connected to your WIFI / LAN and alerts you if new and unknown devices are found.

License

Notifications You must be signed in to change notification settings

devlincashman/Pi.Alert

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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:

About

πŸ’»πŸ” WIFI / LAN intruder detector. Scans for devices connected to your WIFI / LAN and alerts you if new and unknown devices are found.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.5%
  • JavaScript 14.9%
  • PHP 12.5%
  • Less 10.0%
  • CSS 6.1%
  • Python 5.5%
  • Other 0.5%