Commit graph

20 commits

Author SHA1 Message Date
exploide
20cdd9c7c2 fixed a TypeError in MSSQLBrowser
fixes #251
2024-01-04 15:26:26 +01:00
nobbd
728b100bfd
Update MSSQL.py to fix bug with single byte comparisons in python3 2023-08-15 15:15:23 +02:00
lgandx
15d03bc902 Minor bugs and display/logging fixes + RDP srv SSLwrapping fix 2022-07-26 14:56:18 -03:00
lgandx
5d4510cc1d Added IPv6 support 2021-12-17 10:05:00 -03:00
lgandx
d6f4911eb4 python3.8 compability fix 2020-08-17 16:08:24 -03:00
lgandx
b510b2bb25 Added py3 and py2 compatibility + many bugfix 2020-01-09 14:47:56 -03:00
lgandx
75aa21bbb9 Several Bugfix 2017-09-04 18:50:04 -03:00
Matthew Daley
bff935e71e Add Microsoft SQL Server Browser responder
When connecting to a named instance, a SQL client (at least SQL Server
Native Client) will send a request (namely a CLNT_UCAST_INST message) to
the server's SQL Server Browser service for instance connection
information. If it gets no response, the connection attempt fails.

By adding a SQL Server Browser responder for these requests, we ensure
that connections are successfully made to the SQL Server responder for
hash capture.

As per the comment, this is based on the document "[MC-SQLR]: SQL Server
Resolution Protocol", currently available at
<https://msdn.microsoft.com/en-us/library/cc219703.aspx>.
2017-06-28 19:14:38 +12:00
lgandx
1d38cd39af Added: Random challenge for each requests (default) 2017-01-03 17:35:49 -03:00
lgandx
5f1fa4a00f Minor fix 2016-09-21 13:37:46 -03:00
lgandx
b34fee1d8c Minor fixes 2016-09-09 02:54:30 -03:00
jvoisin
2fb6a1c228 Refactors utils.py and tools/* 2016-07-05 01:31:36 +02:00
jvoisin
8e9205b102 Refactor a bit the servers 2016-07-05 01:31:35 +02:00
Matt Andreko
008b492c98 First round of cleanup 2015-10-27 16:50:05 -04:00
lgandx
5ab431a4fe Fixed Harsh Parser variable typo 2015-09-10 20:12:42 -04:00
jrmdev
a882d397a8 Minor fixes 2015-07-28 10:48:21 +10:00
jrmdev
bc06818ed1 Further improvement and fixes. 2015-07-07 16:21:28 +10:00
jrmdev
867bcdde03 Further improvements and fixes. 2015-07-02 16:52:06 +10:00
jrmdev
c6de2e9d3a Many changes, bug fixes and improvements. scripts in 'tools' still need to be fixed. 2015-06-30 16:49:53 +10:00
jrmdev
050edc22f3 Complete refactoring of responder code, first pass 2015-06-29 22:20:58 +10:00