Skip to content

1.1 Version

Compare
Choose a tag to compare
@ReddyyZ ReddyyZ released this 24 May 17:17
· 8 commits to master since this release
019d51f

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