Skip to content

Instantly share code, notes, and snippets.

View TaIos's full-sized avatar

Talos TaIos

View GitHub Profile
@TaIos
TaIos / ping_sweeper.sh
Created August 28, 2018 13:21
Simple bash ping-sweeper
#!/bin/bash
# Simple ping-sweeper scan to determine which
# devices on a subnet respond to ping.
# Non-responding to ping does not mean
# that device is not up !
TIMESTAMP="$(date +%Y-%m-%d.%H:%M:%S)"
OUT="scan_${TIMESTAMP}.txt"