milis/talimatname/genel/s/slowloris/talimat

29 lines
768 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: Web sunucu güvenliğini artırabilmek, bağlantı hizmet aksatma (DoS) saldırıları, http sunucusu güvenlik açıklarını test etmek için perl'de yazılmış bir araç.
# URL: https://github.com/llaera/slowloris.pl
# Paketçi: yakar
# Gerekler: perl-io-socket-ssl
# Grup: güvenlik
isim=slowloris
surum=0.7
devir=2
kaynak=(https://raw.githubusercontent.com/llaera/slowloris.pl/master/slowloris.pl)
derle() {
cd "$SRC"
install -Dm755 "$SRC/slowloris.pl" "$PKG/usr/bin/slowloris"
# desktop
mkdir -p "$PKG/usr/share/applications/"
cat > $PKG/usr/share/applications/$isim.desktop << BASLA
[Desktop Entry]
Name=$isim
Exec=sh -c "$isim;${SHELL:-bash}"
Terminal=true
Icon=$isim
Type=Application
Categories=Network;X-Komutan;
Version=1.0
BASLA
}