Skip to content

Releases: babylard/NetScan

NetScan 1.0

07 Jul 15:34
Compare
Choose a tag to compare

Overview

I've mostly fixed the GUI. Many of the options have been moved to a Title bar other to keep it clean, other than the Scan button. I am working on adding a port scanner which I expect to be finished in the next release, the option is there but it's unimplemented yet. I'll probably be focusing on making the Deauth and Port Scan windows a bit better in the next release.

Save management has also been added. You can save a session to a JSON file if it's ever need, which contains the status of the Short OUIs checkbox, Scan output, and what input fields are set to. Versioning hasn't been implemented yet for saves.

image

image

image

Added Features

  1. Title bar
  2. Save management

Changes

  1. The "Deauthed for 10 seconds" message has been removed and renamed to "Started Deauth loop"
  2. GUI has been ported to CustomTkinter.
  3. Moved Clear, Deauth, and Help buttons to the Title bar.

Netscan 0.9

03 Jul 21:53
Compare
Choose a tag to compare
Netscan 0.9 Pre-release
Pre-release

This release is just a port of the GUI to Tkinter since the other library I was using (PySimpleGUI) is now paid. It looks terrible but it works as intended still. I'll be working on making the UI better over time, 1.0 should look much better once I finish it.

NetScan 0.8

02 Feb 19:07
Compare
Choose a tag to compare

Features

  1. Short OUI option in the TUI version

Bug Fixes

  1. Errors when inputting invalid values in Deauth window
  2. Errors when inputting no values into the Deauth window.

I'm now going to be changing the versioning format to 0.0 rather than 0.0.0 from now on.

NetScan 0.0.7

08 Jan 22:23
Compare
Choose a tag to compare

image

Features

This release features:

  1. The ability to Deauth devices from your network

You can now Deauth devices that are connected to your network, which is a type of denial of service attack interfering with communication between routers and devices.

image
For more information, read the Documentation in the repo.

Bug Fixes

  1. Program closure caused by a crash when pressing x
  2. Windows of NetScan freezing when scanning or doing any other long process
  3. Crappy threading

NetScan 0.0.6

30 Nov 02:50
Compare
Choose a tag to compare

Features

This release features:

  1. The ability to view the hostnames of devices
  2. Renamed the Scan button to Scan Network for more clarity.

Bug Fixes

None! :-)

For Installation/Setup instructions, please view the README.md, or the Documentation for more in-Depth instructions.

image

NetScan 0.0.5

08 Nov 21:20
Compare
Choose a tag to compare

Features

This release features:

1. The ability to list the OS of Mobile devices rather than just common Desktop OSes
2. A button to clear the Output of the program, which has long been needed.
3. After pressing "Scan", the program will now show the time of completion after listing devices.

Bug Fixes

1. The issue of the Help window appearing when clicking x rather than Exit in the GUI has been resolved

For Installation/Setup instructions, please view the README.md, or the Documentation for more in-Depth instructions.

python_G0p6xfFfVJ

NetScan 0.0.4

27 Oct 00:47
053c792
Compare
Choose a tag to compare

From here on out, the releases will most likely not contain an EXE due to issues with Pyinstaller, and you will be required to have Python3 or later.

Please install all required dependencies using pip install -r requirements.txt

This release mainly features the ability to print the full OUI manufacturer information rather than the 8 Character version. I thought this might also be a good feature, so there is now a checkbox which allows you to change the length to the 8 Character version, or the full length.

Also, the UI looks sick now.

sik_UI_blur

NetScan 0.0.3

22 Oct 02:17
ed4627d
Compare
Choose a tag to compare

This release mainly features OUI Manufacturer information, along with what OS the device is running when scanning.

The IP Field is now automatically filled with the IP of your Router/AP. The OUI information is currently only 8 characters long for now, I literally have no idea why and I'm working on a fix for this. at least it's readable enough.

image

NetScan 0.0.2

19 Oct 01:26
4bc4efb
Compare
Choose a tag to compare

This release mainly features a few bug fixes, the ability to specify an IP Range, and finally a Help button.

image

By default the IP Range field will be set to 24. If you're not sure what an IP Range is, you can leave it set to default and the program will work just fine as is after inputting the Router IP.

The Help button launches a Window which I will keep known issues in and other information as development goes on. You wont find too much there right now.

NetScan 0.0.1

17 Oct 17:12
5ac0e59
Compare
Choose a tag to compare

First release of NetScan. NetScan is a lightweight Network Scanner which lists IP's and MAC Addresses of all devices connected to a specified network.

GUI version:

image

Terminal version:

Blur