File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ It is derived from the original pyscanlogd - {https://github.com/pythonhacker/py
4
4
supports Python2.
5
5
6
6
The tool is able to detect vertical port scans. In other words, if any scanning tool performs
7
- multiple port scanning using TCP/UDP/SCTP scans, the tool can detect it. At present, it doesn't
8
- detect horizontal port scans (single port scanned across multiple hosts) or single port scans
9
- (single port scanned in single host).
7
+ multiple port scans using TCP/UDP/SCTP techniques on the same host, the tool can detect it.
8
+
9
+ At present, it doesn't detect horizontal port scans (single port scanned across multiple hosts)
10
+ or single port scans (single port scanned in single host).
10
11
11
12
# Capabilities
12
13
pyscanlogd3 can detect most port scan techniques available using ` nmap ` and some by ` hping3 ` .
You can’t perform that action at this time.
0 commit comments