SlackBuildsOrg/system/routersploit/setup.py
Fernando Lopez Jr 26e121ecbe system/routersploit: Added (exploitation framework).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-08-19 07:10:46 +07:00

12 lines
419 B
Python

from setuptools import setup
setup(
name='routersploit',
version='2.2.1',
author='Reverse Shell Security',
packages=['routersploit','routersploit.modules','routersploit.templates','routersploit.test','routersploit.wordlists',],
scripts=['rsf.py',],
license='BSD-3-clause',
long_description=open('README.md').read(),
install_requires=['requests','paramiko','beautifulsoup4','pysnmp'],
)