add setup.py

master
t0thkr1s 4 years ago
parent 5ed2b8f6c4
commit a94f1214e4

@ -0,0 +1,11 @@
from setuptools import setup
setup(
name='gtfo',
version='1.0',
url='https://medium.com/infosec-adventures',
author='https://github.com/t0thkr1s',
author_email='t0thkr1s@icoud.com',
description='Command-line program for GTFOBins. It helps you to bypass system security restrictions.',
install_requires=['colorama', 'pygments']
)
Loading…
Cancel
Save