Skip to content

Releases: LaggerIsME/PortQatyran

PortQatyran v1.6.0 Release

27 Aug 06:52
Compare
Choose a tag to compare

Features

  • Added nmap as one of the scanning options.
  • Included 2 scanning modes: old_school (Nmap) and modern (Rustscan).
  • old_school mode does a longer but accurate scan of open ports
  • modern mode performs this task faster, but can sometimes show filtered ports as open ports.
  • Changed some information in output of qatyranfetch command

PortQatyran v1.5.0 Release

12 Aug 07:53
Compare
Choose a tag to compare

Bugs

  • Rewrote some parts of code logic to except problems with finding new ports after their closing
  • Deleted unnecessary part of codes for debugging
  • Fixed some indentations in logs

PortQatyran v1.4.0 Release

06 Aug 11:50
Compare
Choose a tag to compare

Features

  • Added a telegram message that sends before the scan starts, to make it easier to see the difference between scans.
  • Added docker volume in docker-compose.yml for static data storing.
  • Added some additional hints in comments of example.env.

PortQatyran v1.3.0 Release

25 Jul 10:27
Compare
Choose a tag to compare

Info

Finally, after a lot of work, the PortQatyran tool has been exited from beta release!

Features

  • Passive Mode Enhancement: Implemented passive mode that compares previous and current scans, sending notifications about newly discovered ports on IP addresses.
  • Enhanced Logging System: Upgraded logging system to log every action with timestamps for improved traceability.
  • Telegram Message Reformatting: Improved message formatting in Telegram notifications for better readability and usability.

Bugs

  • Fixed a bug when messages were not created correctly
  • Fixed problems with incorrect indentation in logs

PortQatyran v1.2.0-beta Release

18 Jul 12:58
Compare
Choose a tag to compare
Pre-release

Bug

  • Fixed a bug when messages weren't coming due to network issues. Now information about the next ip address will not come until the previous one is sent.

PortQatyran v1.1.0-beta Release

16 Jul 10:28
Compare
Choose a tag to compare
Pre-release

Features

  • Optimized use of text in messages. Now write port ranges instead of all digits in commas
  • Added additional formatting for messages in Telegram to make it easier to copy open ports.

Bugs

  • Fixed bug when messages don't come to telegram because of too many open ports in POST request. Now it sends ip.txt file when data does not fit in Telegram message limit.

PortQatyran v1.0.0-beta Release

14 Jul 13:05
Compare
Choose a tag to compare
Pre-release

Features

  • Fast Network Scanning: Quickly scans networks for open port IP addresses
  • Scheduling: Set the scanning frequency using cron jobs
  • Sandboxed Application: Runs in a secure, isolated environment
  • Logging: Logs all executed commands for auditing.
  • Easy Setup: Simple configuration via environment files.
  • Configuration Display: Shows tool configuration with the qatyranfetch command.
  • Manual Scanning: Initiate scans manually using the portqatyran command.
  • Telegram Notifications: Sends scan results via Telegram.
  • Notification Modes: Supports aggresive notification mode

In progress

  • Notification Modes: passive notification mode. Sends only ip addresses and ports that have not been found before