Skip to content

Releases: LoH-lu/netbox-nmap-scan

0.3.5

08 May 12:41
3246adf
Compare
Choose a tag to compare

Refactor Netbox connection handling and improve error logging

Full Changelog: 0.3.4...0.3.5

0.3.4

25 Apr 16:27
ebd6956
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.3...0.3.4

0.3.3

03 Apr 08:57
252b9c5
Compare
Choose a tag to compare

Fix for DNS name being erased if empty and updating existing data in Netbox

Full Changelog: 0.3.2...0.3.3

0.3.2

11 Feb 10:52
777d889
Compare
Choose a tag to compare

The script is not updating ip addresses anymore with the 'DHCP' status

Full Changelog: 0.3.1...0.3.2

0.3.1

03 Jan 09:39
f2a35ee
Compare
Choose a tag to compare

Fixed issue with tags on existing address getting removed

Full Changelog: 0.3.0...0.3.1

0.3.0

30 Dec 13:15
742b32a
Compare
Choose a tag to compare

Rewrite of the script
Added some user defined options in var.ini
Added main.py to have only one file to run
Renamed existing script to be more clear
Added proper logging

What's Changed

New Contributors

  • @LoH-lu made their first contribution in #9

Full Changelog: 0.2.2...0.3.0

0.2.2

27 Dec 10:29
686a535
Compare
Choose a tag to compare

Added some logging to netbox_push and made nmap scan more aggressive.

Full Changelog: 0.2.1...0.2.2

0.2.1

02 Jul 16:00
Compare
Choose a tag to compare

Added file path check

Full Changelog: 0.2.0...0.2.1

0.2.0

15 May 16:24
50553bf
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.2.0

  • Removed the description being added to Netbox, it was useless as we have the tags 'autoscan' to know which IP Address was was added by the script (you will be also able to add your own description without it being erased)
  • Added the 'scantime' Custom Field, this way you'll be able to quickly see when was the last time your IP was reachable. (Wiki has been updated for how to create this new custom field)
  • Replace the print command to logger in the scan script and changed the format of the output file name to contain the time as well (if you run the script multiple time a day)

If you have already run the script before, please delete all csv file from your folder.

0.1.0

22 Apr 13:05
50553bf
Compare
Choose a tag to compare