Skip to content

z3bra5hax/nrs-nest-c2-public

Repository files navigation

Nest Logo

Description

Very early pre-alpha experiment using Nest to act as a command and control server for reverse-shell instances over websockets. Small mini-experiments exist and notable related suboptimizations exist herein as this repo was not intended for an audience anytime in the near future.

Some conscious anti-patterns exist in the current state for the sole purpose of agility experimenting with different method configurations, as final architectural decisions related to services and their relationships have yet to be finalized (for example, returning null or undefined values instead of throwing an error and handling appropriately where this may be more appropriate.)

The "base" sub-directory still exists largely to satisfy my own desire to see that a free Heroku dyno has awoken when experimenting.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Be gentle 🤣

Stay in touch

Mark's got my deets.

About

Public pre-alpha preview for Trilon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published