File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
2- ## [ v0.1.2 ] - 09/21 /2023
2+ ## [ v0.1.3 ] - 12/30 /2023
33### Fixed
4- - Issue #1
4+ - Issue [ #3 ] ( https://github.com/Tw1sm/PySQLRecon/issues/3 )
5+ - Roles queried from the database now use ` IS_MEMBER ` call instead ` IS_SRVMEMBER ` to check membership
6+
7+ ## [ v0.1.2] - 12/21/2023
8+ ### Fixed
9+ - Issue [ #1 ] ( https://github.com/Tw1sm/PySQLRecon/issues/1 )
510- When using ` clr ` module, if custom assembly already exists under a different name ` pysqlrecon ` would previously log the error and exit
611 - Now it deletes the offending assembly and tries creation again
712
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pysqlrecon"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Offensive MSSQL Python toolkit"
55authors = [" Matt Creel <mcreel31@gmail.com>" ]
66readme = " README.md"
Original file line number Diff line number Diff line change 1- __version__ = '0.1.2 '
1+ __version__ = '0.1.3 '
You can’t perform that action at this time.
0 commit comments