mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-12-04 06:13:45 +01:00
Merge branch 'platforms' of github.com:calebstewart/pwncat into platforms
This commit is contained in:
commit
3f292b971f
@ -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
|
||||
the latest usage and development documentation!
|
||||
|
||||
**pwncat requires Python 3.9+.**
|
||||
|
||||
## Modules
|
||||
|
||||
Recently, the architecture of the pwncat framework was redesigned to
|
||||
|
@ -197,7 +197,7 @@ class Session:
|
||||
# Ensure the variable exists even if an exception happens
|
||||
# prior to task creation
|
||||
task = None
|
||||
started = self._progress._started
|
||||
started = self._progress.live.is_started
|
||||
|
||||
if "status" not in kwargs:
|
||||
kwargs["status"] = "..."
|
||||
|
@ -36,3 +36,5 @@ typing-extensions==3.7.4.2
|
||||
urllib3==1.25.9
|
||||
wcwidth==0.1.9
|
||||
python-rapidjson==0.9.1
|
||||
ZODB==5.6.0
|
||||
zodburi==2.4.0
|
Loading…
Reference in New Issue
Block a user