Skip to content
This repository was archived by the owner on Jul 15, 2022. It is now read-only.

Releases: aHugues/port-eye

Improve scanning behavior

18 Sep 19:39
9beeeab
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • Enable detecting MAC address of local targets
  • Add visualization of scanning progress in the terminal with first results

Improvements

  • Improve HTML report generation
  • Improve scanning speed
  • Now the sudo parameter is set in the CLI
  • Replace previous logging parameter with a debug flag

Docker fixes and concurrency

18 Sep 20:58
fa7710f
Compare
Choose a tag to compare
Pre-release

Changelog

Improvements

  • Add possibility to limit number of simultaneous scans

Fixes

  • Fix Docker image not correctly working

Improved scanning information

17 Sep 22:32
41f05a3
Compare
Choose a tag to compare
Pre-release

Changelog

Features

  • Add detection of targeted OS
  • Add detection of potential vulnerabilities affecting detected services
  • Add support for IPV6 CIDR block target

Fixes

  • Improve CLI to replace former arguments to a single target option that is simpler to use

Misc

  • Unify docstring format to Google format
  • Improve code style using black and PEP8 standards

Fix issues with scanning workflow

15 Sep 15:00
1d9bd72
Compare
Choose a tag to compare
Pre-release
  • Fix scan for CIDR blocks not correctly working
  • Fix tool not correctly detecting up and down hosts
  • Improve code coverage

First working version

08 Sep 22:15
4b12da8
Compare
Choose a tag to compare
First working version Pre-release
Pre-release

First working version as uploaded to pypi.

Note: This version is not stable and should not be used for production purposes.

Basic application

08 Sep 21:57
ce28e71
Compare
Choose a tag to compare
Basic application Pre-release
Pre-release

Features

Basic generation of reports from hosts passed through CLI arguments or input file.