milis/talimatname/genel/w/wifite/talimat

16 lines
428 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Aynı anda birden fazla WEP ve WPA şifreli ağa saldırmak için kullanılan bir araç
2016-07-30 22:07:18 +02:00
# URL: https://github.com/derv82/wifite
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: python aircrack-ng
2016-07-30 22:07:18 +02:00
2017-10-28 14:10:23 +02:00
isim=wifite
surum=git
devir=1
kaynak=(https://raw.github.com/derv82/wifite/master/wifite.py)
2016-07-30 22:07:18 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2016-07-30 22:07:18 +02:00
sed -e 's|usr/bin/python$|/usr/bin/env python2|g' -i wifite.py
chmod +x wifite.py
2017-10-28 14:10:23 +02:00
install -Dm 755 wifite.py $PKG/usr/bin/$isim
2016-07-30 22:07:18 +02:00
}