sync ports with The Matrix
This commit is contained in:
parent
589843f11d
commit
4b03fc3ab2
4 changed files with 0 additions and 75 deletions
|
@ -1,40 +0,0 @@
|
||||||
COMMENT= email osint
|
|
||||||
|
|
||||||
MODPY_EGG_VERSION= 0.1.5
|
|
||||||
GH_COMMIT= 79a1c03b6355cf27538a2c011248fc498e9f775c
|
|
||||||
GH_ACCOUNT= m4ll0k
|
|
||||||
GH_PROJECT= Infoga
|
|
||||||
|
|
||||||
DISTNAME= infoga-${MODPY_EGG_VERSION}
|
|
||||||
|
|
||||||
CATEGORIES= security
|
|
||||||
|
|
||||||
HOMEPAGE= https://github.com/m4ll0k/Infoga
|
|
||||||
|
|
||||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
|
||||||
|
|
||||||
# GPL-3.0
|
|
||||||
PERMIT_PACKAGE= Yes
|
|
||||||
|
|
||||||
MODULES= lang/python
|
|
||||||
MODPY_ADJ_FILES= infoga.py
|
|
||||||
|
|
||||||
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
|
||||||
devel/py-colorama${MODPY_FLAVOR} \
|
|
||||||
www/py-requests${MODPY_FLAVOR} \
|
|
||||||
www/py-urllib3${MODPY_FLAVOR}
|
|
||||||
|
|
||||||
NO_BUILD= Yes
|
|
||||||
|
|
||||||
INSTDIR= ${PREFIX}/share/infoga
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
cp -r ${WRKDIST} ${INSTDIR}
|
|
||||||
chmod 755 ${INSTDIR}/infoga.py
|
|
||||||
ln -s ${TRUEPREFIX}/share/infoga/infoga.py \
|
|
||||||
${PREFIX}/bin/infoga
|
|
||||||
|
|
||||||
post-install:
|
|
||||||
rm -rf ${INSTDIR}/{screen,setup.py,Dockerfile}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (infoga-0.1.5-79a1c03b.tar.gz) = 1lWscGEdr3iSMPfMf+UjfZ4XufdbP6quPVVM4CwPUhM=
|
|
||||||
SIZE (infoga-0.1.5-79a1c03b.tar.gz) = 241553
|
|
|
@ -1,5 +0,0 @@
|
||||||
Infoga is a tool gathering email accounts informations (ip,hostname,country)
|
|
||||||
from different public source (search engines, pgp key servers and shodan)
|
|
||||||
and check if emails was leaked using haveibeenpwned.com API. Is a really
|
|
||||||
simple tool, but very effective for the early stages of a penetration test
|
|
||||||
or just to know the visibility of your company in the Internet.
|
|
|
@ -1,28 +0,0 @@
|
||||||
bin/infoga
|
|
||||||
share/infoga/
|
|
||||||
share/infoga/.gitignore
|
|
||||||
share/infoga/LICENSE
|
|
||||||
share/infoga/README.md
|
|
||||||
share/infoga/infoga.py
|
|
||||||
share/infoga/lib/
|
|
||||||
share/infoga/lib/__init__.py
|
|
||||||
share/infoga/lib/banner.py
|
|
||||||
share/infoga/lib/check.py
|
|
||||||
share/infoga/lib/colors.py
|
|
||||||
share/infoga/lib/output.py
|
|
||||||
share/infoga/lib/parser.py
|
|
||||||
share/infoga/lib/request.py
|
|
||||||
share/infoga/recon/
|
|
||||||
share/infoga/recon/__init__.py
|
|
||||||
share/infoga/recon/ask.py
|
|
||||||
share/infoga/recon/baidu.py
|
|
||||||
share/infoga/recon/bing.py
|
|
||||||
share/infoga/recon/dogpile.py
|
|
||||||
share/infoga/recon/exalead.py
|
|
||||||
share/infoga/recon/google.py
|
|
||||||
share/infoga/recon/mailtester.py
|
|
||||||
share/infoga/recon/pgp.py
|
|
||||||
share/infoga/recon/pwned.py
|
|
||||||
share/infoga/recon/shodan.py
|
|
||||||
share/infoga/recon/yahoo.py
|
|
||||||
share/infoga/requirements.txt
|
|
Loading…
Add table
Add a link
Reference in a new issue