93 Commits

Author SHA1 Message Date
Sanjiv Kawa 7b17908543 Merge pull request #13 from skahwah/main
3.9
2025-01-10 10:11:57 -05:00
Sanjiv Kawa b5ab3e54f8 v3.9 2024-12-17 12:03:10 -05:00
Sanjiv Kawa f94d6f1793 3.9
* Added databases that the user has access to in the `whoami` module (JBalanza).
* Corrected an issue in the `adsi` module where the LDAP server does not need to be added to the msdb database, also the created function is now dropped properly.
* Corrected an issue where RPC queries that have an AT statement fail on the destination server if the supplied hostname is a FQDN.
2024-12-17 11:52:47 -05:00
Sanjiv Kawa d302c7465c ADSI bug fixes
Corrected an issue where the LDAP server does not need to be added to the msdb database, also the created function is now dropped properly.
2024-09-20 11:07:52 -04:00
Sanjiv Kawa 16c072add3 3.9
Updating AT statement as descrubed in issue 21 - https://github.com/skahwah/SQLRecon/issues/21
2024-09-19 16:04:32 -04:00
Sanjiv Kawa 340d000134 v3.8 2024-07-18 09:20:21 -04:00
skahwah f47fc13e0d v3.8 2024-07-17 15:23:54 -04:00
skahwah dc94ec2eb2 v3.8
* Added logic to support the execution of CLR assemblies on SQL Server 2016 and below. This is for the clr module. Execution supported in all contexts.
* Added logic to load a LDAP server CLR assembly on SQL Server 2016 and below. This is for the adsi module. Execution supported in all contexts.
* Updated README.
* Updated Wiki.
2024-07-17 14:48:02 -04:00
Sanjiv Kawa 5b43d15da4 Update README.md 2024-07-05 07:52:45 -04:00
Sanjiv Kawa 5ae1cbd408 Merge pull request #18 from n3rada/main
Add Credits Section ro `README`
2024-07-05 07:37:30 -04:00
n3rada 7c2e43e6c7 Add Credits section to README 2024-07-05 08:57:01 +02:00
n3rada 67d82e55be Correct name credit throughout the code 2024-07-05 08:55:46 +02:00
n3rada a0fd15a6d1 Add Credits section to README 2024-07-05 08:53:07 +02:00
Sanjiv Kawa 1913f3e5b8 v3.7 2024-07-02 17:53:14 -04:00
Sanjiv Kawa 2146808097 v3.7 2024-07-02 17:50:05 -04:00
Sanjiv Kawa eb2fcd5986 v3.3 2023-08-09 20:42:31 -04:00
Sanjiv Kawa 85a853fb65 v3.3 2023-08-09 17:40:55 -07:00
Sanjiv Kawa 825165d81e Update README.md 2023-08-07 15:09:51 -04:00
Sanjiv Kawa 74ac6e856a Update README.md 2023-08-07 13:32:29 -04:00
Sanjiv Kawa b415cb6186 Update README.md 2023-08-07 13:29:14 -04:00
Sanjiv Kawa 7785475527 Update README.md 2023-08-07 13:27:52 -04:00
Sanjiv Kawa fdf3e699f6 v3.3 2023-08-07 13:11:46 -04:00
Sanjiv Kawa b9fe75f4fd Update README.md 2023-08-07 13:08:35 -04:00
Sanjiv Kawa f21d49a062 Removed SQLRecon v2.2.2 2023-08-07 12:59:16 -04:00
Sanjiv Kawa 5aa2df9787 Update README.md 2023-04-12 14:31:24 -04:00
Sanjiv Kawa 39eb1978b9 Update EnableDisable.cs 2023-04-12 14:30:31 -04:00
Sanjiv Kawa 13361cc5d1 Update Help.cs 2023-04-12 14:30:09 -04:00
Sanjiv Kawa 478d99cf0b Update AssemblyInfo.cs 2023-04-12 14:29:44 -04:00
Sanjiv Kawa a0c511359d Merge pull request #8 from Scaum/main
Thank you!
2023-04-12 14:29:21 -04:00
Scaum 611d67486c Fix CheckRpc 2023-03-02 14:45:31 +01:00
Sanjiv Kawa 37707d8adc Create LICENSE 2023-02-09 14:57:16 -05:00
Sanjiv Kawa 766c34a311 Delete LICENSE 2023-02-09 14:57:04 -05:00
Sanjiv Kawa a33409bfde Create LICENSE 2023-02-09 14:56:40 -05:00
Sanjiv Kawa 7e6ab252cf Delete SQLRecon/SQLRecon/Modules directory 2023-02-09 14:55:56 -05:00
Sanjiv Kawa 05962172b5 Delete GetDomainSPNs.cs 2023-02-09 14:55:37 -05:00
Sanjiv Kawa 4058e14074 + changing directories 2023-02-09 14:55:15 -05:00
Sanjiv Kawa 340a9421b2 v2.2.1 2023-01-18 11:02:42 -05:00
skahwah 83120c57cd v2.2.1
Added the capability to download .NET assemblys via HTTP/S
2023-01-18 11:00:40 -05:00
skahwah 45b76ac0bb + v2.2
* Expanded roles which are queried in the roles, iroles and lroles modules
* Created users, iusers and lusers modules
* Fixed hash not being dropped from sp_drop_trusted_assembly in clr and iclr modules (thank you @passthehashbrowns)
* Created lagentcmd module (thank you @passthehashbrowns)
* Created lclr module (thank you @passthehashbrowns)
2023-01-17 17:40:14 -05:00
skahwah 7f4dde1baf + v2.1.6
Incorporating @rasta-mouse's PR which includes an info module. Also made some small changes.
2023-01-17 12:05:54 -05:00
Sanjiv Kawa bdb59caf0a Merge pull request #7 from rasta-mouse/dev
Add SQLServerInfo Module
2023-01-17 12:03:30 -05:00
Rasta Mouse d7d9d9889e Update Help.cs 2023-01-16 10:06:46 +00:00
Rasta Mouse ff144b54f6 Update version & README 2023-01-16 10:01:27 +00:00
Rasta Mouse 8a2b6d3261 Add SQLServerInfo 2023-01-16 09:58:06 +00:00
Sanjiv Kawa 2b12d49d8b + another year, another commit 2023-01-13 09:34:11 -05:00
Sanjiv Kawa e1d413f306 + set LangVersion to 9.0 2023-01-13 09:33:37 -05:00
Sanjiv Kawa b571f04e5a + enumeration 2023-01-13 09:24:03 -05:00
Sanjiv Kawa b6589033dc Merge pull request #6 from rasta-mouse/dev
Add SPN Enumeration
2023-01-13 09:17:41 -05:00
Rasta Mouse fedd39662a Update README.md 2023-01-13 11:16:13 +00:00
Rasta Mouse 213fc18b69 Increment minor version number 2023-01-13 11:14:02 +00:00