milis/talimatname/genel/0/0d1n/talimat

32 lines
747 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: HTTP girdilerinde kod hata araştırmaları yapmak için web güvenliği aracı.
# URL: https://github.com/CoolerVoid/0d1n
# Paketçi: yakar
# Gerekler:
# Grup: güvenlik
isim=0d1n
surum=2.5
devir=1
kaynak=(https://github.com/CoolerVoid/0d1n/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
make
mkdir -p "$PKG/usr/share/0d1n"
install -Dm755 0d1n "$PKG/usr/bin/0d1n"
cp -a payloads response2find response_sources tables "$PKG/usr/share/0d1n"
# desktop
mkdir -p "$PKG/usr/share/applications/"
cat > $PKG/usr/share/applications/$isim.desktop << BASLA
[Desktop Entry]
Name=0d1n
Exec=sh -c "0d1n;${SHELL:-bash}"
Terminal=true
Icon=0d1n
Type=Application
Categories=Network;X-Komutan;
Version=1.0
BASLA
}