Hello, i am looking for an OpenWrt command that i can get any other info about a device like manufactor name domain name etc
for example like this
#command -o -p - t -i -o -n -s 192.168.0.123
Some info like manufactory, name of a model etc.
Hello, i am looking for an OpenWrt command that i can get any other info about a device like manufactor name domain name etc
for example like this
#command -o -p - t -i -o -n -s 192.168.0.123
Some info like manufactory, name of a model etc.
The only thing your router knows about your client is the MAC and IP.
You can install a local MAC DB, or query one on Internet, but it'll only get you the manufacturer of the NIC (which could be the same as the rest of the hw).
i actually did it in Internet and got the answer but i thought to myself maybe some IP devices can give that info themselfs
Sounds like a great way to scan devices for exploits.
nmap has an OS fingerprinting capability, which is sort of statistical, but it works moderately well. Make sure you have a lot of storage though, as nmap is pretty big.