Commit of PowerStager version 0.2.5

This commit is contained in:
z0noxz
2017-06-05 21:25:13 +02:00
parent b3120d48bc
commit feca4f7eab
3 changed files with 2679 additions and 505 deletions

View File

@@ -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"]