Releases: LoH-lu/netbox-nmap-scan
0.3.5
0.3.4
What's Changed
- Add .gitignore by @AWildLeon in #14
- Fix vrf data being ignored by @pawnar29 in #17
New Contributors
- @AWildLeon made their first contribution in #14
- @pawnar29 made their first contribution in #17
Full Changelog: 0.3.3...0.3.4
0.3.3
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
The script is not updating ip addresses anymore with the 'DHCP' status
Full Changelog: 0.3.1...0.3.2
0.3.1
Fixed issue with tags on existing address getting removed
Full Changelog: 0.3.0...0.3.1
0.3.0
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
Full Changelog: 0.2.2...0.3.0
0.2.2
Added some logging to netbox_push and made nmap scan more aggressive.
Full Changelog: 0.2.1...0.2.2
0.2.1
Added file path check
Full Changelog: 0.2.0...0.2.1
0.2.0
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.