代码拉取完成,页面将自动刷新
from setuptools import setup, find_packages
import sys
import opencanary
requirements = [
'Twisted==19.10.0',
'pyasn1==0.4.5',
'cryptography==2.5.0',
'simplejson==3.16.0',
'requests==2.21.0',
'zope.interface==4.6.0',
'PyPDF2==1.26.0',
'fpdf==1.7.2',
'passlib==1.7.1',
'Jinja2==2.10.0',
'ntlmlib==0.72',
'bcrypt==3.1.7']
py_env = None
# Python 2 requires wsgiref but with python 3 wsgiref is a standard library.
if sys.version_info.major < 3:
requirements.append('wsgiref==0.1.2')
requirements.append('hpfeeds==1.0')
py_env = '==2.7.*'
else:
requirements.append('hpfeeds3==0.9.8')
py_env = '>=3.5'
setup(
name='opencanary',
version=opencanary.__version__,
url='http://www.thinkst.com/',
author='Thinkst Applied Research',
author_email='info@thinkst.com',
description='OpenCanary daemon',
long_description='A low interaction honeypot intended to be run on internal networks.',
install_requires=requirements,
setup_requires=[
'setuptools_git'
],
license='BSD',
packages=find_packages(exclude='test'),
scripts=['bin/opencanaryd','bin/opencanary.tac'],
platforms='any',
include_package_data=True,
python_requires=py_env,
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Framework :: Twisted",
"Topic :: System :: Networking",
"Topic :: Security",
"Topic :: System :: Networking :: Monitoring",
"Natural Language :: English",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX :: BSD :: FreeBSD",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: BSD License",
],
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。