Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
mssql-command-tool — mssql 终端连接工具|命令执行 | Kitploit
Ferramentas/GitHubGitHub/jas502n/mssql-command-tool
ExploitationLateral MovementPost-ExploitationPenetration TestingRed TeamingDatabase Security
GitHubjas502n/mssql-command-tool

mssql-command-tool

mssql 终端连接工具|命令执行

Ver Repositório
4015há 6 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Ferramenta de conexão de terminal mssql | Execução de comandos

Exemplo

root@kitploit:~
./mssql-command-tool-mac -s 10.10.10.10 -u sa -p jas502n -P 1433 -c "whoami"   

nt service\mssqlserver


./mssql-command-tool-mac -s 10.10.10.10 -u sa -p jas502n -P 1433 -c "net user"

\\ 的用户帐户

-------------------------------------------------------------------------------
Administrator            flag                     Guest
命令运行完毕,但发生一个或多个错误。

help

root@kitploit:~
NAME:
   Mssql Toolkit - mssql command tool

USAGE:
   mssql-command-tool-mac [global options] command [command options] [arguments...]

VERSION:
   1.0

AUTHOR:
   lostwolf <[email protected]>

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --server value, --host value, -s value  The database server (default: "127.0.0.1")
   --user value, -u value                  The database user (default: "sa")
   --password value, -p value              The database password
   --port value, -P value                  The database port (default: 0)
   --query value, --sql value, -q value    SQL query (default: "select @@version")
   --exec value, -c value, --cmd value     Exec System Command (default: "whoami")
   --debug, -d                             Debug info
   --enable, -e                            Enabled xp_cmdshell
   --help, -h                              show help
   --version, -v                           print the version

Links de referência

https://github.com/Mayter/mssql-command-tool

http://wolvez.club/2019/09/19/mssql-command-tool/

Baixar ferramenta