forked from ports/contrib
bully: initial commit, v1.1.3ab3bc8
This commit is contained in:
parent
9efee8b05e
commit
0def0ae86d
3
bully/.footprint
Normal file
3
bully/.footprint
Normal file
@ -0,0 +1,3 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/bully
|
5
bully/.signature
Normal file
5
bully/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF31zRkJCByOz8ihne483Dvi7ErAXUvcyO+JxgImdy25Ow3Jtth4c6FMIuKNqzD9Az9SFXpbvY113jv3WGsmeziAM=
|
||||
SHA256 (Pkgfile) = 074fc7cc114fafc4152a7879b0c380569b6db3447d45708532d97c87cc00b0d5
|
||||
SHA256 (.footprint) = 6202cd7056d2835c9fc16b3d29e68dc4a12faa5f31cfb47d22c8b6fd4fd00b18
|
||||
SHA256 (bully-3ab3bc830738f447dce112e8551e3ac8193bf521.tar.gz) = b257c9ea88b3890fc2b158671417fcdc30439a358f51b83cadd506c461e4b905
|
16
bully/Pkgfile
Normal file
16
bully/Pkgfile
Normal file
@ -0,0 +1,16 @@
|
||||
# Description: WPS brute force attack tool, similar to reaver
|
||||
# URL: https://github.com/aanarchy/bully
|
||||
# Maintainer: Alexandr Savca, alexandrsavca89 at gmail dot com
|
||||
# Depends on: aircrack-ng pixiewps
|
||||
|
||||
name=bully
|
||||
version=1.1.3ab3bc8
|
||||
_commit=3ab3bc830738f447dce112e8551e3ac8193bf521
|
||||
release=1
|
||||
source=(https://github.com/aanarchyy/$name/archive/$_commit/$name-$_commit.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$_commit
|
||||
|
||||
make -C src DESTDIR=$PKG prefix=/usr install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user