30 lines
565 B
INI
30 lines
565 B
INI
[metadata]
|
|||
|
|
name = zesdex-security-daemon
|
||
|
|
version = 0.1.0
|
||
|
|
description = Security tooling sidecar for zesdex — authorized pentesting/CTF/research tool dispatch
|
||
|
|
author = asepharyana
|
||
|
|
author_email = superaseph@gmail.com
|
||
|
|
|
||
|
|
[options]
|
||
|
|
packages = zesdex_sec_daemon
|
||
|
|
install_requires =
|
||
|
|
requests>=2.31.0
|
||
|
|
|
||
|
|
[options.extras_require]
|
||
|
|
web =
|
||
|
|
sqlmap>=1.8.0
|
||
|
|
python-nmap>=0.7.1
|
||
|
|
crypto =
|
||
|
|
pycryptodome>=3.20.0
|
||
|
|
factordb-python>=2.0.0
|
||
|
|
re =
|
||
|
|
wasm-decompile>=0.5.0
|
||
|
|
pwn =
|
||
|
|
pwntools>=4.12.0
|
||
|
|
ropper>=1.13.0
|
||
|
|
full =
|
||
|
|
%(web)s
|
||
|
|
%(crypto)s
|
||
|
|
%(re)s
|
||
|
|
%(pwn)s
|