Skip to content

Releases: Tw1sm/PySQLRecon

v0.3.1

Choose a tag to compare

@Tw1sm Tw1sm released this 08 May 20:50
58b5ce9

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@Tw1sm Tw1sm released this 10 Aug 14:39
0850909

What's Changed

  • Add SCCM Modules in #14

Full Changelog: v0.2.1...v0.3.0

v0.2.0

Choose a tag to compare

@Tw1sm Tw1sm released this 26 Jun 11:10

Added

  • Added a new sample module, to allow a quick view of table data, without the need to issue a manual query

Full Changelog: v0.1.4...v0.2.0

v0.1.4

Choose a tag to compare

@Tw1sm Tw1sm released this 04 Feb 04:13
71bd82e

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.3

Choose a tag to compare

@Tw1sm Tw1sm released this 30 Jan 12:45
4eb21c0

Fixed

  • Roles queried from the database now use IS_MEMBER() to check for membership. (Instead of IS_SRVROLEMEMBER(), which is only used for server-wide roles)