2603.4 - Slowing down connections more
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
"""portspoof_py — asyncio Python rewrite of the portspoof TCP honeypot."""
|
"""portspoof_py — asyncio Python rewrite of the portspoof TCP honeypot."""
|
||||||
__version__ = '2603.3'
|
__version__ = '2603.4'
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ import socket
|
|||||||
import struct
|
import struct
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
_DELAY_MIN = 0.2 # seconds
|
_DELAY_MIN = 1.0 # seconds
|
||||||
_DELAY_MAX = 2.0 # seconds
|
_DELAY_MAX = 5.0 # seconds
|
||||||
|
|
||||||
from .config import Config
|
from .config import Config
|
||||||
from .logger import Logger
|
from .logger import Logger
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "portspoof-py"
|
name = "portspoof-py"
|
||||||
version = "2603.3"
|
version = "2603.4"
|
||||||
description = "Python asyncio rewrite of the portspoof TCP honeypot"
|
description = "Python asyncio rewrite of the portspoof TCP honeypot"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user