update deps
This commit is contained in:
parent
46f7e61411
commit
7a8f7a6e99
|
@ -27,7 +27,7 @@ DonPAPI = 'donpapi.entry:main'
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
impacket = "^0.9.23"
|
impacket = "^0.9.23"
|
||||||
pyasn = "^1.6.1"
|
pyasn1 = "^0.4.8"
|
||||||
LnkParse3 = "^1.2.0"
|
LnkParse3 = "^1.2.0"
|
||||||
cryptography = "^40.0.1"
|
cryptography = "^40.0.1"
|
||||||
|
|
||||||
|
|
13
readme.md
13
readme.md
|
@ -32,8 +32,11 @@ We made a talk in french about DPAPI called **DPAPI - Don't Put Administration P
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
***This tool should be install with [pipx](https://pypi.org/project/pipx/) or in a dedicated virtual environment***
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install donpapi
|
pipx install donpapi
|
||||||
|
DonPAPI
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
@ -41,7 +44,7 @@ or
|
||||||
```
|
```
|
||||||
git clone https://github.com/login-securite/DonPAPI.git
|
git clone https://github.com/login-securite/DonPAPI.git
|
||||||
cd DonPAPI
|
cd DonPAPI
|
||||||
python3 -m pip install .
|
python3 -m pipx install .
|
||||||
DonPAPI
|
DonPAPI
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -61,10 +64,10 @@ $ DonPAPI
|
||||||
|
|
||||||
|
|
||||||
,
|
,
|
||||||
,
|
, LeHack Release! 💀
|
||||||
(
|
(
|
||||||
.
|
. by Touf & Zblurx @ Login Sécurité
|
||||||
&&&&&& LeHack Release! 💀
|
&&&&&&
|
||||||
&&&&&%%%. &&&&&&
|
&&&&&%%%. &&&&&&
|
||||||
&&&&%%% &&&& &&&&&& &&&&&& &&&&&.
|
&&&&%%% &&&& &&&&&& &&&&&& &&&&&.
|
||||||
&&&&%%% &&&&&&& &&&&&& &&&&&&&&&&&&& &&&&&&&&&&&
|
&&&&%%% &&&&&&& &&&&&& &&&&&&&&&&&&& &&&&&&&&&&&
|
||||||
|
|
Loading…
Reference in New Issue