Commit of PowerStager version 0.2.5
This commit is contained in:
17
setup.py
17
setup.py
@@ -3,13 +3,13 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="PowerStager",
|
||||
version="0.2",
|
||||
version="0.2.5",
|
||||
description="This script creates an executable stager that downloads a selected powershell payload.",
|
||||
author="z0noxz",
|
||||
author_email="z0noxz@mail.com",
|
||||
url="https://github.com/z0noxz/powerstager",
|
||||
classifiers=[
|
||||
"Development Status :: 2 - Beta",
|
||||
"Development Status :: 0.2.5 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Natural Language :: English",
|
||||
@@ -20,10 +20,21 @@ setup(
|
||||
"os",
|
||||
"sys",
|
||||
"getopt",
|
||||
"glob",
|
||||
"socket",
|
||||
"fcntl",
|
||||
"errno",
|
||||
"string",
|
||||
"re",
|
||||
"random",
|
||||
"base64",
|
||||
"hashlib"
|
||||
"datetime",
|
||||
"time",
|
||||
"hashlib",
|
||||
"readline",
|
||||
"signal",
|
||||
"urllib",
|
||||
"names",
|
||||
],
|
||||
scripts=["bin/powerstager"],
|
||||
packages=["powerstager"]
|
||||
|
||||
Reference in New Issue
Block a user