Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
mssql-command-tool — mssql 终端连接工具|命令执行 | Kitploit
Outils/GitHubGitHub/jas502n/mssql-command-tool
ExploitationLateral MovementPost-ExploitationPenetration TestingRed TeamingDatabase Security
GitHubjas502n/mssql-command-tool

mssql-command-tool

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

Voir le dépôt
4015il y a 6 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

Outil de connexion terminal mssql | Exécution de commandes

Exemple

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

Aide

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

Liens de référence

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

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

Télécharger l’outil