Code Monkey home page Code Monkey logo

rendezvousrat's Introduction

Information

This repository contains two minimal proof-of-concept RAT's utilizing GO, based on the examples found at go-libp2p-examples

Currently, the RAT is inteded for linux hosts. However, they can be built for windows by modifying the go build variable. You can set the environment variable in linux to tell GO to compille for windows. "env GOOS=windows" and change the command in the project from "sh -c" to "cmd.exe /c". This will be implemented in a later version.

RendezvousRAT

Self-healing proof-of-concept RAT utilizing libp2p.

Building RendezvousRAT

This project consists of a client and server. The server ip and port must be accessible to the client. Build the client and server binaries separtely.

Server

From the server directory, "go build .". This will build the server binary.

Client

From the client directory, "go build .". This will build the client binary.

Execution

Execute the server and display help "./server --help".

Execute the server with a specific rendezvous string "./server -rendezvous S3cr3tK3y"

Execute the client with the same rendezvous string "./client -rendezvous S3cr3tK3y"

pubsub_rat

Simple RAT that utilizes pubsub channels for communication. Works on LAN only.

Building pubsub_rat

From the pubsub_rat directory, "go build .". This will build the "chat" binary.

Execution

Execute the binary on two hosts within the same subnet.

rendezvousrat's People

Contributors

rvrsh3ll avatar ktlmsney avatar

Stargazers

Mike avatar  avatar DAssemblerxXBin3ryNinj! avatar Ryan Stephenson avatar  avatar Isuru Tharanga avatar Ken Nickerson avatar blu3 avatar Computer button pusher // Pousseur de boutons en informatique  || SIN - SIN HACK - HACK || NO-CODE evangelist || Black coffee like my sense of humor avatar ice-wzl avatar John Nzyuko avatar lalualwan avatar ik5 avatar gsmith257 avatar Alex avatar rabbit avatar Nguyen Anh Tu avatar Alex avatar gr00t avatar duckie avatar BackDoor avatar Brendan avatar Tom van Ommen avatar  avatar  avatar Hamid avatar  avatar AVA avatar  avatar JZ avatar Gianmarco Lodari avatar Massaer Mbengue avatar  avatar Kennashka DeSilva avatar  avatar  avatar David avatar  avatar  avatar Cody Kaczynski avatar  avatar  avatar cances avatar Tes avatar  avatar changheluori007 avatar Slzdude avatar Chord avatar R avatar Tennn avatar Robert avatar Jim_Di avatar  avatar pentest avatar Skyler Onken avatar ktx avatar Steven Patterson avatar Amarjit Labhuram avatar  avatar  avatar Giorgi Chakhidze avatar Chris Posada avatar Erik avatar Roc木木 avatar  avatar Luax avatar samsepi01 avatar  avatar Mariusz Banach avatar Rahmat Nurfauzi avatar 三米前有蕉皮 avatar  avatar nask0 avatar Ethical Criminal avatar Jean-Louis Huynen avatar chouaib H'm avatar Ryota Sakai avatar Wing avatar xianyu avatar Viral Maniar avatar  avatar Abell avatar Marcello avatar muuk avatar Jeff McJunkin avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

rendezvousrat's Issues

`go build rr_server.go` 报错

go build rr_server.go 报错,内容如下

# github.com/libp2p/go-addr-util
/root/go/src/github.com/libp2p/go-addr-util/addr.go:101:5: log.Event undefined (type *log.ZapEventLogger has no field or method Event)
/root/go/src/github.com/libp2p/go-addr-util/addr.go:101:63: undefined: log.Loggable
/root/go/src/github.com/libp2p/go-addr-util/addr.go:106:10: undefined: log.Metadata
# github.com/libp2p/go-libp2p-loggables
/root/go/src/github.com/libp2p/go-libp2p-loggables/loggables.go:19:26: undefined: log.Loggable
/root/go/src/github.com/libp2p/go-libp2p-loggables/loggables.go:20:9: undefined: log.Metadata
/root/go/src/github.com/libp2p/go-libp2p-loggables/loggables.go:27:21: undefined: log.Loggable
/root/go/src/github.com/libp2p/go-libp2p-loggables/loggables.go:28:9: undefined: log.Metadata
/root/go/src/github.com/libp2p/go-libp2p-loggables/loggables.go:33:23: undefined: log.Metadata
/root/go/src/github.com/libp2p/go-libp2p-loggables/loggables.go:38:9: undefined: log.Metadata
# github.com/libp2p/go-libp2p/p2p/protocol/identify
/root/go/src/github.com/libp2p/go-libp2p/p2p/protocol/identify/id.go:368:6: log.Event undefined (type *log.ZapEventLogger has no field or method Event)
/root/go/src/github.com/libp2p/go-libp2p/p2p/protocol/identify/id.go:368:67: undefined: log.Metadata

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.