mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 13:51:00 +02:00
hcxtools: bump
This commit is contained in:
parent
c2cc8f8f24
commit
307d46652c
6 changed files with 80 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST hcxdumptool-5.0.0.tar.gz 52269 BLAKE2B 43d98f440b65df7fde7b4c0c176ca18a0943184d49bc9be4517c02dac6cc2d1eeda7bd9436979a6792e73a84a84cd54cdfc6659e98b3b5e06d3cb164a28f65fa SHA512 ee2ac03850e83a869eb5835d0cab40b15307c247c3389fd5987a75308646d7abd5439b4f5b93902069ab56fc46411e09cd6dca0d39bdfbbaf9c80b1f3dd76bd7
|
||||
DIST hcxdumptool-5.1.4.tar.gz 59046 BLAKE2B 965f17b9ca2ed4da033b0c0a06d3761bbd676ce45542a290ba2441d33f8529b75297038c2241c770b33974696a9da34fd2a6d5fb5127f56312c55d32c46991fa SHA512 2e0eed2de167c4d1cb9ff804e3272dc072ede45aa82bd8cdca020a3375b976df55e5620689d0b0a142eb29e40b82334e8b59a5c0a93ced66e98d5f0b5d532397
|
||||
DIST hcxdumptool-5.1.5.tar.gz 66887 BLAKE2B 267d2758a9d428ba74e86a963352445f7a2e88ef8c5b00b12dafef1f7fa8a384522bc34fba5e421ddf5b0668c2fc7c39783d29073be3f11f7d2ba19f54f0b9e2 SHA512 53b7f53cf74d68a49e76e148f369874772046c20e2ab12aaa55cbc73b3a47aba531050a2f71a55ebb1d02aad44db1f3c74b2e44dcdae3f4ce7d3048d89039b7b
|
||||
|
|
|
|||
28
net-wireless/hcxdumptool/hcxdumptool-5.1.5.ebuild
Normal file
28
net-wireless/hcxdumptool/hcxdumptool-5.1.5.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Small tool to capture packets from wlan devices"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
|
||||
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="gpio"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure(){
|
||||
local GPIOSUPPORT
|
||||
if use gpio; then
|
||||
GPIOSUPPORT="GPIOSUPPORT=on"
|
||||
fi
|
||||
emake ${GPIOSUPPORT}
|
||||
}
|
||||
|
||||
src_install(){
|
||||
emake ${GPIOSUPPORT} DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST hcxkeys-4.0.1_p20180808.tar.gz 15622 BLAKE2B ada119d4113cff7d350a18c040ba18f10ef544bb958060391032a5eaa571a84af584e950b2fe2c51391367de82812a80b3bb04d94f899a588403ceef5e75005a SHA512 2d8c59324b5384effedfac11c4cf0b06f323a308cf6d83eec7c2f85f0a5b5e3d2edc8880a915f00d6ed0f76a68f2166d8c54a8718ba9f04683f51d353760423b
|
||||
DIST hcxkeys-4.0.1_p20190131.tar.gz 15615 BLAKE2B ab4cffa6595b359f5d83b3e0ac0aeefcb4b34dd87228315514243e902e54ce7b95186415bae8d78f84e8d12dd13ae7bf161544b343878df6d00ad5ba9032f083 SHA512 24e668b05d05aee79220f2d7345a68d567bfd9973e7e778a50a1ce4969510b56e988f17854c4413abbdca4f391c6c4b47f48f83da526e944bf46b34975f38083
|
||||
|
|
|
|||
26
net-wireless/hcxkeys/hcxkeys-4.0.1_p20190131.ebuild
Normal file
26
net-wireless/hcxkeys/hcxkeys-4.0.1_p20190131.ebuild
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Small set of tools to generate plainmasterkeys (rainbowtables) and hashes for the use with latest hashcat and John the Ripper"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxkeys"
|
||||
MY_COMMIT="1400e77aae4ae495687ef74e63ed60c4d2a42339"
|
||||
SRC_URI="https://github.com/ZerBea/hcxkeys/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE=""
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl:*
|
||||
virtual/opencl"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_COMMIT}"
|
||||
|
||||
src_install(){
|
||||
dobin wlangenpmk
|
||||
dobin wlangenpmkocl
|
||||
dobin pwhash
|
||||
}
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
DIST hcxtools-5.0.0.tar.gz 98280 BLAKE2B 581238e90a5ae24da970d1bbe8034946fd605d0f0ada763bcdfa9a2dc22246a3359c19c61932eb46e0d737b2724a4b93baee97cfd07be3a40465e685c622fab2 SHA512 766986a24a10852ca82060c769301966acd8a218cee9cab82dad6499e558f69103b166a29cd02abb9962c4d33c2aa47d85edc255daa0b7fb6db3d1dd11d0e9b8
|
||||
DIST hcxtools-5.1.4.tar.gz 113382 BLAKE2B 68ca1750a3208726b65cc52abdc700f1c50b1dc084cacdf576f3617bb278aa438f9f909e7c3dc61bbd9b00b7015a5022b7158cf14bdef56f8c6bf2ef1fad2943 SHA512 30e18fd522a488112580a2f9187a933c0d44cdabb3cfed038756edeae05c1371ce99839c02562adfa9dc0067522de9dc7553228ae371902e41fc982e69cffb28
|
||||
DIST hcxtools-5.1.6.tar.gz 113287 BLAKE2B e8c2d2ef77005a48712e4eca437abb5ef8ff4aa0a08454d3bd4281d561f2589384e2161e864402b1ab9dcdd9837fa07628ddd25abc381f23ed0a62c666f252c3 SHA512 8f143dad453ea79dc1f15de3f635e61d6a95cdad279c8bd135756d7a4851ca5e3b5511d02450e7b4bf74e539df2eb0c648f80872fb080e9c033b945b7d24ad7e
|
||||
|
|
|
|||
23
net-wireless/hcxtools/hcxtools-5.1.6.ebuild
Normal file
23
net-wireless/hcxtools/hcxtools-5.1.6.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Portable solution for capturing wlan traffic and conversion to hashcat formats"
|
||||
HOMEPAGE="https://github.com/ZerBea/hcxtools"
|
||||
SRC_URI="https://github.com/ZerBea/hcxtools/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-libs/openssl:*
|
||||
sys-libs/zlib
|
||||
net-misc/curl
|
||||
net-libs/libpcap:="
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install(){
|
||||
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
|
||||
}
|
||||
Loading…
Reference in a new issue