File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ # About
2
+ pyscanlog3 (* py-scan-log-dee-three* ) is a port scanning detection and logging tool written in Python3.
3
+ It is derived from the original pyscanlogd - {https://github.com/pythonhacker/pyscanlogd} which only
4
+ supports Python2.
5
+
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).
10
+
11
+ # Capabilities
12
+ pyscanlogd3 can detect most port scan techniques available using ` nmap ` and some by ` hping3 ` .
13
+
14
+ # Setup
15
+ Coming soon.
You can’t perform that action at this time.
0 commit comments