Hi all,
I am looking at the next tool to develop for the cinema-catcher-app. That being a tool to do auto-discovery of equipment on a network.
In looking into this, obviously, I turned to the industry standard "nmap" tool.
This is an amazingly powerful tool in which scripts are used to do all the smart "DETECT OPERATING SYSTEM" and other features.
This is done by adding scripts written in "Lua". These script can, as an example, be run if certain ports are open (I.e. giving you a fingerprint of what the device is most likely), then query those ports in an attempt to figure out in detail what the device is and possibly query for versions. if at all possible without authentification.
I plan to use nmap to create an easy to use tool for cinema-catcher-app, but I was thinking, this would be great for the general cinema community to also benefit from this. The more technically focused cinema techs out there could also leverage this tool in their own scripts/software.
I plan to create a few scripts in the next week for detecting a few devices, but I was wondering if others would also contribute. By looking at pre-existing scripts, extend them to other devices I don't have to test against.
Would appreciate some feedback from other cinema techs.
I am looking at the next tool to develop for the cinema-catcher-app. That being a tool to do auto-discovery of equipment on a network.
In looking into this, obviously, I turned to the industry standard "nmap" tool.
This is an amazingly powerful tool in which scripts are used to do all the smart "DETECT OPERATING SYSTEM" and other features.
This is done by adding scripts written in "Lua". These script can, as an example, be run if certain ports are open (I.e. giving you a fingerprint of what the device is most likely), then query those ports in an attempt to figure out in detail what the device is and possibly query for versions. if at all possible without authentification.
I plan to use nmap to create an easy to use tool for cinema-catcher-app, but I was thinking, this would be great for the general cinema community to also benefit from this. The more technically focused cinema techs out there could also leverage this tool in their own scripts/software.
I plan to create a few scripts in the next week for detecting a few devices, but I was wondering if others would also contribute. By looking at pre-existing scripts, extend them to other devices I don't have to test against.
Would appreciate some feedback from other cinema techs.
Comment