mirror of https://github.com/n1nj4sec/pupy.git
fix migrate
This commit is contained in:
parent
1ee114f863
commit
05cde8a404
|
@ -63,8 +63,8 @@ def get_raw_conf(conf, obfuscate=False):
|
||||||
obf_func=compress_encode_obfs
|
obf_func=compress_encode_obfs
|
||||||
|
|
||||||
|
|
||||||
l=launchers[args.launcher]()
|
l=launchers[conf['launcher']]()
|
||||||
l.parse_args(args.launcher_args)
|
l.parse_args(conf['launcher_args'])
|
||||||
t=transports[l.get_transport()]
|
t=transports[l.get_transport()]
|
||||||
creds_src=open("crypto/credentials.py","r").read()
|
creds_src=open("crypto/credentials.py","r").read()
|
||||||
creds={}
|
creds={}
|
||||||
|
|
|
@ -31,8 +31,8 @@ import os.path
|
||||||
import network.conf
|
import network.conf
|
||||||
|
|
||||||
__author__='Nicolas VERDIER'
|
__author__='Nicolas VERDIER'
|
||||||
__version__='v1.2'
|
__version__='v1.3'
|
||||||
__date__='May 04 2016'
|
__date__='Jun 17 2016'
|
||||||
|
|
||||||
def print_version():
|
def print_version():
|
||||||
print("Pupy - %s"%(__version__))
|
print("Pupy - %s"%(__version__))
|
||||||
|
|
Loading…
Reference in New Issue