longobard ~ # nmap -sS -O -P0 longobard.local
Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2004-09-20 17:46 MSD
Insufficient responses for TCP sequencing (3), OS detection may be less accurate
Interesting ports on longobard.local (10.1.7.90):
(The 1654 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
80/tcp open http
631/tcp open ipp
3128/tcp open squid-http
5432/tcp open postgres
Device type: general purpose
Running: Linux 2.4.X|2.5.X|2.6.X
OS details: Linux 2.4.0 — 2.5.20, Gentoo 1.2 linux (Kernel 2.4.19-gentoo-rc5), Linux 2.4.20, Linux 2.4.20 — 2.4.22 w/grsecurity.org patch, Linux 2.5.25 — 2.6.3 or Gentoo 1.2 Linux 2.4.19 rc1-rc7)
Uptime 2.930 days (since Fri Sep 17 19:28:00 2004)
Nmap run completed — 1 IP address (1 host up) scanned in 2.231 seconds
longobard ~ #
Вопрос: КАК НМАП УЗНАЛ МОЙ АПТАЙМ?!??!??!?!??!
Последние комментарии
- OlegL, 17 декабря в 15:00 → Перекличка 21
- REDkiy, 8 июня 2023 года в 9:09 → Как «замокать» файл для юниттеста в Python? 2
- fhunter, 29 ноября 2022 года в 2:09 → Проблема с NO_PUBKEY: как получить GPG-ключ и добавить его в базу apt? 6
- Иванн, 9 апреля 2022 года в 8:31 → Ассоциация РАСПО провела первое учредительное собрание 1
- Kiri11.ADV1, 7 марта 2021 года в 12:01 → Логи catalina.out в TomCat 9 в формате JSON 1
Дык, написано ж тебе:
The -O option also enables several other tests.
One is the «Uptime» measurement, which uses the TCP
timestamp option (RFC 1323) to guess when a machine
was last rebooted. This is only reported for
machines which provide this information.
из man nmap
Good Luck,
UT
ух, спасибо :) А я и не догадался в ман глянуть, сразу в сорцы полез, не было времени нормально в них покопаться :)
Точно так же работает netcraft.com. По tcp sequense.
А какие ОС поддерживают эту тему?
дело не в поддержке этого в ОС
initial sequnce nuber
…хоть тема и устарела, так, для полноты дела:
/proc/sys/net/ipv4/tcp_timestamps
1-on 0-off
Или через sysctl.
Почитать можно здесь:
http://www.linuxshare.ru/docs/linux/ip/ipsysctl-tutorial.html