all about go, ruby, python, perl, java, scala, osgi, RCP computing, network, hacking, security, encryption. and other interesting stuff
#!/bin/sh#[ $# -lt 1 ] && echo $0 server && exit 1echo 'GET / HTTP/1.0\n' | nc $1 80 | egrep '^Server:'
Keine Kommentare:
Kommentar veröffentlichen