From 4b03fc3ab2d5545b822131a8c77e79028e6f7ec7 Mon Sep 17 00:00:00 2001 From: purplerain Date: Fri, 29 Sep 2023 06:48:02 +0000 Subject: [PATCH] sync ports with The Matrix --- security/infoga/Makefile | 40 --------------------------------------- security/infoga/distinfo | 2 -- security/infoga/pkg/DESCR | 5 ----- security/infoga/pkg/PLIST | 28 --------------------------- 4 files changed, 75 deletions(-) delete mode 100644 security/infoga/Makefile delete mode 100644 security/infoga/distinfo delete mode 100644 security/infoga/pkg/DESCR delete mode 100644 security/infoga/pkg/PLIST diff --git a/security/infoga/Makefile b/security/infoga/Makefile deleted file mode 100644 index a190668b3..000000000 --- a/security/infoga/Makefile +++ /dev/null @@ -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 - -# 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 diff --git a/security/infoga/distinfo b/security/infoga/distinfo deleted file mode 100644 index 7d9d37a61..000000000 --- a/security/infoga/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (infoga-0.1.5-79a1c03b.tar.gz) = 1lWscGEdr3iSMPfMf+UjfZ4XufdbP6quPVVM4CwPUhM= -SIZE (infoga-0.1.5-79a1c03b.tar.gz) = 241553 diff --git a/security/infoga/pkg/DESCR b/security/infoga/pkg/DESCR deleted file mode 100644 index 02bc33fa7..000000000 --- a/security/infoga/pkg/DESCR +++ /dev/null @@ -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. \ No newline at end of file diff --git a/security/infoga/pkg/PLIST b/security/infoga/pkg/PLIST deleted file mode 100644 index 1d2fc9d0a..000000000 --- a/security/infoga/pkg/PLIST +++ /dev/null @@ -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