Giter Site home page Giter Site logo

meterpreter-deps's Introduction

meterpreter-deps

This repository contains source tarballs, binary tools, and other artifacts required to build meterpreter, but that are not part of its source code directly.

LibreSSL

The Python extension now makes use of LibreSSL instead of OpenSSL. To update, do the following:

  • Make sure you have CMake for Windows v3.15 or higher installed.
  • Pull the latest version of the source into the libressl folder.
  • Make sure that the CMakeLists.txt file contains the USE_STATIC_MSVC_RUNTIMES option.
    • If not, git checkout CMakeLists.txt again so that the patched version still exists in the report.
    • If so, we can remove the custom version of the CMakeLists.txt file from this repo.
  • Make sure that the sleep function is patched out of crypto\compat\posix_win.c.
  • Open a command prompt at this location and type make.bat to run the build with the default profile of VS 2019 with v141_xp. If you can pass in VS2013 to build with VS 2013, and it'll use v120_xp by default. If you specify v120_xp on the command line by itself, VS 2019 will be used with this platform toolset.

Outputted binaries are stored in output\<platform toolset version>\<arch>.

When done, commit the changes and push.

Done.

meterpreter-deps's People

Contributors

oj avatar busterb avatar

Stargazers

SkyN9ne 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.