How can I make a Windows 7 computer appear to be Linux to remote OS detectors

1

2

I have a Windows 7 computer that I'd like to spoof as Linux on my network. By that, I mean that anyone on the network who runs nmap or a System Properties scan would think that my computer (running W7) was a Linux computer. The spoof would only need to hold up to cursory inspection such as direct TCP or UDP traffic, not necessarily packet inspection between my computer and one not on the network. I know that using IPtables on Linux makes it possible to do the opposite of this... but I'm not entirely familiar with the set of tools available in Windows.

DavidJFelix

Posted 2012-01-22T20:43:36.040

Reputation: 218

Answers

2

I know of at least one program that can easily change the OS fingerprint for Windows systems so they look like something else.

OSfuscate

Jason

Posted 2012-01-22T20:43:36.040

Reputation: 591

This worked perfectly. I'll probably read up a bit more on OSfuscate to determine if I can perform this same tweak without the program itself. – DavidJFelix – 2012-01-23T01:13:37.970