Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ridter/MSSQL_CLR
MSSQL CLR for pentest.
https://github.com/Ridter/MSSQL_CLR
Last synced: 3 months ago
JSON representation
MSSQL CLR for pentest.
- Host: GitHub
- URL: https://github.com/Ridter/MSSQL_CLR
- Owner: Ridter
- Created: 2023-08-07T02:11:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T05:01:59.000Z (over 1 year ago)
- Last Synced: 2023-08-07T06:22:56.267Z (over 1 year ago)
- Language: C#
- Size: 86.9 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
- awesome-hacking-lists - Ridter/MSSQL_CLR - MSSQL CLR for pentest. (C# #)
README
# MSSQL CLR
在 [SharpSQLTools](https://github.com/uknowsec/SharpSQLTools) CLR的基础上进行了功能增加和修改。
## Update
- 增加了[GodPotato](https://github.com/BeichenDream/GodPotato)的功能。
- 修改了Shellcode执行功能,可直接指定本地shellcode文件,无需上传;
- 增加了执行Assembly的功能,主要通过shellcode的方式来实现,可借助于[donut](https://github.com/TheWover/donut) 实现。## PySQLTools
上述CLR已集成至 [PySQLTools](https://github.com/Ridter/PySQLTools)。