milis/talimatname/genel/d/dmitry/talimat

31 lines
839 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
# Gerekler:
# Grup: güvenlik
isim=dmitry
surum=1.3a
devir=2
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
# desktop
mkdir -p "$PKG/usr/share/applications/"
cat > $PKG/usr/share/applications/$isim.desktop << BASLA
[Desktop Entry]
Name=Dmitry
Exec=sh -c "dmitry;${SHELL:-bash}"
Terminal=true
Icon=dmitry
Type=Application
Categories=Network;X-Komutan;
Version=1.0
BASLA
}