milis/talimatname/genel/h/hydra/talimat

19 lines
549 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Birçok farklı hizmeti destekleyen çok hızlı ağ oturum açma test (fuzzer) uygulaması.
# URL: https://www.thc.org/thc-hydra/
# Paketçi: yakar_(aydin@komutan.org)
# Gerekler: postgresql subversion libssh mariadb libidn freebird-client afpfs-ng zlib openssl ncurses pcre
# Grup: güvenlik
isim=hydra
surum=8.5
devir=1
kaynak=(https://www.thc.org/releases/${isim}-${surum}.tar.gz)
derle() {
cd ${isim}-${surum}
./configure --fhs
make
make DESTDIR="${PKG}" install
install -Dm 644 README -t "${PKG}/usr/share/doc/${isim}"
}