Git Product home page Git Product logo

Comments (5)

byt3bl33d3r avatar byt3bl33d3r commented on August 28, 2024

interesting idea, I'll do some research about it.

Thanks!

from silenttrinity.

egypt avatar egypt commented on August 28, 2024

Might potentially be able to use the ZipPackage class with compatibility back to .NET 3.0. It would impose some requirements on the format of the zip file, though:

its not possible to just use a third-party tool like 7-zip to create the zip files because the client side code can't open it -- ZipPackage adds a hidden file describing the content type of each component file and cannot open a zip file if that content type file is missing.

from silenttrinity.

davidtavarez avatar davidtavarez commented on August 28, 2024

Using the Shell32 class is not a good option because you can't decompress streams. ZipStorer is great since you can use streams. Anyways the minimum version could be 4.0 because IronPython.dll is set on 4.0 and TLS 1.1 and TLS 1.2 is only available since .NET 4.0

from silenttrinity.

byt3bl33d3r avatar byt3bl33d3r commented on August 28, 2024

Related PR #55, @davidtavarez got the .NET version down to 4.0 which is an amazing start

from silenttrinity.

byt3bl33d3r avatar byt3bl33d3r commented on August 28, 2024

The new windows stager (Naga) works with .NET 4.0, anything less than that will not work unfortunately due to Boolang requirements.
This isn't a big deal in my mind just cause you can revert back to using Powershell attacks on anything with .NET < 4.0 as it doesn't have AMSI or anything else.

Closing.

from silenttrinity.

Related Issues (20)

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.