diff --git a/lib/stweak.py b/lib/stweak.py index 37cf469..02611d0 100644 --- a/lib/stweak.py +++ b/lib/stweak.py @@ -360,7 +360,7 @@ def extension_downloader(): from os import chmod from tempfile import gettempdir from urllib.request import urlopen, urlretrieve - _file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.0").read() + _file_data = urlopen("https://raw.githubusercontent.com/rwinkhart/sshyp-labs/main/pointers/v1.5.1").read() _pointer = ConfigParser() _pointer.read_string(_file_data.decode('utf-8')) _extensions = _pointer.sections()