GithubHelp home page GithubHelp logo

analyticsearch / ghostbuild Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bohops/ghostbuild

0.0 1.0 0.0 936 KB

GhostBuild is a collection of simple MSBuild launchers for various GhostPack/.NET projects

License: BSD 3-Clause "New" or "Revised" License

ghostbuild's Introduction

GhostBuild


GhostBuild is a (POC) collection of simple MSBuild launchers for various GhostPack projects (authored by @harmj0y). Other .Net project launchers may be included later.

As with other GhostPack projects, GhostBuild is licensed under the BSD 3-Clause license.

Instructions

These launchers include compiled/compressed/encoded versions of GhostPack utilities. However, you should inspect and compile your own versions.

  1. Compile the target GhostPack project with the desired .NET Framework version.
  2. Compress the .NET assembly with Out-CompressedDll.
  3. Update and customize the GhostBuild XML CSharp (C#) project file -
  • Ensure the AssemblyFile represents the correct framework and path.
  • Assign GhostPack .Net assembly arguments to the args variable if required. This is a string array, so quote arguments and separate by commas (e.g. "arg1" , "arg2").
  • Copy the compressed .Net assembly from the Out-CompressedDll operation and assign it to the compressedBin variable.
  • Copy the byte length/size of the compressed .Net assembly from the Out-CompressedDll operation and assign it to the compressedBinSize variable.
  1. Build and run with the proper version of MSBuild.exe.
  • Example: C:\Windows\Microsoft.Net\Framework64\v4.0.30319\MSBuild.exe c:\path\to\project.xml

Ethics

GhostBuild is designed to help security professionals perform ethical and legal security assessments and penetration tests. Do not use for nefarious purposes.

Credits

ghostbuild's People

Contributors

bohops avatar

Watchers

James Cloos 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.