Skip to content

svmorris/odium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odium

Reverse shell handling C2 platform. Designed as a replacement for nc -nlvp, Odium can handle multiple reverse shells on the same port without the need to reset the listener. All this from within the terminal.

image

Odium builds upon tmux to automatically create a new terminal window for each incoming connection.

Usage

Odium takes only one argument for a port number. Simply run:

odium 8080

NOTE: This will only work if the following two conditions are met:

  1. There is no other instance of odium running under your user.
  2. Odium is run from outside of a tmux session.

Installation

  1. Compile odium by running make.
  2. Copy the odium binary to an executable path.

Example:

make
sudo cp bin/odium /usr/local/bin/

Features for the future

  • Interactive shell (ability to use arrow keys and edit text).
  • Screensaves: Each revshell interaction is saved as text automatically.

About

Revshell server in the terminal. Odium is slightly nicer to use than `nc -nlvp`.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published