![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Linux live cd | shooroop | Linux | 3 | 03-13-2008 10:10 AM |
| S-144: Cisco PIX and ASA Time-to-Live Vulnerability | iBot | Security Advisories (RSS) | 0 | 01-30-2008 01:40 PM |
| openSUSE goes live | iBot | UNIX and Linux RSS News | 0 | 12-01-2007 07:05 AM |
| Piped open not real-time - How would one handle live data? | jjinno | Shell Programming and Scripting | 2 | 08-23-2007 02:18 PM |
| Live CD Linux | Foo Stutz | Forum Support Area for Unregistered Users & Account Problems | 1 | 06-14-2005 06:44 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
The idea with fingerprinting is that you know an ip address that seems to be a computer. Now you want to know the brand (Solaris, HP-UX, AIX, etc). Once you know that it is, say, a Solaris box, you then try known Solaris weaknesses. Since, by default, Solaris uses 255 as a TTL, if you see a TTL of 255, it might be Solaris. The trouble is that 255 is the max for TTL, and in the 90's a few OS's got burned with TTL's that were too small. My impression is that most vendors cranked TTL up to the max. If you really feel the need to fiddle with TTL, keep it high. 155 is not too bad. You might regret 55 though.
Changing the TTL is not going to close a port. You're trying to make them think you have a Linix box or something. That way they spend all the time hitting you with Linux attacks rather than Solaris attacks. This is a bunch of jive if you ask me. Keep your Solaris box well patched and then you should not care if the bad guys know it's Solaris. Security by obscurity does not work. But here is a another opinion. |
|
||||
|
thx mate, got it. i read through the link that's a good explanation. i see that it makes no seens on my configuration because:
Code:
pressytest@gentoo ~ # telnet 192.168.133.122 22 Trying 192.168.133.122... Connected to 192.168.133.122. Escape character is '^]'. SSH-2.0-Sun_SSH_1.0.1 exit Connection closed by foreign host. pressytest@gentoo ~ # AND: MAC Address: 08:00:20:xx:xx:xx (SUN Microsystems) thanks again greetings PRESSY |