Tagged Questions
-1
votes
2answers
449 views
How to get info about given webserver FAST?
$ time nmap -q -sV -P0 -p80 google.com | fgrep '80/tcp open'
80/tcp open http Google httpd 2.0 (GFE)
real 0m6.563s
user 0m0.280s
sys 0m0.016s
$
Are there any faster methods to get info ...