diff --git a/ethical-hacking/bruteforce-ssh/requirements.txt b/ethical-hacking/bruteforce-ssh/requirements.txt index a96b94bf..c2cccef1 100644 --- a/ethical-hacking/bruteforce-ssh/requirements.txt +++ b/ethical-hacking/bruteforce-ssh/requirements.txt @@ -1,2 +1,3 @@ colorama -paramiko \ No newline at end of file +paramiko +cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file