Skip to content

A small network utility tool to manage remote shell connections.

Notifications You must be signed in to change notification settings

DEADF00D/NetSHELL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

NetSHELL

NetShell is a small network utility tool to manage remote shell connections from tools like netcat, or any tool which redirect shell stdout / stdin to tcp stream. It disable shell echoing, and redirect control keys to your remote shell. Allowing you to use CTRL+C in your shell, or fire up ssh or less. It use python -c 'import pty; pty.spawn("/bin/bash")' for shell spawn.

Usage

Connect to a remote server (bind):

ns 127.0.0.1 1337

Setup a server for remote connections (reverse)

ns -l 1337

How to build ?

cd src/
make

How to install ?

cp ns /usr/bin/
ns

About

A small network utility tool to manage remote shell connections.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published