O
O
Orc2020-09-26 11:27:21
linux
Orc, 2020-09-26 11:27:21

How to correctly remove Hydra built from sources or fix its work?

Installed the Hydra password brute package by building it from source:

# yum -y install gcc libssh-devel openssl-devel
# wget https://github.com/vanhauser-thc/thc-hydra/archive/v9.1.tar.gz
# tar xvpzf v9.1.tar.gz
# cd thc-hydra-9.1
# ./configure
# make && make install

After launch, it turned out that a flag was needed when configuring the collector to install the dependency (FreeRDP).
As a result, Hydra refuses to work.
Question for experts: is there a chance to install FreeRDP and fix Hydra, or otherwise, tell me how to correctly remove this package without a trace. As far as I understand, the package manager cannot be removed here.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dimonchik, 2020-09-26
@dimonchik2013

install and rebuild
remove a sufficiently compiled file
, well, you can also source and yum remove for reliability

N
nitro2005, 2020-09-26
@nitro2005

usually there is some kind of
make confclean
well, in general, the algorithm is something like this:

make uninstall
make clean

well, then re-configure, assemble and install

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question