milis/talimatname/genel/d/dmitry/talimat

18 lines
590 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: Derinlemesine bilgi toplama aracı. Bilgisayarlar hakkında bilgi toplar. Olası alt alan adları, e-posta adresleri, çalışma süresi bilgilerini toplayabilir, tcp port taramaları, whois aramaları ve daha fazlasını çalıştırabilir.
# URL: https://github.com/jaygreig86/dmitry/
# Paketçi: yakar_(aydin@komutan.org)
# Gerekler:
# Grup: güvenlik
isim=dmitry
surum=1.3a
devir=1
kaynak=(http://dl.packetstormsecurity.net/UNIX/misc/DMitry-$surum.tar.gz)
derle() {
cd $SRC/DMitry-$surum
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}