2017-10-27 21:46:27 +03:00
# 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.
2017-07-01 23:36:40 +03:00
# URL: https://github.com/jaygreig86/dmitry/
2018-11-06 06:56:48 +02:00
# Paketçi: yakar
2017-10-27 21:46:27 +03:00
# Gerekler:
2018-08-17 09:32:23 +00:00
# Grup: güvenlik
2017-07-01 23:36:40 +03:00
2017-10-28 15:10:23 +03:00
isim=dmitry
surum=1.3a
2018-11-06 06:56:48 +02:00
devir=2
2017-10-28 15:10:23 +03:00
kaynak=(http://dl.packetstormsecurity.net/UNIX/misc/DMitry-$surum.tar.gz)
2017-07-01 23:36:40 +03:00
2017-10-28 00:59:41 +03:00
derle() {
2017-10-28 15:10:23 +03:00
cd $SRC/DMitry-$surum
2017-07-01 23:36:40 +03:00
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
2018-11-06 06:56:48 +02:00
# 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
2017-07-01 23:36:40 +03:00
}