Kismet API: Curl only device name and MAC address?

408 views Asked by At

Trying to curl the `/devices/... APIs for specific information only. I'm trying the following, without success.

http://user:[email protected]:2501/devices/views/all/devices.json -X POST -d 'json={"fields": "[\"kismet.device.base.manuf\", \"kismet.device.base.macaddr\"]" }'

Have been trying to follow the docs here

0

There are 0 answers