Hi, there
After updates to current release, in unpacking process founds that syntax problems= sounds not good with escapes.
python3-masky:
Installed: 0.2.0-0kali1
Candidate: 0.2.0-0kali1
Version table:
*** 0.2.0-0kali1 500
500 http://http.kali.org/kali kali-rolling/main amd64 Packages
500 http://http.kali.org/kali kali-rolling/main i386 Packages
100 /var/lib/dpkg/status
There is unpack process
Setting up python3-masky (0.2.0-0kali1) ...
/usr/lib/python3/dist-packages/masky/core.py:108: SyntaxWarning: invalid escape sequence '\{'
f"Start processing PFX of the user '{user_data.domain}\{user_data.name}'"
/usr/lib/python3/dist-packages/masky/core.py:112: SyntaxWarning: invalid escape sequence '\{'
f"Fail to process gathered certificate related to the user '{user_data.domain}\{user_data.name}'"
/usr/lib/python3/dist-packages/masky/core.py:116: SyntaxWarning: invalid escape sequence '\{'
f"End processing PFX of the user '{user_data.domain}\{user_data.name}'"
/usr/lib/python3/dist-packages/masky/lib/cert/auth.py:428: SyntaxWarning: invalid escape sequence '\{'
f"Gathered NT hash for the user '{domain}\{username}': {nt_hash}"
/usr/lib/python3/dist-packages/masky/lib/smb.py:105: SyntaxWarning: invalid escape sequence '\{'
err_msg = f"The user {self.__domain}\{self.__username} is not local administrator on this system"
/usr/lib/python3/dist-packages/masky/lib/smb.py:108: SyntaxWarning: invalid escape sequence '\{'
err_msg = f"The provided credentials for the user '{self.__domain}\{self.__username}' are invalids or the user does not exist"
/usr/lib/python3/dist-packages/masky/lib/smb.py:295: SyntaxWarning: invalid escape sequence '\p'
np_bind = f"ncacn_np:{target_host}[\pipe\svcctl]"
/usr/lib/python3/dist-packages/masky/ui/main.py:20: SyntaxWarning: invalid escape sequence '\/'
"""
/usr/lib/python3/dist-packages/masky/ui/options.py:164: SyntaxWarning: invalid escape sequence '\C'
help="Certificate Authority Name (SERVER\CA_NAME)",
Hi, there
After updates to current release, in unpacking process founds that syntax problems= sounds not good with escapes.
There is unpack process