Results 1 to 6 of 6
Hi,
I want to detect the OS of Linux running machine remotely like using IP address.
There are some APIs of Microsoft which do the same thing but only for ...
- 06-17-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 9
Remote OS detection of Linux Running machines
Hi,
I want to detect the OS of Linux running machine remotely like using IP address.
There are some APIs of Microsoft which do the same thing but only for the windows operating system.
Is there any API in Linux/Platform independent which can do the same atleast for
Linux family operating systems.
Regards,
Vishal
- 06-19-2009 #2
you can use nmap!!!!!
There is nothing impossible, for everything is possible; the impossible only takes a bit longer than the possible.


- 06-19-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 9
- 06-19-2009 #4
What he meant was:
You probably need to run this as rootCode:nmap -O ipaddress
Note that this does not just give you the OS but also a list of open and filtered ports. A firewall or a heavily customized OS can twart the scan though. You'll get an estimate then.
Also note that running this command against foreign machines is illegal in some countries. If you're a US citizen, then watch out where you point the thing.
Gives you the complete manual.Code:man nmap
Can't tell an OS by it's GUI
- 06-20-2009 #5Just Joined!
- Join Date
- Apr 2009
- Posts
- 9
- 06-22-2009 #6
I would like to run windows applications on linux without needing recompiles, or using wine, or cedega, or cross over, any other application. I want to just use what is natively available on linux.
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote
