Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
mssql-command-tool — mssql herramienta de conexión de terminal|ejecución de comandos | Kitploit
Herramientas/GitHubGitHub/jas502n/mssql-command-tool
ExplotaciónMovimiento LateralPost-ExplotaciónPruebas de PenetraciónRed TeamingSeguridad de Bases de Datos
GitHubjas502n/mssql-command-tool

mssql-command-tool

mssql herramienta de conexión de terminal|ejecución de comandos

Ver Repositorio
4015hace 6 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

mssql herramienta de conexión de terminal | ejecución de comandos

Ejemplo

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
命令运行完毕,但发生一个或多个错误。

Ayuda

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

Referencias

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

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

Descargar herramienta