Coder Social home page Coder Social logo

medusa's Introduction

Medusa

Medusa - .NET Multi-Scanner [BETA]

What is Medusa?

Medusa is a scanner for .NET assemblies. It scans for obfuscators, etc.

  • Scans for obfuscators
  • Scans for interesting method/type names
  • Scans for interesting strings in methods
  • Scans for signatures in methods (via opcodes)
  • Scans for secrets in methodbodies such as the NetworkCredential object or MD5 hashes, emails, Base64 encrypted strings, etc

How to use

Download and compile. I built it with Jetbrains Raider, but it should work with VS too. Copy & Paste the *.txt files from the 'Configs' folder to the binary directory. Drag & Drop the target assembly onto Medusa.exe or open cmd and enter "Medusa.exe [target]".

Configs

  • strings.txt -> on each line a string which should be looked for (it's case insensitive and it checks via 'Contains()')
  • names.txt -> same as strings.txt but for the type & method names.
  • obfuscators.txt -> a list which looks like this: [Name]:[Identifier]; Name should be the name of the obfuscator and Identifier the identifier which the obfuscator writes to the assembly in form of a type. Example: "ConfuserEx:ConfusedByAttribute"
  • signature.txt -> if empty, it wont check signatures. Enter OpCodes on each line. It's case sensitive (I think so), and must look like the fields in the OpCodes class in dnlib.

Screenies

I don't have a cool example so I will let it check itself as of now.

Screen

medusa's People

Contributors

ioncodes avatar

Watchers

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