This repository has been archived by the owner on Sep 28, 2023. It is now read-only.
Releases: Wyko/netcrawl
Releases · Wyko/netcrawl
Added tools
Features
This release adds:
- Mac Audit - Take a CSV with MACs and subnets and find matches across your network (AP Radios which are also connected via ethernet)
- Switch Audit - Find off-the-shelf switches connected to your network
Bug Fixes
Tons.
A bunch of new stuff
This release adds a large amount of new features, bug fixes, and general stability. While still not production quality, this release consistently collects a significant quantity of data from polled devices and aggregates them in a useful enough fashion that I have been able to gainfully use it at work.
New Features:
- Secure credential storage has been added
- Switched to PostgreSQL (No more concurrency issues!)
- Greatly improved SQL transaction management
- Nmap-assisted scanning
- MAC address lookup
- CLI menu for adding credentials
- Multiprocessing: A huge performance improvement!
Check out the read-me for additional information.
CLI Ready
This release adds a single-device run mode to the mix, as well as CLI argument parsing. From the command line, use the --help argument to see the possible commands.
The First Release
This is an alpha release of the program that is not at all ready for production. It's a milestone only in that it finally automatically scans the network for devices!
Next up:
- Indexing the results properly
- Improving error logging
- Improving reliability of the scans
- Adding more device types
- Producing a coherent result from the scan
- ... yeah, a ton of stuff...