mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
kismet-analyzer: new tool
This commit is contained in:
parent
a1f478efb2
commit
2868b4ab63
8 changed files with 75 additions and 0 deletions
1
dev-python/fastkml/Manifest
Normal file
1
dev-python/fastkml/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST fastkml-0.11.tar.gz 66199 BLAKE2B 27bdfd7a34340b4cdb56e8e30a3daa89b2408b0a54981243fef85926cea64a93f205b7c64916abb0932420f5f27572d39004bd07d81d45f3fe81ed07fe390523 SHA512 b9564bb7c8d33a77010a226c9d506f818b55db867a475802d84d20ce7969b8a6a67d0f9407c553f98325f00fb7cd5e7175fcbb5b239658bb73135ad9a185c5f2
|
||||
23
dev-python/fastkml/fastkml-0.11.ebuild
Normal file
23
dev-python/fastkml/fastkml-0.11.ebuild
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Fast KML processing in python"
|
||||
HOMEPAGE="https://pypi.org/project/fastkml/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/pygeoif[${PYTHON_USEDEP}]
|
||||
dev-python/python-dateutil[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
dev-python/pygeoif/Manifest
Normal file
1
dev-python/pygeoif/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pygeoif-0.7.tar.gz 34773 BLAKE2B 1c3ddedcd5fcf3786828a3e1d1d6e11ac52e8c5dcbd38e10dd0eafa9255970c42841e1d827650c904069134457365354b68b45a7926b1a0c1d9dfe0550fff183 SHA512 bba3555e22e68d09a15077924bf3a71c527d517f27e5d1d42c2f83f74f810ca275d1364a9f603151d91e8480e902abc4ca499a76625713a7d79e8ced2f1d654e
|
||||
21
dev-python/pygeoif/pygeoif-0.7.ebuild
Normal file
21
dev-python/pygeoif/pygeoif-0.7.ebuild
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A basic implementation of the __geo_interface__"
|
||||
HOMEPAGE="https://pypi.org/project/pygeoif/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
1
net-analyzer/kismet-analyzer/Manifest
Normal file
1
net-analyzer/kismet-analyzer/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST kismet-analyzer-0.3.0.tar.gz 7241 BLAKE2B 0169b8309a6618c7254b8849197326076168f662ac541fe08b7d88e2e42dc32bf27ee1cc7ade038e714a0bbf533102eced9b4efe1eac55bf8f95661935e7c609 SHA512 8912d28e77e844bd08655cc32ccba13d062f70c4139ad8f9e359ff428f64709abbc145e62d2901690c7ff12986f03e505322fc83506c184d44cd83b217077ff0
|
||||
24
net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild
Normal file
24
net-analyzer/kismet-analyzer/kismet-analyzer-0.3.0.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Library for parsing kismet results from the .kismet database file"
|
||||
HOMEPAGE="https://pypi.org/project/kismet-analyzer/"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
dev-python/fastkml[${PYTHON_USEDEP}]
|
||||
dev-python/pygeoif[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]"
|
||||
|
|
@ -11,6 +11,9 @@ dev-python/PythonQt
|
|||
|
||||
#kismetdb
|
||||
dev-python/simplekml
|
||||
#kismet-analyzer
|
||||
dev-python/pygeoif
|
||||
dev-python/fastkml
|
||||
|
||||
#routersploit
|
||||
dev-python/bluepy
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ net-analyzer/ffuf
|
|||
net-analyzer/findomain
|
||||
net-analyzer/gobuster
|
||||
=net-analyzer/ike-scan-1.9*
|
||||
net-analyzer/kismet-analyzer
|
||||
net-analyzer/masscan
|
||||
net-analyzer/medusa
|
||||
net-analyzer/nessus-bin
|
||||
|
|
|
|||
Loading…
Reference in a new issue