mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
Merge branch 'master' into unix-privesc-check
This commit is contained in:
commit
53c0a9be5e
27 changed files with 129 additions and 181 deletions
1
app-crypt/stegcracker/Manifest
Normal file
1
app-crypt/stegcracker/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST stegcracker-20180803.tar.gz 860685 BLAKE2B e50daf358c85122375c856c7452d6cf10cbbcd4af64f15e958f5122e08db910eb48340c71a1e5a193c1e7599e6a6cb123a59f2e4e27438f6dd4680d1607d7778 SHA512 824983b39426cf18a3a286c13feb335416f91ea06f4fd64b3752ca1f3d3d25ba085813e63d59378656022c237c4e38424aab7e3b3e55e03aead77f35f682b91c
|
||||
25
app-crypt/stegcracker/stegcracker-20180803.ebuild
Normal file
25
app-crypt/stegcracker/stegcracker-20180803.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Steganography brute-force utility to uncover hidden data inside files."
|
||||
HOMEPAGE="https://github.com/Paradoxis/StegCracker"
|
||||
COMMIT="102ee64d4efd60f98a84cdabb185bfd5208778da"
|
||||
MY_P="StegCracker-${COMMIT}"
|
||||
SRC_URI="https://github.com/Paradoxis/StegCracker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
dobin stegcracker
|
||||
}
|
||||
|
||||
|
|
@ -20,6 +20,7 @@ DEPEND="${RDEPEND}"
|
|||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
newbin LinEnum.sh linenum
|
||||
insinto /usr/share/LinEnum
|
||||
doins LinEnum.sh
|
||||
}
|
||||
|
||||
1
app-exploits/linux-exploit-suggester/Manifest
Normal file
1
app-exploits/linux-exploit-suggester/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST linux-exploit-suggester-20140519.tar.gz 11029 BLAKE2B 7f05671b41e3e9a61c7a9ca519ff6aa2e9ca63de0bd749afee6d865dc3900042ac6f95aa9669c1a7e9a4f530ee3c9f70668e1dd7ba401a2ca7673d0f56d3b1cf SHA512 be8a776b896219f1c848f32530db50f43d8c777c9a0ff66ac6ad028f01163a345340ac5a6979dd06480a4a76bf14b86039fe718df7ea4577da182d3663d7f035
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Local Linux enumeration and privilege escalation checker."
|
||||
HOMEPAGE="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester"
|
||||
COMMIT="9db2f5a2af9cbaf4170ccb3b2674b92487fbca03"
|
||||
MY_P="Linux_Exploit_Suggester-${COMMIT}"
|
||||
SRC_URI="https://github.com/InteliSecureLabs/Linux_Exploit_Suggester/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/Linux_Exploit_Suggester
|
||||
doins Linux_Exploit_Suggester.pl
|
||||
}
|
||||
|
||||
1
app-exploits/linuxprivchecker/Manifest
Normal file
1
app-exploits/linuxprivchecker/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST linuxprivchecker-20160302.tar.gz 7278 BLAKE2B b4a0699486f9b8184d7a6a492a7171dc6803a7556e0a3b75c4f86a638b64c07fc87549b1a6238b92f9ff2c86b3401960d86cd19430b22e2bdb052fff277f356b SHA512 e211e56bf53479ac4c1e6754a5ddf2a691480fed0618b45f3c7b196b0d92b12db1bbd782afe3819fba270b8013fec234ceafedea087621d8a0115683954d5a26
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Local Linux enumeration and privilege escalation checker."
|
||||
HOMEPAGE="https://github.com/sleventyeleven/linuxprivchecker"
|
||||
COMMIT="e048a31a8852a604b4f953c39e2d9b6d08c5d6bb"
|
||||
MY_P="${PN}-${COMMIT}"
|
||||
SRC_URI="https://github.com/sleventyeleven/linuxprivchecker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Unknown"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/linuxprivchecker
|
||||
doins linuxprivchecker.py
|
||||
}
|
||||
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST dirhunt-0.4.2.tar.gz 98093 BLAKE2B ac3aac40715415b8b4fe6c82b0949d33d21694a79c1c1ae06b65ba1623e2f4e857e4066da47de708e9b79e29e5cf5ea65baf4063fd8d77415126fafc9aa40c33 SHA512 b143dbe19a49a9ebbb0f2d2cf8906c58c88dd011b9b3c754ae65a099d6a8456dccdbbbbca16875e110c7b47cf7529e8499dde7c4a05e0d25db1bbb6be26adba4
|
||||
DIST dirhunt-0.5.0.tar.gz 100519 BLAKE2B e969a99d62e9373f1a476ada0ec0307efa43fed58f372a90db0f82e7f07c38af3ea18cf47409602a08a476009a33618ac6d176608c42cd2e9380ede11f1d44e7 SHA512 d1947978b6b96ad008bae31312797975db4585894a1443b4045e45bf1cb91329888beb9b794ec501b53cc384301ef2cf21d36760d4171cbf7a22d460e920beef
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 python3_6 )
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
|
|||
36
net-analyzer/dirhunt/dirhunt-0.5.0.ebuild
Normal file
36
net-analyzer/dirhunt/dirhunt-0.5.0.ebuild
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_6 )
|
||||
EGO_PN=github.com/Nekmo/${PN}
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/Nekmo/dirhunt.git"
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
EGIT_COMMIT="v${PV}"
|
||||
SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Dirhunt is a web crawler optimized for searching and analyzing web directories."
|
||||
HOMEPAGE="https://github.com/Nekmo/dirhunt"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/beautifulsoup-4.5.1
|
||||
dev-python/click
|
||||
dev-python/colorama
|
||||
dev-python/humanize
|
||||
dev-python/requests
|
||||
dev-python/requests-mock"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST libad9361-iio-0.1.tar.gz 27495 BLAKE2B d46873d69c494835e028ba1de7d17d48e5ed6bf1a73e96cf958dcfe44142cd39a9df3b00d61d3d3b8934bcb59fff3bd33c82f5c11de65f332185fe0e8c296f54 SHA512 64df3d4ce5e1c10fb44b6e39c11bac119ef77f2cc5b9785023b22670ca4905a1afd13c6923b3056f957789a911a3cae3cb7208770e1a112d849e7e3d2feb2fdc
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
From 7206bb2a9b655be3bdb66c6cf03aa504817ed240 Mon Sep 17 00:00:00 2001
|
||||
From: Lars-Peter Clausen <lars@metafoo.de>
|
||||
Date: Tue, 14 Aug 2018 09:48:59 +0200
|
||||
Subject: [PATCH] Fix building outside git repository
|
||||
|
||||
Currently when building the project on a machine that has git installed,
|
||||
but the source is not inside a git repository cmake fails with the
|
||||
following error.
|
||||
|
||||
CMake Error at CMakeLists.txt:35 (if):
|
||||
if given arguments:
|
||||
|
||||
"STREQUAL" "/home/lars/libad9361-iio"
|
||||
|
||||
This is due to LIBAD9361_GIT_REPO variable being empty. In order to handle
|
||||
empty variables in CMake in a string comparison they need to be
|
||||
encapsulated in quotes.
|
||||
|
||||
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 7af5444..8d04ba0 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -32,7 +32,7 @@ if (GIT_FOUND)
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
|
||||
-if (${LIBAD9361_GIT_REPO} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
+if ("${LIBAD9361_GIT_REPO}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
execute_process(
|
||||
COMMAND ${GIT_EXECUTABLE} rev-parse --short HEAD
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="IIO AD9361 library for filter design and handling, multi-chip sync, etc."
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/libad9361-iio"
|
||||
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-libs/libiio:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/7206bb2a9b655be3bdb66c6cf03aa504817ed240.patch"
|
||||
cmake-utils_src_prepare
|
||||
eapply_user
|
||||
}
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
||||
DESCRIPTION="IIO AD9361 library for filter design and handling, multi-chip sync, etc."
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/libad9361-iio"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/analogdevicesinc/libad9361-iio"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="net-libs/libiio:="
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST libiio-0.15.tar.gz 192704 BLAKE2B 7eeaad1535f69ca11fe3f716ac70a161f98d24513fe910cb34ca11a0b63c07f5b5321447c96c247cc9a76ed838d806fa9f160e87fd10f1aeac5025edfa16b8f6 SHA512 7e3ca1a8b97486f20baf38afecfd26c626bed1fef535d88020d11eb4e49fc1226390c6383799222f6811c13b8b7e5cc77fb899c776c150a9d1c2024bf8ab338b
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Library for interfacing with IIO devices"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/libiio"
|
||||
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-libs/libxml2:=
|
||||
virtual/libusb:1="
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
|
@ -1,20 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Library for interfacing with IIO devices"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/libiio"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/analogdevicesinc/libiio"
|
||||
KEYWORDS=""
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-libs/libxml2:=
|
||||
virtual/libusb:1="
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
inherit cmake-utils git-r3
|
||||
|
|
@ -1 +0,0 @@
|
|||
DIST gr-iio-0.3.tar.gz 55090 BLAKE2B 3c89567a921e79261434eefb0706a53e10553aaecd4b6f913e3cadd8714b1d5a089b0ff0d66e9815825d57e21050a4a726a3d095eacda634f8434ab6e4726224 SHA512 2618790f5e1a56af2bcb045871f27d8d5ef37c8708e84dd413ce8e5094bb72d59f7b37798ab0c3ab0bc56d70baeb77bae26f5e1125e1a2d251396e84ea6cde02
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-single-r1
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
net-libs/libiio:=
|
||||
net-libs/libad9361-iio:="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/flex:=
|
||||
sys-devel/bison:=
|
||||
dev-util/cppunit:=
|
||||
dev-lang/swig:0"
|
||||
|
|
@ -1,27 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python2_7 )
|
||||
|
||||
inherit cmake-utils python-single-r1 git-r3
|
||||
|
||||
DESCRIPTION="GNU Radio IIO Blocks"
|
||||
HOMEPAGE="https://github.com/analogdevicesinc/gr-iio"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/analogdevicesinc/gr-iio"
|
||||
KEYWORDS=""
|
||||
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=net-wireless/gnuradio-3.7.0:=
|
||||
dev-libs/boost:=
|
||||
net-libs/libiio:=
|
||||
net-libs/libad9361:="
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/flex:=
|
||||
sys-devel/bison:=
|
||||
dev-util/cppunit:=
|
||||
dev-lang/swig:0"
|
||||
|
|
@ -59,6 +59,7 @@ PDEPEND="${PDEPEND}
|
|||
app-portage/eix
|
||||
windows-compat? ( app-emulation/wine-vanilla )
|
||||
pax_kernel? ( sys-apps/elfix )
|
||||
sys-auth/nss-mdns
|
||||
sys-apps/pciutils
|
||||
sys-apps/usbutils
|
||||
sys-apps/mlocate
|
||||
|
|
@ -67,3 +67,5 @@ app-crypt/truecrypt
|
|||
app-crypt/SIPcrack
|
||||
app-crypt/md5bf
|
||||
app-crypt/plaintoo
|
||||
|
||||
~app-crypt/stegcracker-20180803
|
||||
|
|
|
|||
|
|
@ -9,3 +9,6 @@ app-exploits/weevely
|
|||
|
||||
app-exploits/webshells
|
||||
~app-exploits/unix-privesc-check-20170904
|
||||
~app-exploits/linuxprivchecker-20160302
|
||||
~app-exploits/linux-exploit-suggester-20140519
|
||||
~app-exploits/linenum-20180827
|
||||
|
|
|
|||
|
|
@ -112,11 +112,9 @@ net-analyzer/zmap
|
|||
net-analyzer/sublist3r
|
||||
net-analyzer/amass
|
||||
|
||||
~net-analyzer/dirhunt-0.4.2
|
||||
~net-analyzer/dirhunt-0.5.0
|
||||
~net-analyzer/xbruteforcer-20180611
|
||||
~net-analyzer/droopescan-1.41.1
|
||||
~net-analyzer/ham2mon-20170603
|
||||
|
||||
~net-analyzer/cipherscan-20180519
|
||||
|
||||
~net-analyzer/gobuster-2.0.1
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ net-wireless/soapyhackrf
|
|||
net-wireless/soapyrtlsdr
|
||||
net-wireless/soapyuhd
|
||||
net-wireless/soapybladerf
|
||||
net-wireless/soapyplutosdr
|
||||
net-wireless/soapy_power
|
||||
net-wireless/qspectrumanalyzer
|
||||
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ net-wireless/lorcon python -ruby
|
|||
net-wireless/wifite extra dict
|
||||
net-analyzer/wireshark lua
|
||||
net-wireless/wpa_supplicant ap eap-sim tdls suiteb uncommon-eap-types p2p wps
|
||||
net-wireless/soapysdr hackrf rtlsdr uhd python
|
||||
net-wireless/soapysdr hackrf rtlsdr plutosdr uhd python
|
||||
net-wireless/uhd b100 b200 examples mpmd n230 usrp1 usrp2 x300
|
||||
|
|
|
|||
Loading…
Reference in a new issue