1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-12-04 14:23:43 +01:00

Merge branch 'platforms' of github.com:calebstewart/pwncat into platforms

This commit is contained in:
Caleb Stewart 2021-05-07 18:54:01 -04:00
commit 3f292b971f
4 changed files with 63 additions and 59 deletions

View File

@ -34,6 +34,8 @@ refer to the documentation for up to date usage and API documentation!
pwncat [documentation] is being built out on Read the Docs. Head there for pwncat [documentation] is being built out on Read the Docs. Head there for
the latest usage and development documentation! the latest usage and development documentation!
**pwncat requires Python 3.9+.**
## Modules ## Modules
Recently, the architecture of the pwncat framework was redesigned to Recently, the architecture of the pwncat framework was redesigned to

View File

@ -197,7 +197,7 @@ class Session:
# Ensure the variable exists even if an exception happens # Ensure the variable exists even if an exception happens
# prior to task creation # prior to task creation
task = None task = None
started = self._progress._started started = self._progress.live.is_started
if "status" not in kwargs: if "status" not in kwargs:
kwargs["status"] = "..." kwargs["status"] = "..."

View File

@ -36,3 +36,5 @@ typing-extensions==3.7.4.2
urllib3==1.25.9 urllib3==1.25.9
wcwidth==0.1.9 wcwidth==0.1.9
python-rapidjson==0.9.1 python-rapidjson==0.9.1
ZODB==5.6.0
zodburi==2.4.0