Commit Graph

9 Commits

Author SHA1 Message Date
Deft_ 7561038277 [MSSQL] Fix file exist error (#2002)
* [MSSQL] Improves version display

* [MSSQL] Patch file exists if language is not english

* Add impacket.mssql to setup.py

* Pass on KeyError exception

---------

Co-authored-by: Aurélien CHALOT <aurelien.chalot@orangecyberdefense.com>
2025-07-21 10:52:11 -03:00
Signum21 00ced47f3e mssqlshell.py new Download function and fix Upload function for linked servers (#1915)
* mssqlshell.py new Download function and fix Upload function for linked servers

* Changed file exists function and check for permission
2025-04-04 13:32:23 -03:00
kiriknik 9ef36ac811 Update mssqlclient.py (#1381)
* Update mssqlclient.py

Add functionality to upload files

* mssqlshell - refactor 'do_upload' command implementing code review changes

* mssqlshell - 'do_upload' command showing unhandled exceptions

---------

Co-authored-by: Gabriel Gonzalez <gabriel.gonzalez@fortra.com>
2024-12-05 18:25:03 -03:00
gabrielg5 27e7e7478d Updating copyright banner... 2024-08-28 17:52:57 -03:00
Gabriel Gonzalez 0656b487e8 Allowing to configure "logger" in tds::printReplies function; both for error and info. (#1795)
Change mssqlattack.py and mssqlshell.py to align with changes
2024-08-27 17:17:06 -03:00
Gabriel Gonzalez 2de29184dc Enhanced MSSQLShell in NTLMRelayX leveraging TcpShell & output messages (#1617)
* * Enhanced MSSQLShell in NTLMRelayX leveraging TcpShell (as in SMB and LDAP)

* * Created handle_lastError decorator applied to every command to show errors in the corresponding SQLShell
2023-10-12 02:20:17 -03:00
Jannik Vieten 0017927d10 Merge pull request #1609 from exploide:mssqlshell-enum_impersonate-use_db 2023-09-13 16:41:15 -03:00
Gabriel Gonzalez 9b4a139405 Updated Copyright to 2023 2023-07-31 11:48:28 -03:00
Sylvain Heiniger 31db305578 Make class SQLSHELL accessible outside of the mssqlclient.py example (#1535)
* Make class SQLSHELL accessible outside of the mssqlclient.py example

* Separate mssqlshell.py from mssqlclient.py

* Fix import

* Add interactive SQL shell to MSSQL attack in ntlmrelayx
2023-05-09 18:29:35 -03:00