Merge pull request #12 from evait-security/main

remove python compiled cache file and add poetry project file
This commit is contained in:
Login Securite 2022-01-31 10:10:07 +01:00 committed by GitHub
commit fa0438374c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 20 additions and 0 deletions

20
pyproject.toml Normal file
View 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"