Git Product home page Git Product logo

viper's Introduction

Viper

Remote control software using gRPC and Go.

Components

  • Agent: Runs on the endpoint.
  • Controller: The server that the agents connect to.
  • Agent Manager: The server that runs alongside the controller to manage the agents.
  • Controller Client: Talks to the agent manager.

Features

  • Cross-platform Support: Runs on all modern operating systems (Windows, Linux, macOS, etc).
  • Authentication & Encryption: Connections are encrypted and verified using client certificates.
  • Persistence: Keeps connection to the controller even if rebooted or disconnected momentarily.
  • Shell: Execute shell commands.
  • File I/O: Download and upload files.
  • Screenshots: Capture screenshots.
  • Network Proxy: Connect into the agent's network using SOCKS.

Usage

  1. Update the config.json according to your needs.
  2. Run the controller servers: go run controller/main.go.
  3. Build and run the agent: make build_agent or go run agent/main.go.
  4. Control the agents: ipython -i controller-client/main.py.
cnc.get_agents()
> [
    id: 0
    alive: true
    connect_time: "2022-06-19 15:22:13.17828 +0300 IDT m=+61.594837928"
]

agent = cnc.get_agent(agent_id=0)
agent.shell('whoami')
> 'root'

viper's People

Contributors

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