lefayjey / linWinPwn

linWinPwn is a bash script that streamlines the use of a number of Active Directory tools
MIT License
1.81k stars 265 forks source link

"class": algorithms.Blowfish #5

Closed gearcapitan closed 1 year ago

gearcapitan commented 1 year ago

Users Enumeration (Null session)

/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,

/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,

[+] Found 0 users using RPC User Enum

[*] Users Enumeration (Null session)
/usr/lib/python3/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,

imagen

lefayjey commented 1 year ago

Issue unrelated to the tool. The warning is caused by an older version of paramiko: https://github.com/paramiko/paramiko/issues/2038

SheepTAO commented 1 year ago

Thanks very much. When I upgrade paramiko, the warning is gone.