Skip to content

Commit

Permalink
1.1 Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ReddyyZ authored May 24, 2020
1 parent 3fe772b commit 019d51f
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 141 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-sP | Scan defined port
- -d | Discover hosts in the network
- -p | Protocol to use in the scan
- -i | Interface to use in the scan
- -i | Interface to use in the scan

## [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
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,28 @@ Clone this repository

## 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
- -sO | Scan OS
- -i | Interface to use in the scan
- -sP | Scan defined port
- -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 in the scan
- -i | Interface to use

## OS Support
- **Windows** :heavy_check_mark:
- **Linux** :heavy_check_mark:
- **Windows** :heavy_check_mark:
- **Linux** :heavy_check_mark:
- **Mac** :question:

## License
Expand Down
Loading

0 comments on commit 019d51f

Please sign in to comment.