Git Product home page Git Product logo

insurgentframework's Introduction

Insurgent Framework

A framework for creating modular malware/bots to be used in training environments. Please take a look at the Wiki for usage details and development guidelines.

Priorites

  1. Modularity
  2. Capability
  3. Compatability
  4. Portability
  5. Forensically Sound
Dependencies
  • Python 2.7
  • Pyinstaller
  • Bottle

Other dependencies will be required by specific modules

Notes:
I had to modify pyinstaller to get it to recursively analyze dynamically imported modules' dependencies.

If not building pyinstaller from their Git repo, make sure you make the change manually:
https://github.com/pyinstaller/pyinstaller/commit/e9575e1145718ecc49625b782cee7cbb41d8522b

Installation

Unzip the contents of the package wherever you would like to run it from.

pip install pyinstaller
pip install bottle
(Other recommended dependencies)
pip install scapy

Usage

Build.py
python build.py -h
Translator.py
python translator.py -h
Base.py
It is not recommended to use base.py for testing purposes because most errors are likely to occur within the importing. However, if you are trying to test the module and don't want to worry about resolving pyinstaller import errors, you can run 'base.py'. Just make sure you settings.xml file is present in the root directory of the framework and has the same name as config.DEFAULT_CONFIG_FILE.

insurgentframework's People

Contributors

skyleronken avatar

Watchers

 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.