Skip to content

Wi-Fi Device Vulnerability Mapper #10

@Ankurdeewan

Description

@Ankurdeewan

Create a script that scans all devices connected to the same Wi-Fi network and builds a map of potentially vulnerable machines. The script should detect connected devices, fingerprint them, and highlight weak points like open ports or outdated protocols.

Expected Behavior

  • Input: local network range (e.g., 192.168.0.0/24)
  • Process:
    1. Discover all active devices on the network
    2. Identify device types if possible (router, phone, laptop, IoT device)
    3. Scan for common open ports (e.g., 21, 22, 23, 80, 443, 3389)
    4. Flag weak protocols (FTP, Telnet, SMBv1) as vulnerable
  • Output:
    • A report showing device IP, hostname (if any), open ports, and risk level
    • Color-coded alerts for vulnerabilities (red = critical, yellow = warning, green = safe)

Example Usage

python campusmap.py -n 192.168.0.0/24 -o devices.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions