lopes / netbox-scanner

A scanner util for NetBox
MIT License
164 stars 39 forks source link

[Feat] Adding reverse DNS info to DNS name in NetBox #17

Closed Wulfg4r closed 4 years ago

Wulfg4r commented 4 years ago

Hi, thank you for the neat script. Do you think that's possible to add the reverse DNS info discovered by the nmap scan as DNS Name in the host information passed to NetBox? I'm new with Python and NetBox, so I've not yet tried to do it myself. And before starting the endeavor, know if at least it's possible could be useful ;-)

Thanks again, regards

lopes commented 4 years ago

As you may notice, I'm quite busy in another projects and netbox-scanner got out from my priorities. That's why I'm away and the issues are growing here.

Well, I really think that the best way to improve netbox-scanner is to create modules that can retrieve IP and descriptions from trusted sources, like DNS, NetXMS, PRTG, or Cisco Prime. Nmap should be the last option.

This would take to a 2.0 version of this script, since the code should be changed from its core to the CLI. Of course it'll require time to develop and test, which I don't have now.

José Lopes

lopes commented 4 years ago

Create issue #18 with other improvements for new version.