milis/talimatname/genel/s/slowloris/talimat

15 lines
496 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: http://ha.ckers.org/slowloris/
# Paketçi: yakar (aydin@komutan.org)
# Gerekler: perl-io-socket-ssl
isim=slowloris
surum=0.7
devir=1
kaynak=(https://raw.githubusercontent.com/llaera/slowloris.pl/master/slowloris.pl)
derle() {
cd "$SRC"
install -Dm755 "$SRC/slowloris.pl" "$PKG/usr/bin/slowloris"
}