Hi all ,
Is there any package or support to enable device profiling of connected devices (to detect OS i.e (android/linux/windows/IOS)).
i tried with nmap but it shows error of too many fingerprints .
evs
October 24, 2024, 7:02am
2
I've seen a PR for UFP on github quite recently? I can't help much otherwise.
openwrt:main
← blogic:main
opened 12:55PM - 02 Oct 24 UTC
The two daemons in this PR allow users to fingerprint devices on their network.
…
The final fingerprints look like this:
```
{
"04:99:b9:XX:YY:ZZ": {
"device": "HomePod mini",
"vendor": "Apple",
"class": "speaker",
"device_name": "Kitchen"
},
"c4:65:16:XX:YY:ZZ": {
"vendor": "HP",
"device": "OfficeJet Pro 9010 series",
"class": "Printer"
}
}
```
and can be queried via an ubus API. Further details are explained in the patches.
Signed-off-by: John Crispin <john@phrozen.org>
alright thanks for responding .
2 Likes