Update README.md

This commit is contained in:
Yisus7u7 2021-06-16 16:19:51 -05:00 committed by GitHub
commit 3b9280da3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,9 @@ make
make install make install
``` ```
`Note`: To compile hydra on Android (termux) [follow this articule](https://vanhauser-thc.github.io/thc-hydra/docs/android) `Note`: To compile hydra on Android (termux) [follow this articule](https://vanhauser-thc.github.io/thc-hydra/docs/android)
If you want the ssh module, you have to setup libssh (not libssh2!) on your If you want the ssh module, you have to setup libssh (not libssh2!) on your
system, get it from [http://www.libssh.org](http://www.libssh.org), for ssh v1 support you also need system, get it from [http://www.libssh.org](http://www.libssh.org), for ssh v1 support you also need
to add "-DWITH_SSH1=On" option in the cmake command line. to add "-DWITH_SSH1=On" option in the cmake command line.