Skip to content

X-croot/AndroScan

Repository files navigation

AndroScan

AndroScan is a network scanner built with Flutter for Android.

It discovers devices in your local Wi-Fi network, shows their estimates their operating system based on TTL values.


screenshot

🔍 Features

  • 🚀 Scans all devices in a specified local IP range
    • IP Address
    • MAC Address
    • TTL (Time To Live)

⚙️ How it works

  • Uses ping to check reachability
  • Parses TTL to estimate OS type (e.g., Windows, Linux, IoT)

📦 Build

flutter pub get
flutter build apk --release