Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uknowsec/SharpSQLDump

内网渗透中快速获取数据库所有库名,表名,列名。具体判断后再去翻数据,节省时间。适用于mysql,mssql。
https://github.com/uknowsec/SharpSQLDump

Last synced: 3 months ago
JSON representation

内网渗透中快速获取数据库所有库名,表名,列名。具体判断后再去翻数据,节省时间。适用于mysql,mssql。

Awesome Lists containing this project

README

        

# SharpSQLDump

## 简介
内网渗透中快速获取数据库所有库名,表名,列名;具体判断后再去翻数据,节省时间;适用于mysql,mssql。

## 使用方法

```
> SharpSQLDump.exe

Author: Uknow
Github: https://github.com/uknowsec/SharpSQLDump

Usage: SharpSQLDump.exe -h ip -u username -p password -mysql
SharpSQLDump.exe -h ip -u username -p password -mssql
```

![](https://github.com/uknowsec/SharpSQLDump/blob/master/8b01108faae90a.jpg)