mirror of
https://github.com/login-securite/DonPAPI
synced 2025-01-18 12:51:04 +00:00
Merge pull request #12 from evait-security/main
remove python compiled cache file and add poetry project file
This commit is contained in:
commit
fa0438374c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
name = "donpapi"
|
||||||
|
version = "1.0.0"
|
||||||
|
description = "Dumping revelant information on compromised targets without AV detection"
|
||||||
|
authors = ["login-securite"]
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.9"
|
||||||
|
impacket = "^0.9.23"
|
||||||
|
pyasn = "^1.6.1"
|
||||||
|
LnkParse3 = "^1.2.0"
|
||||||
|
wheel = "^0.37.0"
|
||||||
|
M2Crypto = "^0.38.0"
|
||||||
|
pycryptodome = "^3.11.0"
|
||||||
|
|
||||||
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
Loading…
Reference in New Issue
Block a user