Skip to content

Releases: ReddyyZ/astsu

ASTSU v1.1.3

24 Oct 14:26
Compare
Choose a tag to compare

[v1.1.3] - 2020-10-24

  • Formatting results
  • Bug fixes

ASTSU v1.1.2

21 Oct 15:34
Compare
Choose a tag to compare

[v1.1.2] - 2020-10-21

  • Formatting results
  • Added loading bar

ASTSU v1.1.1

21 Oct 14:47
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[v1.1.1] - 2020-10-21

Added

  • Bug fixes on "Discover Hosts" scan.

1.1 Version

24 May 17:17
019d51f
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[1.1] - 2020-05-24

Added

Improved port scans, now using scapy, and having 3 scan methods, TCP Connect, TCP Stealth, and UDP.

Modified

I modified the entire script, leaving the functions in a class, better structuring the project, being possible until it was imported and used by another script.

Arguments

  • -sC | Scan common ports
    • -p | Protocol to use in the scan
    • -i | Interface to use
    • -t | Timeout to each request
    • -st | Use stealth scan method (TCP)
  • -sA | Scan all ports
    • -p | Protocol to use in the scan
    • -i | Interface to use
    • -t | Timeout to each request
    • -st | Use stealth scan method (TCP)
  • -sP | Scan a range ports
    • -p | Protocol to use in the scan
    • -i | Interface to use
    • -t | Timeout to each request
    • -st | Use stealth scan method (TCP)
  • -sO | Scan OS of a target
  • -d | Discover hosts in the network
    • -p | Protocol to use in the scan
    • -i | Interface to use

1.0 Version

22 May 23:48
2580fd8
Compare
Choose a tag to compare

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[Unreleased]

[1.0] - 2020-05-22

Added

Arguments

-sC | Scan common ports
-sA | Scan all ports

  • -sO | Scan OS
    • -i | Interface to use in the scan
      -sP | Scan defined port
  • -d | Discover hosts in the network
    • -p | Protocol to use in the scan
    • -i | Interface to use in the scan