Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Releases: Wyko/netcrawl

Added tools

18 Mar 00:49
Compare
Choose a tag to compare
Added tools Pre-release
Pre-release

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

11 Mar 03:26
Compare
Choose a tag to compare
A bunch of new stuff Pre-release
Pre-release

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

12 Feb 13:28
Compare
Choose a tag to compare
CLI Ready Pre-release
Pre-release

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

01 Feb 18:58
Compare
Choose a tag to compare
The First Release Pre-release
Pre-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...