Giter Club home page Giter Club logo

mssqlseckill's Introduction

MssqlSeckill

0x001 开发初衷

最近在研究mssql的一些利用姿势,懒惰是人最大的特性,为了省去一些操作时间,于是有了自动化的想法,python可以完美的完成我们的需求,所以就有了MssqlSeckill.

0x002 具体功能

1.xp_cmdshell模式。==========>>顾名思义就是交互式的shell模式(前提是数据库xp_cmdshell模式为开启状态),工具中也提供了xp_cmdshell的一键开启模式。

2.clr不落地执行模式。==========>>解决xp_cmdshell无法开启的问题。

3.base64写文件模式。==========>>这个功能主要是针对那些,无外网环境,需要将某些文件写入,并执行某些不可描述的操作时,无法通过主机访问外网获取文件时使用,例如传入mimikatz获取密码。

4.sqlshell模式。==========>>直接执行交互式sqlshell可执行查询等操作。

0x003 如何使用

git clone 到本地或者直接下载压缩包即可。

环境:pythone3 包:pymssql

python3 MssqlSeckill.py -i 10.22.112.114 -p 1433 -u sa -P test -d msdb -m(模式选择) -f(exe,dll文件位置)

mssqlseckill's People

Contributors

se10rc avatar 0745sway avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.