Skip to content

Instantly share code, notes, and snippets.

@emad-elsaid
emad-elsaid / nadar.py
Last active December 7, 2016 09:44
Python script to enumerate hosts on the same network and notify you if another device connected/disconnected from network
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# prerequisites :
# sudo apt-get install nmap
#
# nmap.py
# Network Radar
#
#
# This program is free software; you can redistribute it and/or modify