Coder Social home page Coder Social logo

gitaxis's Introduction

Gitaxis

forthebadge

A proof of concept of a concurrent and distributed botnet written in Go.

This project just started development

Please take up an issue on the repo if you have any questions!

A user of an instance of the Gitaxis botnet would be able to log onto any of the nodes. There's no centralized 'master' of 'slaves'. The advantage being no single point of failure, and making the orchestrator that much harder to track. In order to have any power over the botnet, the only necessity is for the node to query other nodes on the network before validating the instruction as trusted.

Key Concepts:

  • A node on any computer can be interacted with by sending HTTP requests from any other computer (with or without Gitaxis on it)
  • There is secure blockchain-inspired validation to make sure the botnet owner is the one logging into any of the nodes on the botnet network
  • Nodes can resiliently rejoin the botnet even if the host computer goes down for a non-lengthy amount of time
  • No single point of detection, and no single point of failure
  • 100% Golang, 100% badass

Microservices:

Membrane -

* Public facing REST api
* Receives instructions/queries from other nodes on the botnet
* Filters, examines, and controls incoming traffic.
* Delegates instructions to Keeper

Keeper -

* Local REST api
* Receives instructions from Membrane
* Interacts with stored information (i.e. list of ip's on blockchain)
* Queue's instructions for Whisper to pick up and execute

Whisper -

* Local REST api
* Picks up instructions to execute from Keeper
* Sends out information to other nodes
* Executes payloads

gitaxis's People

Contributors

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