Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Secure Reverse Shell

License

NotificationsYou must be signed in to change notification settings

rsrdjan/srsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Reverse Shell

Simple TLS-enabled reverse shell framework (agent and server)

Installation

git clone https://github.com/rsrdjan/srsh.gitcd srshmake all

You canmake individual components orall. Individual components are:

make cert - invocatesopenssl command-line tool to generate self-signed x509 certificate and private key (both needed forsrsh-server) in interactive mode. Certificate outputs tocert.crt file and private key topriv.key file.

make server - builds server

make agent - builds agent

make clean - removes object files

Usage

Server

srsh-server -c certfile -k privkeyfile [-p port]

Loadscertfile andprivkeyfile previously generated withmake cert and starts listening onport. Ifport is omitted, 1982 is the default one.

Agent

srsh-agent [-p port] ip/fqdn

Connects toip/fqdn onport. Ifport is omitted, 1982 is the default one. Agent forks and goes into background.

Notes

List of changes is contained inchangelog.

Tested onOpenBSD and Linux. Enjoy.

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp