You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+27-1
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
-sP | Scan defined port
17
17
- -d | Discover hosts in the network
18
18
- -p | Protocol to use in the scan
19
-
- -i | Interface to use in the scan
19
+
- -i | Interface to use in the scan
20
+
21
+
## [1.1] - 2020-05-24
22
+
### Added
23
+
Improved port scans, now using scapy, and having 3 scan methods, TCP Connect, TCP Stealth, and UDP.
24
+
### Modified
25
+
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.
0 commit comments