Page MenuHomeSolus

D1328.diff
No OneTemporary

D1328.diff

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 @@
+<PISI>
+ <Source>
+ <Name>fern-wifi-cracker</Name>
+ <Packager>
+ <Name>Nicholas Laramie</Name>
+ <Email>nick65irene@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0</License>
+ <PartOf>security.applications</PartOf>
+ <Summary xml:lang="en">wireless security auditing and attack software program</Summary>
+ <Description xml:lang="en">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
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>fern-wifi-cracker</Name>
+ <Summary xml:lang="en">wireless security auditing and attack software program</Summary>
+ <Description xml:lang="en">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
+</Description>
+ <PartOf>security.applications</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/fern-wifi-cracker</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-11-07</Date>
+ <Version>2.6</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Nicholas Laramie</Name>
+ <Email>nick65irene@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 18 2023, 3:01 PM (7 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792585
Default Alt Text
D1328.diff (3 KB)

Event Timeline