As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
42
security/cloudflair/Makefile
Normal file
42
security/cloudflair/Makefile
Normal file
|
@ -0,0 +1,42 @@
|
|||
COMMENT= cloudflare osint tool
|
||||
|
||||
MODPY_EGG_VERSION= 0.0.1
|
||||
DISTNAME= christophetd-CloudFlair-8629b39
|
||||
PKGNAME= cloudflair-${MODPY_EGG_VERSION}
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# Unlicense
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
SITES= https://github.com/christophetd/CloudFlair/tarball/master/
|
||||
|
||||
MODULES= lang/python
|
||||
|
||||
FLAVOR= python3
|
||||
FLAVORS= python3
|
||||
|
||||
RUN_DEPENDS= devel/py-html-similarity${MODPY_FLAVOR} \
|
||||
devel/py-ipaddress${MODPY_FLAVOR} \
|
||||
net/py-dnspython${MODPY_FLAVOR} \
|
||||
www/py-requests${MODPY_FLAVOR} \
|
||||
www/py-urllib3${MODPY_FLAVOR} \
|
||||
security/py-censys${MODPY_FLAVOR}
|
||||
|
||||
NO_BUILD= Yes
|
||||
|
||||
INSTDIR= ${PREFIX}/share/cloudflair
|
||||
|
||||
do-install:
|
||||
cp -r ${WRKDIST} ${INSTDIR}
|
||||
chmod 755 ${INSTDIR}/cloudflair.py
|
||||
ln -s ${TRUEPREFIX}/share/cloudflair/cloudflair.py \
|
||||
${PREFIX}/bin/cloudflair
|
||||
|
||||
post-install:
|
||||
rm -rf ${INSTDIR}/{.github,.gitignore,Dockerfile}
|
||||
rm -rf ${INSTDIR}/{requirements.txt,.travis.yml}
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/cloudflair/distinfo
Normal file
2
security/cloudflair/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (christophetd-CloudFlair-8629b39.tar.gz) = xdiktES7tHJ3q5PHRkfDA73Mf1jIdC0YfauUrjaj9ro=
|
||||
SIZE (christophetd-CloudFlair-8629b39.tar.gz) = 7666
|
2
security/cloudflair/pkg/DESCR
Normal file
2
security/cloudflair/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Find origin servers of websites behind CloudFlare by using Internet-wide scan
|
||||
data from Censys.
|
9
security/cloudflair/pkg/PLIST
Normal file
9
security/cloudflair/pkg/PLIST
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/cloudflair
|
||||
share/cloudflair/
|
||||
share/cloudflair/README.md
|
||||
share/cloudflair/censys_search.py
|
||||
share/cloudflair/cli.py
|
||||
share/cloudflair/cloudflair.py
|
||||
share/cloudflair/cloudflare_utils.py
|
||||
share/cloudflair/cloudfront_utils.py
|
||||
share/cloudflair/dns_utils.py
|
Loading…
Add table
Add a link
Reference in a new issue