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.2.1] - 07/26/2024
3+ ### Fixed
4+ - Issue [ #12 ] ( https://github.com/Tw1sm/PySQLRecon/issues/12 )
5+
26## [ v0.2.0] - 06/26/2024
37### Added
48- ` sample ` module to retrive table data without manual SQL query
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pysqlrecon"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
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.2.0 '
1+ __version__ = '0.2.1 '
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ def main(ctx: typer.Context):
4242 else :
4343 logger .info (f"Disabling xp_cmdshell on { pysqlrecon .target } " )
4444 pysqlrecon .module_toggle ("xp_cmdshell" , "0" )
45- pysqlrecon .check_module ("xp_cmdshell" , show = True )
45+ pysqlrecon .check_module ("xp_cmdshell" )
46+ pysqlrecon .print_results (use_basic_tables )
4647
4748 pysqlrecon .disconnect ()
You can’t perform that action at this time.
0 commit comments