milis/talimatname/genel/wifite/talimat

16 lines
439 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.

# Description: Aynı anda birden fazla WEP ve WPA şifreli ağa saldırmak için kullanılan bir araç
# URL: https://github.com/derv82/wifite
# Packager: milisarge
# Depends on: python aircrack-ng
name=wifite
version=git
release=1
source=(https://raw.github.com/derv82/wifite/master/wifite.py)
build() {
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/$name
}