#!/bin/bash # ban.sh - by dual # Simple banner grabber echo -e "GET http://$1/$RANDOM HTTP/1.0\n\n" | \ nc $1 80 | \ grep Server: