Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: files/fern-wifi-cracker.sh =================================================================== --- /dev/null +++ files/fern-wifi-cracker.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +cd /usr/share/fern-wifi-cracker/ && python execute.py "$@" Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,31 @@ +name : fern-wifi-cracker +version : 2.6 +release : 1 +source : + - https://github.com/savio-code/fern-wifi-cracker/archive/2.6.tar.gz : 85e8b6f4b9276a1945fce1eee68e942d55624fbf21ffe686c00970713361a3e5 +license : GPL-3.0 +component : security.applications +summary : wireless security auditing and attack software program +description: | + Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks + +builddeps : + - pkgconfig(python) + - python-qt4 + - macchanger + - aircrack-ng + - subversion + - python-scapy +rundeps : + - python-qt4 + - macchanger + - aircrack-ng + - subversion + - python-scapy + +install : | + install -D $pkgfiles/fern-wifi-cracker.sh $installdir/usr/bin/fern-wifi-cracker + mkdir -p $installdir/usr/share/fern-wifi-cracker + cp -r $workdir/Fern-Wifi-Cracker/* $installdir/usr/share/fern-wifi-cracker + + Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + fern-wifi-cracker + + Nicholas Laramie + nick65irene@gmail.com + + GPL-2.0 + security.applications + wireless security auditing and attack software program + Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks + + https://solus-project.com/sources/README.Solus + + + fern-wifi-cracker + wireless security auditing and attack software program + Fern Wifi Cracker is a Wireless security auditing and attack software program written using the Python Programming Language and the Python Qt GUI library, the program is able to crack and recover WEP/WPA/WPS keys and also run other network based attacks on wireless or ethernet based networks + + security.applications + + /usr/bin + /usr/share/fern-wifi-cracker + + + + + 2017-11-07 + 2.6 + Packaging update + Nicholas Laramie + nick65irene@gmail.com + + + \ No newline at end of file