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.
-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
Improved port scans, now using scapy, and having 3 scan methods, TCP Connect, TCP Stealth, and UDP.
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.
- -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
- Bug fixes on "Discover Hosts" scan.
- Formatting results
- Added loading bar
- Formatting results
- Bug fixes