Skip to content

Commit 3c66549

Browse files
committed
README
1 parent 67111b6 commit 3c66549

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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.

0 commit comments

Comments
 (0)