Skip to content

0x73unflower/Tempest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tempest

A basic C# tool to execute queries against an MSSQL instance.

Usage

Tempest | Your MSSQL Swiss Army Knife

Usage:

        -h | Prints the help dialogue
        -s | Specify the server e.g. 'dc01.corp1.com'
        -d | Specify the database e.g. 'master' (used by default)
        -u | Specify the user to authenticate as
        -p | Specify the password of the user authenticating as
        -q | Specify the query to execute against the server

Example Usage:

        Using Standard Security (Username + Password)
        .\Tempest -s 'dc01.corp1.com' -d 'master' -u 'sa' -p 'letmein123!' -q 'SELECT SYSTEM_USER;'

        Using Trusted Connection (Kerberos Authentication)
        .\Tempest -s 'dc01.corp1.com' -d 'master' -q 'SELECT SYSTEM_USER;'

        Executing a system command
        .\Tempest -s 'dc01.corp1.com' -i 'sa' -m 'xp_cmdshell' -c 'whoami'

        Check for privilege escalation vectors
        .\Tempest -s 'dc01.corp1.com' -d 'master' -p 'impersonation'

About

MSSQL Swiss Army Knife

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages