milis/talimatname/genel/m/maltego/talimat

28 lines
691 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: DNS, Alan Adı, IP adresleri, web siteleri, kişiler vb. hakkında bilgi toplamak için açık kaynaklı bir istihbarat ve adli bilişim uygulaması.
# URL: http://www.paterva.com/web5
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: giflib
isim=maltego
surum=4.0.11.9358
devir=1
kaynak=(https://www.paterva.com/malv4/community/MaltegoCE.v${surum}.zip)
derle() {
cd "$SRC/MaltegoCommunity_4.0.11CE"
mkdir -p "$PKG/usr/bin"
mkdir -p "$PKG/usr/share/maltego"
mkdir -p "$PKG/usr/share/doc/maltego"
cp -aR * "$PKG/usr/share/maltego"
cat > "$PKG/usr/bin/maltego" << EOF
#!/bin/sh
cd /usr/share/maltego/bin
exec ./maltego "\$@"
EOF
chmod +x "$PKG/usr/bin/maltego"
}