milis/talimatname/genel/h/hydra/talimat

18 lines
531 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Birçok farklı hizmeti destekleyen çok hızlı ağ oturum açma test (fuzzer) uygulaması.
2017-06-30 21:03:19 +02:00
# URL: https://www.thc.org/thc-hydra/
2017-10-27 20:46:27 +02:00
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: postgresql subversion libssh mariadb libidn freebird-client afpfs-ng zlib openssl ncurses pcre
2017-06-30 21:03:19 +02:00
2017-10-28 14:10:23 +02:00
isim=hydra
surum=8.5
devir=1
kaynak=(https://www.thc.org/releases/${isim}-${surum}.tar.gz)
2017-06-30 21:03:19 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd ${isim}-${surum}
2017-06-30 21:03:19 +02:00
./configure --fhs
make
make DESTDIR="${PKG}" install
2017-10-28 14:10:23 +02:00
install -Dm 644 README -t "${PKG}/usr/share/doc/${isim}"
2017-06-30 21:03:19 +02:00
}