From 56da828ade58dba6f270a3b3a36ec437c3748fd1 Mon Sep 17 00:00:00 2001 From: Harsimran Sidhu <22066581+PKHarsimran@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:22:03 +0000 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88654f9..c572ae7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -ssh-backdoor +# Security Testing Scripts - Back door linux via ssh -This script is a backdoor for SSH connections. It changes the default SSH port and starts a listener on a different port. -Prerequisites +This repository contains two Bash scripts designed for security testing in controlled environments. These scripts should be used only with proper authorization and in compliance with all applicable laws and ethical guidelines.Prerequisites + +## Scripts + +1. **backdoor.sh**: This script performs various operations like creating a user, modifying SSH configurations, and setting up a `socat` listener. + +2. **sessionCreator.sh**: This script attempts to establish SSH and `socat` connections to a specified target machine to test access and connectivity. + + +#### How to Run The script should be run as a root user. You need to have socat installed on the target machine. If not, the script will automatically install it.