Closed theLOICofFRANCE closed 7 years ago
Modern Linux kernels use a per-connection random base for the timestamps:
https://github.com/torvalds/linux/commit/95a22caee396cef0bb2ca8fafdd82966a49367bb
The main issue (TCP timestamps) is resolved in a generic way.
Great, I hadn't seen it.
Hi,
The pentesters use the TCP timestamp response for fingerprinted based on the behavior and to find the remote host's uptime.
I suggest you change the default value (which should slightly increase the performance).
tcp_timestamps_secure.txt
This is a simple alternative to Brad's "random_timestamp.diff" patch.
Thanks.