1
0
mirror of https://github.com/calebstewart/pwncat.git synced 2024-11-24 01:25:37 +01:00
pwncat/requirements.txt
Caleb Stewart 97c4d256ab Added report module for templated markdown reports
Reports are generated based on platform and use Jinja2.
Report templates are in pwncat/data/reports. I still need
to implement the full report for the individual platforms, but
have some boilerplate in the generic template. The module will
also render markdown to the terminal via rich markdown, however
tables are currently not rendered properly.
2021-05-23 17:28:48 -04:00

42 lines
754 B
Plaintext

git+https://github.com/JohnHammond/base64io-python
bcrypt==3.1.7
certifi==2020.6.20
cffi==1.14.0
chardet==3.0.4
colorama==0.4.3
commentjson==0.8.3
commonmark==0.9.1
cryptography==2.9.2
DataProperty==0.49.1
idna==2.10
lark-parser==0.7.8
mbstrdecoder==1.0.0
msgfy==0.1.0
netifaces==0.10.9
packaging==20.4
git+https://github.com/calebstewart/paramiko
pathvalidate==2.3.0
pprintpp==0.4.0
prompt-toolkit==3.0.5
pycparser==2.20
pycryptodome==3.9.8
Pygments==2.6.1
PyNaCl==1.4.0
pytablewriter==0.54.0
python-dateutil==2.8.1
pytz==2020.1
requests==2.24.0
rich==9.10.0
six==1.15.0
SQLAlchemy==1.3.18
tabledata==1.1.2
tcolorpy==0.0.5
typepy==1.1.1
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
jinja2