Skip to content

This tool checks the version of OpenSSH running on specified hosts and ports and determines if they are potentially vulnerable.

Notifications You must be signed in to change notification settings

s3kler/s3kler---regreSSHion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

s3kler---regreSSHion

This tool checks the version of OpenSSH running on specified hosts and ports and determines if they are potentially vulnerable to regreSSHion Remote Unauthenticated Code Execution CVE-2024-6387

Features

  • Connects to SSH servers and retrieves their version information
  • Checks the OpenSSH version against known vulnerable versions
  • Supports multiple hosts and ports

Requirements

  • Python 3.x
  • colorama library

Installation

  1. Clone the repository:

    git clone https://github.com/s3kler/s3kler---regreSSHion.git
    cd s3kler---regreSSHion
  2. Install the required Python package:

    pip install colorama

Usage

  1. Create a file containing the list of IP addresses, one per line. For example, hosts.txt:

    192.168.1.1
    192.168.1.2
    192.168.1.3
    
  2. Run the script with the filename and ports as arguments:

    python s3kler---regreSSHion.py <filename> <ports>

    Example:

    python s3kler---regreSSHion.py hosts.txt 22,2222

    This will check the SSH version on the hosts specified in hosts.txt on ports 22 and 2222.

About

This tool checks the version of OpenSSH running on specified hosts and ports and determines if they are potentially vulnerable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages