Hello there,
i've got a question about the capabilities of the built-in packetfilter from OpenBSD.
Basically, what i want to do is to simulate the network behaviour of a different os to fool tools like nmap into believing the machine runs a different OS.
What i tried to do was the following:
nmap still identifies my machine as running FreeBSD. I tried setting
which gives me a parsing error when reloading the configuration file.
Does anyone of you know what the problem here might be?
best regards, phil10
i've got a question about the capabilities of the built-in packetfilter from OpenBSD.
Basically, what i want to do is to simulate the network behaviour of a different os to fool tools like nmap into believing the machine runs a different OS.
What i tried to do was the following:
Code:
nic="em0"
nic2="lo0"
set fingerprints "/etc/pf.os"
pass in on $nic from any os "Windows 2000"
pass in on $nic2 from any os "Windows 2000"
nmap still identifies my machine as running FreeBSD. I tried setting
Code:
pass out on $nic to any os "Windows 2000"
Does anyone of you know what the problem here might be?
best regards, phil10