0x1uke / lurker

Lurker is a cross-platform, companion implant to Cobalt Strike built with Go
GNU General Public License v3.0
18 stars 5 forks source link
cobalt-strike go offensive-security

Lurker

Lurker is a cross-platform, companion implant to Cobalt Strike built with Go

Lurker is currently tested on:

Commands

Lurker supports the following commands:

More commands are under development

Getting Started

  1. Clone the Lurker repo
  2. Run the keyExtract.py script in the same directory as the team server's .cobaltstrike.beacon_keys file
  3. Copy the RSA public key into the constants.go's RsaPublicKey variable
  4. Edit the remaining constants.go variables with the desired configuration
  5. Create a new GET/POST block in the Malleable C2 profile using the same format as sample.profile
  6. Set the GOOS and GOARCH env variables to determine Lurker's target OS and architecture
  7. In the root directory, go build main.go

Liability

Lurker is an open source project meant to be used with authorization to assess the security posture and conduct security research.

Acknowledgement

Lurker is refactored from and built on @darkr4y's Geacon project (https://github.com/darkr4y/geacon)