diff --git a/core/config.py b/core/config.py index aa2d737..fe6f54e 100644 --- a/core/config.py +++ b/core/config.py @@ -1,7 +1,7 @@ import sys import os -sharpyshell_version='1.1.12' +sharpyshell_version='1.1.13' header = '#SharPyShell v' + sharpyshell_version + ' - @splinter_code' banner = """ diff --git a/requirements.txt b/requirements.txt index d720952..ea3b6ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ urllib3 -urllib3[socks] +PySocks pycrypto pyopenssl pefile