milis/talimatname/genel/w/wifite/talimat

17 lines
446 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: Aynı anda birden fazla WEP ve WPA şifreli ağa saldırmak için kullanılan bir araç
# URL: https://github.com/derv82/wifite
# Paketçi: milisarge
# Gerekler: python aircrack-ng
# Grup: güvenlik
isim=wifite
surum=git
devir=1
kaynak=(https://raw.github.com/derv82/wifite/master/wifite.py)
derle() {
sed -e 's|usr/bin/python$|/usr/bin/env python2|g' -i wifite.py
chmod +x wifite.py
install -Dm 755 wifite.py $PKG/usr/bin/$isim
}