Git Product home page Git Product logo

quicksploit's Introduction

QuickSploit

Hacked up tool for autopwn goodness.

Quicksploit attempts to hit any windows box on a given subnet with (ms03_026_dcom and ms08_067_netapi)

This ran at the beggining should get alot of shells to play around with. The utility itself has functionality that allows you to interact withe the shells and send commands to all the shells at the same time. However it simply talks to metasploit via is MSGPACK

Dependencies:

MsgPack for python3: http://pypi.python.org/pypi/msgpack-python/

Install:
    
    Untar msgpack-python-0.1.12.tar.gz
    cd msgpack-python-0.1.12
    sudo python3 setup.py install

To Use:

First start msfconsole:

./msfconsole

Then enable the msgpack api plugin:

load msgrpc Pass=abc123 ServerType=Web

*Note if you changed the password please update the source in QuickSploit.py*

Finally start quicksploit:

python3 QuickSploit.py

Use the help menu from there but since you are here for one thing only.

do:

quicksploit 192.168.subnetyouwant.starthostnumber

It will then iterate from your specified starthostnumber to 255..

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.